/* ----------------------------------------------------------------------------------------------- */
/* --- C S S --- Cédric CARMIE --- iMédia Création --- C-toucom ---------------------------------- */
/* --------------------------------------------------------------------------------------------------
                           ___          ____  ____       ___  ____  _  __
                  WWW .   /     ___      /   /   / /  / /    /   / / \/ /   . COM
                         /__            /   /___/ /__/ /___ /___/ /    /                  

-------------------------------------------------------------------------------------------------- */

body, html {
	background:#fff;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color:#111111;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les titres */

h1 {
	color:#6d1f80;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	background:url(../images/h1.png) no-repeat left;
	padding-left:32px;
}
h1 a {
	color:#6d1f80;
}
h1 a:hover {
	color:#6d1f80;
}

h2 {
	color:#7ab51d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin-left:30px;
	margin-top:10px;
	background:url(../images/h2.png) no-repeat left;
	padding-left:32px;
}
h2 a {
	color:#7ab51d;
}
h2 a:hover {
	color:#7ab51d;
}

h3 {
	color:#00aba4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin-left:35px;
	background:url(../images/h3.jpg) no-repeat left;
	padding-left:25px;
}
h3 a {
	color:#00aba4;
}
h3 a:hover {
	color:#00aba4;
}

h4 {
	color:#6d1f80;
}
h4 a {
	color:#6d1f80;
}
h4 a:hover {
	color:#6d1f80;
}

h5 {
	color:#7ab51d;
	margin-left:10px;
}
h5 a {
	color:#7ab51d;
}
h5 a:hover {
	color:#7ab51d;
}

h6 {
	color:#00aba4;
	margin-left:20px;
}
h6 a {
	color:#00aba4;
}
h6 a:hover {
	color:#00aba4;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu total */

#contenu {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	margin-bottom:0;
	min-height:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Calque contenant l'ombre */

#conteneur_ombre {
	position:relative;
	overflow:hidden;
	height:auto;
	background:url(../images/ombre.jpg) repeat-y;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie haute du site */

#haut {
	position:relative;
	overflow:auto;
	width:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Bannière du site */

#banniere {
	position:relative;
	overflow:hidden;
	height:280px;
	width:900px;
}

#t_moins, #t_plus {
	position:absolute;
	overflow:hidden;
	width:30px;
	height:30px;
	top:5px;
	z-index:50;
	cursor:pointer;
}

#t_moins {
	background:url(../images/t-.jpg) no-repeat;
	left:850px;
}

#t_plus {
	background:url(../images/t+.jpg) no-repeat;
	left:885px;
}

#titre_banniere {
	position:absolute;
	overflow:hidden;
	background:url(../images/top_left.jpg) no-repeat left top;
	height:266px;
	width:181px;
	left:0;
	top:0;
}

#img_banniere {
	position:absolute;
	overflow:hidden;
	height:280px;
	width:719px;
	top:0;
	left:181px;
}
#img_banniere h1 {
	display:none;
}

.ban1 {
	background:#E4E4E4 url(../images/banniere.jpg) no-repeat;
}
.ban2 {
	background:#E4E4E4 url(../images/banniere_administratif.jpg) no-repeat;
}
.ban3 {
	background:#E4E4E4 url(../images/banniere_entreprendre.jpg) no-repeat;
}
.ban4 {
	background:#E4E4E4 url(../images/banniere_grandir.jpg) no-repeat;
}
.ban5 {
	background:#E4E4E4 url(../images/banniere_pratique.jpg) no-repeat;
}
.ban6 {
	background:#E4E4E4 url(../images/banniere_visiter.jpg) no-repeat;
}

#blason {
	position:absolute;
	overflow:hidden;
	display:block;
	height:144px;
	width:105px;
	top:120px;
	left:40px;
	background:url(../images/blason.png) no-repeat left top;
	cursor:pointer;
}

#infos_blason {
	position:relative;
	display:none;
}

#menu_haut_banniere {
	position:absolute;
	overflow:hidden;
	width:600px;
	height:50px;
	top:210px;
	left:181px;
	text-align:left;
}

#menu_haut_banniere ul {
	margin:0;
	padding:0;
}

#menu_haut_banniere ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	width:114px;
	height:34px;
}

#menu_haut_banniere ul li a {
	display:block;
	float:left;
	text-align:center;
	padding:0;
	padding-top:4px;
	padding-bottom:4px;
	margin-right:5px;
	width:104px;
	height:26px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	line-height:1em;
}

