body {
	background-color: #1A4B50;
	}
	
table {
border-collapse: collapse;
}	
	
table.title {
border: 0px;
width: 70%;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
text-align: center;
}

table.full {
border: 1px;
width: 100%;
border-collapse: collapse;

}

table.content {
border: 0px solid #1A4B50;
width: 70%;
margin-left: auto;
margin-right: auto;
vertical-align: top;
}

td {
vertical-align: top;
}

td.title-icon {
background-color: #308D96;
width: 15%;
}

td.title {
background-color: #308D96;
width: 55%;
}
td.title-photo {
background-color: #ffffff;
width: 20%;
}

td.content {
background-color: #ffffff;
width: 70%;
vertical-align: top;
padding: 10px;
}

td.menue {
background-color: #308D96;
width: 30%;
vertical-align: top;
padding: 10px;
}

table.navigation {
border: 0px;
width: 70%;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
text-align: center;
}

h1 {
	font-size : xx-large;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color: white;
	text-align : center;

}

H2  {
	font-size : large;
	font-family : Tahoma;
	font-weight : bold;
	font-style : italic;
	color : #ABDFE4;
	text-align : center;
}	


H3  {
	font-size : medium;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : #1A4B50;
	text-align : left;
}	

H4  {
	font-size : x-large;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
}		

p {
font-size : medium;
}

p.gris {
color : #404040;
}

p.blanc {
color : white;
text-align : center;
}

p.bleue {
font-size : x-small;
font-weight : bold;
color : #ABDFE4;
}

p.navi_droit {
font-size : medium;
font-weight : bold;
color : white;
vertical-align: top;
}

p.center {
text-align : center;
color : #404040
}

p.petit_blanc {
font-size : small;
text-align : center;
color : #ffffff;
}

p.grand {
font-size : large;
color : #1A4B50;
}

b.turquese {
color : #1A4B50;
}

a {
text-decoration : none;
color : #308D96;

}

a.blanche_petit {
font-size : x-small;
font-style : normal;
font-weight : bold;
text-decoration : none;
color : white;
}

a.editmode {
font-size : small;
font-style : normal;
font-weight : bold;
text-decoration : none;
color : red;
}

a.turquese_medium {
font-size : medium;
font-style : normal;
font-weight : bold;
text-decoration : none;
color : #ABDFE4;
}

a:Hover  {
	text-decoration : underline;
}		

