body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #00576b;
	margin: 0;
	padding: 0;
	background:#fff url(body_fond.jpg) repeat-x top;
}

#document {
	margin: 0 auto;
	width: 900px;
	text-align:left;
	position: relative;
	min-height:800px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
}

/*---------------------- NAVIGATION HAUT ---------------*/
#navigation {
	width: 100%;
	margin: 0;
    padding: 10px 0 0 0;
    clear:both;
}
#navigation ul {
	float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
#navigation li {
    float: left;
    background: #3d93ba url(nav_onglet_G.jpg) no-repeat left;
    margin-right: 18px;
    padding: 0;
}
#navigation a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	background: transparent url(nav_onglet_D.jpg) no-repeat right;
	color: #fff;
	text-decoration: none;
	font-size: 116.66%;
	line-height:31px;
}

#navigation li.selected {
background: url(nav_onglet_G_ON.jpg) no-repeat left;
}
#navigation li.selected a {
background: url(nav_onglet_D_ON.jpg) no-repeat right;
font-weight:bold;
}

#navigation a:hover, #navigation a:focus {
    text-decoration: underline;
}

/*---------------------- NAVIGATION GAUCHE ---------------*/

#colonneGauche {
	border-right: 5px solid #fff;
	background-color: #fff;
	width: 200px;
	position:absolute;
}
.navGauche {
	background: #38afcd url(navGauche_fond.gif) no-repeat center top;
}
.navGauche ul {
	margin: 0;
	padding: 30px 0px 38px 0px;
	background: url(navGauche_pied.jpg) no-repeat center bottom;
	list-style: none;
}
.navGauche ul li {
	text-align: right;
	background: none;
	padding: 0;
}
.navGauche li.first {
	background: url(navGauche_sep.jpg) no-repeat center top;
}

.navGauche a {
	display: block;
	padding: 8px 20px;
	color: #fff;
}
.navGauche a:link, .navGauche a:visited {
	text-decoration: none;
}
.navGauche a:hover, .navGauche a:focus, .navGauche a.selected,.navGauche a:hover {
	background: url(navGauche_fdli.jpg) no-repeat center center;
	color:#28363e;
}

/*---------------------- BLOC COORDONNEES ---------------*/

.adresse {
	background: #fff url(adresse_fond.gif) no-repeat center top;
	color: #fff;
}
.adresse ul {
	margin: 0;
	padding: 40px 0px 50px 0px;
	background: url(adresse_pied.jpg) no-repeat center bottom;
	list-style: none;
}
.adresse ul li {
	text-align: right;
	display: block;
	background: #ea5731;
	padding: 2px 10px;
}
.adresse a,.adresse a:link, .adresse a:visited {
	font-size: 0.85em;
	color: #fff;
}

/*---------------------- BLOC OBLIGATIONS ---------------*/

#colonneD {
	border-right: 5px solid #fff;
	background-color: #fff;
	width: 638px;
	position:absolute;
	padding: 10px 5px 14px 20px;
}
.obligations {
	background: #fff url(oblig_fond.gif) no-repeat center top;
	color: #fff;
}
.obligations ul {
	margin: 0;
	padding: 45px 0px 42px 0px;
	background: url(oblig_pied.jpg) no-repeat center bottom;
	list-style: none;
}
.obligations li {
	margin: 0;
	padding: 6px 0px 6px 45px;
	background: #00576b url(flecheVerteO.gif) no-repeat left 8px;
	list-style:none;
}
.obligations a,.obligations a:link, .obligations a:visited {
	color: #fff;
}

/*---------------------- CONTENU ---------------*/

#contenu {
	margin-left: 220px;
	padding: 24px 15px 0px 0px;
}

#page {
	padding: 10px 5px 14px 20px;
}
#page a {
	color:#38b0cb;
	font-weight:bold;
}
#page li {
	margin: 0;
	padding: 6px 0px 6px 25px;
	color:#38b0cb;
	background:url(flecheVerte.gif) no-repeat left 8px;
	list-style:none;
}
/*---------------------- TITRES PAGE ---------------*/

h1,h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
    background: #FFF url(fdvert.jpg) repeat-x top;
	color: #00576b;
	height: 50px;
	margin: 0;
	padding: 10px 0px 0px 15px;
	font-size:140%;
}
h2 {
    background: #FFF url(fdbleu.jpg) repeat-x top;
	color: #fff;
	height: 50px;
	margin: 0;
	padding: 10px 0px 0px 15px;
	font-size:140%;
}
h3 {
	font-size:130%;
	color: #38b0cb;
	padding-top: 8px;
	font-variant:small-caps;
}
h4 {
	font-size:130%;
	color: #99cc33;
	padding-top: 8px;
	font-variant:small-caps;
}

/*---------------------- FOOTER ---------------*/
#footer {
	margin: 0;
	line-height: 40px;
	text-align: center;
	color:#666;
}
#footer a {
	font-size:0.9em;
	color:#666;
}

/*---------------------- GENERIQUE ---------------*/

img{border:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

hr {
	clear: both;
	visibility: hidden;
}

p {
	line-height: 18px;
	padding: 4px 0 8px 0;
	margin: 0;
	text-align:justify;
}

b {
	font-weight: bold;
	font-size: 1.1em;
}

.petit{
	font-size: 80%;
	font-style:italic;
}
.petit a{
	color:#666;
}
.imaged {
float: right;
padding: 5px 0px 10px 15px;
}
.imageg {
float: left;
padding: 0;
}
