/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


/* BALISES HTML */
body {
	background-color: #fff;
	
	height: 100%;
	
	padding: 0px 0px 0px 0px;
}

a img {
	border: none;
}


/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	
	z-index: 1;
	
	
	background-color: #FFFFFF;
	

	
	
}

/* HAUT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#bandeau {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 1000px;
	height: 157px;
	
	background-image: url(images/page_bg_bandeau.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}

/* TITRE */
h1 {
	position: absolute;
	top: 8px;
	left: 40px;
}
h2.h2_contenu {
	position: absolute;
	top: 85px;
	left: 184px;
	
	margin: 0;
}

/* Outils pratiques */
#outils {
	font-size: 110%;
	position: absolute;
	top: 45px;
	left: 762px;
	
	width: 150px;
	height: 118px;
}

#outils ul {
	list-style-image:none;
	margin: 0px 0px 0px 25px;
}
#outils ul li {
	display: inline;
}
#outils ul li a {
	display: block;
	
	background-image: url(images/puce_outils.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding: 0px 0px 0px 13px;
	color: #610000;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}
#outils ul li a:hover {
	text-decoration: underline;
}


/* RECHERCHE */
#recherche {
	position: absolute;
	top: 12px;
	left: 716px;
	
	width: 139px;
	height: 44px;
	
	background-image: url(images/bg_rechercher.gif);
	background-repeat: no-repeat;
	background-position: 90px 0px;
}
#recherche h3 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#recherche p img {
	position: absolute;
	top: 1px;
	left: 205px;
}
#recherche input {
	position: absolute;
	top: 1px;
	left: 113px;
	color: #4e4c4b;
	width: 98px;
	height: 14px;
	border:1px solid #fff;
}

/* Chemin */
#chemin {
	position: absolute;
	top: 157px;
	left: 0px;
	
	width: 836px;
	height: 25px;
	
	background-image: url(images/page_bg_chemin.jpg);
	background-repeat: no-repeat;
	
	padding: 6px 0px 0px 164px;
}

/* Block contenu */
#block_contenu {
	position: absolute;
	top: 188px;
	left: 0px;
	
	z-index: 90;
}

#gauche {
	float: left;
	width: 261px;
	
	background-image: url(images/page_bg_menu.gif);
	background-repeat: repeat-y;
}

/* Menu  */
.menu {
	list-style-type: none;
	margin: 0px 0px 0px 19px;
}

.menu li.niveau1 {

	margin: 0px 0px 11px 0px;
}


.niveau2 {
	margin: -5px 0px 10px 21px;
	list-style-type: none;
}

ul.niveau2 li {
	background-image: url(images/page_bg_niveau2.gif);
	background-repeat: repeat-y;
	
	margin: 0px 0px 3px 0px;
	
	
	
}

ul.niveau2 li a {
	display: block;
	background-image: url(images/page_fleche_niveau2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding: 0px 0px 0px 10px;
	
	color: #3f83b7;
	font-weight: bold;
	
}

.niveau2 li a:hover {
	color: #c1681b;
}

.niveau2 li a.ssmenuactif {
	color: #c1681b;
}


.niveau3 {
	margin: 3px 30px 7px 21px;
	list-style-type: none;
}

ul.niveau2 ul.niveau3 li a {
	background-image: none;
}

ul.niveau3 li {
	background-image: none;

	margin: 0px 20px 1px 0px;
	display: inline-block;

}

ul.niveau3 li a {
	display: block;
	background-image: none;
	
	padding: 0px 0px 0px 10px;
	
	color: #3f83b7;
	font-weight: normal;
	
	
	
}

.niveau3 li a:hover {
	color: #c1681b;
}

.niveau3 li a.ssmenuactif {
	color: #c1681b;
}


/* Illustration */
#illustration {
	background-image: url(images/page_bg_illustration.gif);
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
	
	padding-top: 60px; /* 100 */
}

/* CONTENU */
#contenu {
	float: left;
	width: 456px;
	background-image: url(images/page_bg_contenu.jpg);
	background-repeat: no-repeat;
	
	overflow-x: inherit!important;
	overflow-x: hidden;
	
	height: 300px;
	
	padding: 12px 25px 0px 20px;
}
html>body #contenu {
	height: auto;
	min-height: 300px;
}

/* Colonne droite */
#droite {
	float: left;
	width: 200px;
	
	background-image: url(images/page_bg_droite.jpg);
	background-repeat: no-repeat;
	background-position: 0px 113px;
	
	height: 300px;
}
html>body #droite {
	height: auto;
	min-height: 300px;
}
/* Demarches en ligne*/
#demarches ul {
	list-style-type: none;
	margin: 0px 0px 30px 25px;
	font-weight:bold;
}
#demarches ul li {
	display: inline;
}
#demarches ul li a {
	display: block;
	background-image: url(images/puce_demarches.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding: 0px 0px 0px 13px;
	
	color: #195a9d;
	font-size: 100%;
	text-decoration: none;
	/*font-weight: bold;*/
}
#demarches ul li a:hover {
	text-decoration: underline;
}

#illustration2 img {
	margin: 50px 0px 0px 0px;
}

/* Pied de page */
#footer {
	position: relative;
	background-image: url(images/page_bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	width: 1000px;
	height: 126px;
}
#liens {

	position: absolute;
	top: 102px;
	left: 700px;
	list-style-type: none;
	z-index: 90;
	
	text-align: right;
	
	
}

#liens li {
	display: inline;
}

#adresse1 {
	/*
	float: right;

	
	margin: 15px 145px 0px 0px;
	*/
	position: absolute;
	top: 25px;
	left: 760px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #cee2eb;
}
#adresse1 p {
	color: #181818;
	font-size: 95%;
}

