/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
	padding:0;
}
html {
	margin:0;
	padding:0;
}
img {
	border:0;
}
h1 {
	font-size:18px;
	font-style:italic;
	color:#004f8b;
}
h1 a{
	text-decoration:none;
	font-size:18px;
	font-style:italic;
	color:#004f8b;
}	
h2 {
	font-size:14px;
	color:#021a2c;
}
.clear {
	clear:both;
}

/*Page */
#page {
	width:1020px;
	margin:0 auto 0 auto;
	background-color:#fff;
}

/* Zone haut de page */
#hautPage {
	height:176px;
}
#logo {
	height:176px;
	width:279px;
	float:left;
}
#hautdroite {
	width:741px;
	height:176px;
	float:left;
	background-image:url(../images/bkgHaut.jpg);
}
#sepHaut {
	clear:left;
	height:8px;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url(../images/sepHaut.jpg);
}
#icones {
	float:right;
	width:150px;
	height:11px;
	margin:32px 10px 0px 0px;
	text-align:right;
}
#icones img {
	margin-right:8px;
}
#boutonContact {
	clear:right;
	width:219px;
	height:50px;
	float:right;
	margin-top:50px;
	margin-right:10px;
}

/* Zone menu principal */
#menu {
	height:29px;
	background-image:url(../images/bkgMenu.jpg);
	background-repeat:repeat-x;
}
#indicMenu {
	clear:both;
	height:5px;
	border-top:1px solid white;
}
#hbt1, #hbt1O {
	width:86px;
}
#hbt2, #hbt2O {
	width:198px;
}
#hbt3, #hbt3O {
	width:175px;
}
#hbt4, #hbt4O {
	width:136px;
}
#hbt5, #hbt5O {
	width:207px;
}
#hbt6, #hbt6O {
	width:174px;
}
#hbt1, #hbt2, #hbt3, #hbt4, #hbt5, #hbt6 {
	float:left;
	height:5px;
}
#hbt1O, #hbt2O, #hbt3O, #hbt4O, #hbt5O, #hbt6O {
	float:left;
	height:5px;
	background-color:#f7e30d;
}
/* Contenu des pages */
#contenu {
	margin:5px 0 5px 0;
	min-height:300px;
	padding:30px 20px 30px 20px;
}
#contenu h3 {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
	font-size:13px;
	color:#004f8b;
}
#contenu p,li,em {
	font-size:11px;
	color:#666666;
}
#contenu a {
	color:#004f8b;
	text-decoration:none;
}
#contenu a:hover {
	color:black;
}
#colG h1:first-node, #colM h1:first-node, #colD h1:first-node {
	margin-top:0;
	padding-top:0;
}
#colG h1, #colM h1 , #colD h1, #colDeco h1 {
	margin-bottom:0;
	padding-bottom:0;
}
#colG h2, #colM h2 , #colD h2, #colDeco h2 {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
#colG p, #colM p , #colD p {
	text-align:justify;
}
#colG li, #colM li , #colD li {
	list-style-image:url(../images/bullet.gif);
	line-height:30px;
}
#colG {
	width:305px;
	float:left;
	vertical-align:top;
}
#colM {
	width:228px;
	float:left;
	vertical-align:top;
	margin:0 20px 0 20px;
}
#colD {
	width:407px;
	float:left;
	vertical-align:top;
}
#colDeco {
	width:655px;
	float:left;
	vertical-align:top;
	margin-left:20px;
}
/* Bas de page */
#sepBas {
	clear:both;
	height:8px;
}
#basPage {
	min-height:200px;
	background-image:url(../images/bkgBas.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#logosBas {
	float:left;
	width:200px;
	height:50px;
	padding-top:10px;
}
#basDroite {
	float:left;
	width:810px;
	height:50px;
	padding-right:10px;
	padding-top:10px;
}
#liensBas {
	height:40px;
	font-size:11px;
	text-align:right;
}
#liensBas a {
	text-decoration:none;
	color:#666;
}
#liensBas a.on, #liensBas a:hover {
	color:#004f8b;
}
#copyRights {
	height:20px;
	font-size:9px;
	text-align:right;
}
#copyRights a {
	text-decoration:none;
	color:#004f8b;
}
#copyRights a:hover {
	color:#000;
}
