/* CSS Document */

/* Couleurs

*/

body {
	background-color:#b4a6a0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-image:url(../images/bkg.gif);
	background-position:top center;
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	border:0;
}
html {
	padding:0;
	margin:0;
	border:0;
}
a {
	color:#004f8b;
}
a:hover {
	color:#000;
}

/* Divers */
img {border:0;}
.clear {clear:both;}

/* Structure du document */
#conteneur {
	width:921px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
}
#hautConteneur {
	background-image:url(../images/bandeH.gif);
	width:921px;
	height:16px;
}
#basConteneur {
	background-image:url(../images/bandeB.gif);
	width:921px;
	height:16px;
}
#page {
	background-image:url(../images/bordGD.gif);
	background-repeat:repeat-y;
	padding:5px 18px 5px 18px;
}
#hautPage {
	
}
#logo {
	width:562px;
	height:286px;
	float:left;
}
#cadreDroite {
	margin-left:7px;
	width:316px;
	height:286px;
	float:left;
	background-image:url(../images/cadreDroite.gif);
}

/* Contenus du Cadre Droite */
#boutonsHaut {
	text-align:right;
	padding-top:200px;
	padding-right:7px;
	height:45px;
}
#boutonsHaut .esp {
	margin-bottom:5px;
}
#iconesHaut {
	height:11px;
	padding-top:15px;
	float:right;
	text-align:right;
}
#iconesHaut .espIco {
	margin-right:12px;
	margin-top:0;
}

/* Menu Général */
#menu {
	margin-top:7px;
}
#menu .espImg {
	margin-right:2px;
}

/* Séparateurs Haut & Bas */
#sepH, #sepB {
	background-image:url(../images/sepHaut.gif);
	width:885px;
	height:8px;
	margin:7px 0 7px 0;
}

/* Informations de bas de page */
#basPage {

}
#logosBas {
	width:90px;
	height:35px;
	float:left;
}
#logosBas img, #logosBas a {
	border:0;
	margin:0;
	padding:0;
}
#liensBas {
	margin-left:15px;
	width:780px;
	height:35px;
	float:left;
	font-size:11px;
	text-align:right;
}
#liensBas a {
	text-decoration:none;
	color:#333;
}
#liensBas a:hover {
	color:#004f8b;
}
#copyRights {
	clear:both;
	text-align:right;
	font-size:9px;
}

/* contenu des pages */
#contenu {
	min-height:350px;
	font-size:12px;
	margin:20px 0 20px 0;
}
#contenu h1, #contenu h1 a {
	font-size:16px;
	color:#004f8b;
}
#contenu h2 {
	font-size:14px;
	color:#004f8b;
}
#contenu h3 {
	color:#004f8b;
	border-bottom: 1px dotted #004f8b;
	font-size:12px;
}
#contenu h1 a {
	text-decoration:none;
}
#contenu h1 a:hover {
	color:#000000;
}
#contenu p {
	text-align:justify;
}
#contenu li {
	list-style-image:url(../images/bullet.gif);
}
#contenu .tbl {
	width:100%;
}
#contenu .tbl td.tarif {
	background-color: #054D88;
	padding:3px;
	text-align:right;
	width:60px;
	color:white;
	font-weight:bold;
}
#contenu .tbl td.designation {
	background-color: #2780AB;
	padding:3px;
	text-align:left;
	color:white;
	font-weight:bold;
}
#contenu .tbl td.infos {
	background-color: #2780AB;
	padding:3px;
	text-align:left;
	color:white;
	font-weight:normal;
	font-size:10px;
}
#contenu .tbl th {
	background-color: #81D129;
	padding:3px;
	text-align:left;
	color:white;
	font-weight:bold;
	font-size:14px;
}
#colG {
	width:212px;
	float:left;
}
#colG h1:first-child, .cadreVert h1:first-child {
	margin-top:0;
}
#colM {
	width:309px;
	float:left;
	margin:0 24px 0 24px;
}
#colD {
	width:316px;
	float:left;
}
.fondVert {
	background-image:url(../images/bkgVert.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#d3eeb5;
	padding:10px;
	margin:10px 0 10px 0;
}
.fondVert h1 {
	margin-top:0;
}
.fondVert li {
	color:#004f8b;
}
.imgz {
	margin:0 0 7px 0;
}
.cadreVert {
	background-color:#a1fd6a;
	padding:25px;
	margin-bottom:10px;
}
.cadreVert h1 {
	font-size:14px;
	color:#47712e;
}

/* Formulaire de Contact */
#contactForm {
	width:562px;
	float:left;
	margin-right:7px;
}
#infosContact {
	float:left;
	width:266px;
	padding:25px;
	background-color:#a1fd6a;
}
#infosContact h1:first-child{
	margin-top:0;
}