#menu_haut_banniere ul li a {
	text-decoration:none;
}

.m1 {
	background:url(../images/btn1.jpg) no-repeat;
}
.m2 {
	background:url(../images/btn2.jpg) no-repeat;
}
.m3 {
	background:url(../images/btn3.jpg) no-repeat;
}
.m4 {
	background:url(../images/btn4.jpg) no-repeat;
}
.m5 {
	background:url(../images/btn5.jpg) no-repeat;
}

/* ------------------------------------------------ */
/* --  Sous-menus  -- */
#sous_menu_1,
#sous_menu_2,
#sous_menu_3,
#sous_menu_4,
#sous_menu_5 {
	position:absolute;
	overflow:hidden;
	padding-top:8px;
	padding-bottom:8px;
	width:104px;
	top:250px;
	background:url(../images/fleur_bg_ss_menu.png) no-repeat bottom right;
	z-index:999;
	display:none;
}

#sous_menu_1 {
	background-color:#6d1f80;
	left:206px;
}

#sous_menu_2 {
	background-color:#7ab51d;
	left:315px;
}

#sous_menu_3 {
	background-color:#009036;
	left:424px;
}

#sous_menu_4 {
	background-color:#00aba4;
	left:533px;
}

#sous_menu_5 {
	background-color:#c8d200;
	left:642px;
}

#sous_menu_1 ul, #sous_menu_1 ul li,
#sous_menu_2 ul, #sous_menu_2 ul li,
#sous_menu_3 ul, #sous_menu_3 ul li,
#sous_menu_4 ul, #sous_menu_4 ul li,
#sous_menu_5 ul, #sous_menu_5 ul li {
	text-align:left;
	margin:0;
	padding:0;
}

#sous_menu_1 ul li,
#sous_menu_2 ul li,
#sous_menu_3 ul li,
#sous_menu_4 ul li,
#sous_menu_5 ul li {
	list-style:none;
}

#sous_menu_1 ul li a,
#sous_menu_2 ul li a,
#sous_menu_3 ul li a,
#sous_menu_4 ul li a,
#sous_menu_5 ul li a {
	display:block;
	width:94px;
	padding:5px;
	color:#FFFFFF;
}

#sous_menu_1 ul li a:hover {
	text-decoration:none;
	color:#9866a3;
}
#sous_menu_2 ul li a:hover {
	text-decoration:none;
	color:#accc6f;
}
#sous_menu_3 ul li a:hover {
	text-decoration:none;
	color:#6eb97d;
}
#sous_menu_4 ul li a:hover {
	text-decoration:none;
	color:#85cac4;
}
#sous_menu_5 ul li a:hover {
	text-decoration:none;
	color:#dee27a;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie centrale du site Internet */

#centre {
	width:900px;
	margin-top:0;
	text-align:left;
	background-color:#fff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Calque contenant l'ombre */

#zone_encadree {
	padding:0;
	overflow:auto;
	background:#fff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie gauche du site */

#gauche {
	float:left;
	width:171px;
	padding:5px;
}

.tag1 a, .tag2 a, .tag3 a, .tag4 a, .tag5 a, .tag6 a, .tag7 a, .tag8 a, .tag9 a, .tag10 a, .tag11 a, .tag12 a {
	font-size:1.6em;
	font-weight:bold;
} 

.tag1 a, .tag3 a, .tag5 a, .tag7 a {
	color:#6D1F80;
}

.tag2 a, .tag6 a {
	color:#00ABA4;
	font-size:1.1em;
}

.tag4 a, .tag9 a, .tag12 a {
	color:#C9D200;
}

.tag2 a, .tag4 a {
	font-size:1em;
}

.tag8 a, .tag11 a {
	font-size:1.3em;
	color:#A6D7D2;
}

.tag10 a {
	color:#7AB51D;
	font-size:1.5em;
}

#menu_1 {
	margin:0;
	margin-top:15px;
	margin-bottom:60px;
	padding:0;
}

#menu_1 li {
	margin:0;
	padding:5px;
}

#menu_1 li a {
	display:block;
	background:url(../images/puce.jpg) no-repeat 2px 3px;
	padding-left:20px;
	color:#00ABA4;
	font-size:1.23em;
	font-weight:bold;
}
/* ----------------------------------------------------------------------------------------------- */
/* Contenu du site */

