@charset "utf-8";

/*structure*/


#general {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(images/bandeau.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	min-height: 1000px;
}
#logo {
	height: 250px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#parent {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	min-height: 700 px;
}

#parent #sommaire {
	float: left;
	height: 650px;
	width: 170px;
}
#general #logo #somhaut {
	float: right;
	height: 85px;
	width: 681px;
	font-size: 10px;
	margin-right: 5px;
	position: absolute;
	left: 251px;
	top: 157px;
}

#parent #contenu {
	height: auto;
	width: 765px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 170px;
	min-height: 1050 px;
}
#general #pied {
	height: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #8D9A80;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}



* {
	margin-top: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5B7CBF;
	height: 100%;
}

/*fin structure*/

/*somhaut*/

#general #logo #somhaut li {
	display: inline;
	margin-right: 10px;
}
#general #logo #somhaut a {
	font-weight: bold;
	color: #331C84;
	text-decoration: none;
	font-size: 12px;
}
#general #logo #somhaut a:hover {
	color: #B61209;
}

/*fin somhaut*/




/*sommaire avec lien couleurs différentes*/
#parent #sommaire li {
	margin-top: 3px;
	list-style-type: none;
	display: block;
}
#parent #sommaire a {
	font-weight: bold;
	color: #2D455B;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 157px;
	padding-top: 7px;
	padding-left: 3px;
	margin-left: -38px;
	background-color: #BFD0E0;
}


 #parent #sommaire li a.vert:hover{
	color: #FFF;
	background-color: #8AB953;
	display: block;
}
#parent #sommaire li a.violet:hover{
	color: #FFF;
	background-color: #5C5B87;
	display: block;
}
#parent #sommaire li a.gris:hover{
	color: #FFF;
	background-color: #878787;
	display: block;
}
#parent #sommaire li a.turquoise:hover{
	color: #FFF;
	background-color: #66B1B4;
	display: block;
}
#parent #sommaire li a.rouge:hover{
	color: #FFF;
	background-color: #B01213;
	display: block;
}
#parent #sommaire li a.orange:hover{
	color: #FFF;
	background-color: #F5853B;
	display: block;
}
#parent #sommaire li a.marron:hover{
	color: #FFF;
	background-color: #C39B91;
	display: block;
}
#parent #sommaire li a.rose:hover{
	color: #FFF;
	background-color: #FCA7AE;
	display: block;
}
#parent #sommaire li a.kaki:hover{
	color: #FFF;
	background-color: #CBC45C;
	display: block;
}
#parent #sommaire li a.chocolat:hover{
	color: #FFF;
	background-color: #675B4F;
	display: block;
}


/*fin sommaire avec lien couleurs différentes*/




/*habillages divers*/
.gras {
	font-weight: bold;
}

.centre {
	text-align: center;
}
.italique {
	font-style: italic;
}
.justifier {
	text-align: justify;
}
.titre_rubrique {
	font-size: 16px;
	font-weight: bold;
	color: #5B7CBF;
	text-indent: 50px;
}

.texte_rouge {
	font-weight: bold;
	color: #B31217;
}
.lien {
	color: #FF6600;
}
/*fin habillages divers*/




/*tableaux*/
.bord_bleu {
	border: 1px solid #BFD0E0;
}
#general #parent #contenu #presentation {
	width: 750px;
	border: 1px solid #5B7CBF;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
.gros_titre {
	font-size: 15px;
	font-weight: bold;
	color: #582989;
	text-align: center;
}
.titre_presentation {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #5B7CBF;
	text-align: center;
}
.attention {
	font-size: 14px;
	font-weight: bolder;
	background-color: #FF0000;
	text-align: center;
	color: #FFFFFF;
}

.aligndroite {
	text-align: right;
}

.palmier {
	background-image: url(images/bd_palmier.jpg);
	background-repeat: no-repeat;
	background-position: 550px bottom;
}
#tarif {
	background-color: #E0E7F3;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.plage {
	background-image: url(images/bd_plage.jpg);
	background-repeat: no-repeat;
	background-position: 630px;
}
.titre_tableau {
	font-size: 14px;
	font-weight: bold;
	color: #5B7CBF;
}

.flottantgauche {
	float: right;
}
#general #parent #contenu #presentation tr td #donnees {
	color: #213256;
	margin-right: auto;
	margin-left: auto;
}
#general #parent #contenu #presentation tr td #donnees tr td {
	border: 1px solid #5B7CBF;
	margin: 0px;
	padding: 5px;
}
#general #parent #contenu #presentation tr td #donnees th {
	color: #FFF;
	background-color: #5B7CBF;
	padding: 5px;
}
.texte_petit {
	font-size: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#general #parent #contenu #presentation tr .justifier #accords tr td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5B7CBF;
	border-bottom-color: #5B7CBF;
}
.bord_bas_bleu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #997CBF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7B7B97;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CE3C53;
}
.texterose {
	color: #B3006D;
}