#milieu {
	float:left;
	width:698px;
	padding:10px;
	background:#f6f6f6 url(../images/degrade_haut.jpg) repeat-x top; /*efece9*/
	padding-bottom:50px;
}

#milieu ul {
	margin:0;
	margin-left:10px;
}

#milieu li {
	margin:0;
	list-style:none;
	padding:3px;
	padding-left:16px;
	background:url(../images/li.jpg) no-repeat 2px 8px;
}

#accueil_gauche, #accueil_droite {
	position:relative;
	overflow:auto;
	float:left;
	padding:5px;
}

#accueil_gauche {
	width:430px;
	padding-right:40px;
}

#accueil_droite {
	width:200px;
}

.actualite_accueil {
	padding:5px;
	margin-bottom:10px;
	border:1px solid #6d1f80;
	background:#FFFFFF url(../images/fond_actu_accueil.jpg) bottom right no-repeat;
}

.actualite_accueil h1 {
	font-size:1.3em;
}

.actualite {
	margin-top:30px;
}

#galerie_photos_accueil {
	position:relative;
	overflow:auto;
	clear:both;
	background:#FFFFFF;
}

/* ----------------------------------------------------------------------------------------------- */
/* Pied de page du site */

#pied {
	position:relative;
	overflow:hidden;
	float:left;
	width:900px;
	height:93px;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../images/bottom.png) no-repeat bottom center;
}

#pied ul, #pied li {
	padding:0;
	margin:0;
}

#pied ul li
{
	display:inline;
}

#pied ul li a
{
	display:inline;	
	padding-left:20px;
	padding-right:20px;
}

#pied ul li a:hover
{
	display:inline;
}

#zone_de_recherche
{
	position:absolute;
	overflow:auto;
	width:250px;
	height:50px;
	top:50px;
	left:200px;
	background:none; /* #C9D200 */
}

#flux_rss {
	position:absolute;
	overflow:hidden;
	width:64px;
	height:64px;
	left:15px;
	bottom:20px;
	z-index:30;
}

#menu_bas {
	position:absolute;
	overflow:hidden;
	bottom:0;
	left:200px;
	width:700px;
	height:27px;
}

#menu_bas ul {
	margin:5px;
}

#menu_bas ul li a {
	color:#FFFFFF;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------- */
/* Haut de page */

#haut_de_page {
	position:absolute;
	overflow:auto;
	width:16px;
	height:16px;
	bottom:27px;
	right:15px;
}

#haut_de_page p {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu auto */

.contenu_auto {
	overflow:auto;
}


/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

.active_menu {
	color:#FF0000;
}

/* ----------------------------------------------------------------------------------------------- */
/* Utilisé pour les actualités du site Internet : */

.lire_la_suite {
	text-align:right;
	
}

.lire_la_suite a {
	display:block;
	background:#efefef;
	padding:2px;
	color:#7ab51d;
	width:100px;
	text-align:center;
	border:1px solid #d0b9d5;
}

.lire_la_suite a:hover {
	color:#d0b9d5;
	text-decoration:none;
}

.lire_la_suite a:active {
	color:#7ab51d;
	text-decoration:none;
	background:#e5e5e5;
}

#formulaire_administration {
	position:relative;
	overflow:auto;
	border:1px solid #6f1f80;
	padding:10px;
	padding-left:150px;
	width:240px;
	background:#fff url(../images/module_admin.png) no-repeat 40px 40px;
}

/* Gallerie de photos accueil */

#galerie_1249330037{
	position:relative;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	width:510px;
	height:112px;
}	
#galerie_1249330037 ul, #galerie_1249330037 li{
	margin:0;
	padding:0;
	list-style:none;
}
#galerie_1249330037 ul{
	width:510px;
	height:112px;
	overflow:hidden;
} 
#galerie_1249330037 li{ 
	width:510px;
	height:112px;
	overflow:hidden; 
	background:none;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:15px;
	height:16px;
	position:absolute;
	left:70px;
	top:100px;
}	
#nextBtn{ 
	left:610px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:15px;
	height:16px;
	background:url(../images/precedent.jpg) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/suivant.jpg) no-repeat 0 0;	
}

.galerie_image {
	position:relative;
	overflow:hidden;
	text-align:center;
	width:170px;
	height:112px;
	float:left;
}
