


/* Les Éléments Généraux
--------------------------------------------------------------------------------------- */

@import url("reset.css");

#page, #footer{ behavior: url(/iepngfix.htc); }

body {
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#body{
	background:url(../images/bgBody.gif);
}

/* Liens
------------------------------------- */

a:link {color:#5bb041;}
a:visited {color:#5bb041;}
a:hover {color:#5bb041;text-decoration:none;}
a:active {color:#5bb041;}


/* Typographie
------------------------------------- */

h1,h2 {
	text-transform: uppercase;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	color:#5baf41;
	margin: 0px;
	padding: 0px 0px 18px 0px;
	letter-spacing: 1px;
}
h3 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 22px 0px 7px 0px;
	color: #4d5c48;
}
h4 {
	color:#5baf41;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding: 14px 0px 7px 0px;
}
h5 {}
h6 {}

p, ul, ol, table, form {}

p, small {
	display: block;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#3f3c3c;
	margin: 0px;
	padding: 6px 0px 9px 0;
	text-align: justify;
}
small{
	text-align:left;
	font-size:10px;
}

q {}
blockquote {}


/* Listes
------------------------------------- */

#contenuEditable ul{
	padding: 10px 0px 25px 0px;
	color: #509c39;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
	#contenuEditable ul li,
	#contenuEditable ol ul li{
		padding: 5px 0px 3px 20px;
		background: url(/images/bullets.gif) 9px 9px  no-repeat;
	}
	
#contenuEditable ol{
	padding: 10px 100px 25px 20px;
	margin: 0px 20px;
	color: #474444;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	list-style: decimal;
}
	#contenuEditable ol li{
		padding: 3px 0px;
	}

/* Le Container
--------------------------------------------------------------------------------------- */

#page {
width:970px;
	margin: 0 auto;

	background:url(../images/bgPage.png) repeat-y;
}



/* Le Header
--------------------------------------------------------------------------------------- */

#header {
height:308px;
width:970px;
position:relative;
background:url(../images/bgHeader.jpg) no-repeat;
}

#logoCdeHeader{
position:absolute;
right:10px;
top:0px;
}

#logoCdCdN{
position:absolute;
left:20px;
top:26px;
	
}


/* Le Contenu
--------------------------------------------------------------------------------------- */

#content {
width:950px;
background:url(../images/bgContent.jpg) no-repeat;
	margin-left:10px;
	float:left;
}

#sideBar{
width:248px;
float:left;
}

#sideBar ul{
width:248px;
background:#3f3c3c;
margin-top:28px;
}
#sideBar ul li{
width:248px;
background:#3f3c3c;

border-bottom: 1px solid #d9d8d8;

}

#sideBar ul li a{
display:block;
width:214px;
background:url(../images/bullet.jpg) no-repeat;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
padding:8px;padding-bottom:10px;
padding-left:26px;
}
#sideBar ul li a:hover{
background: #322e2d url(../images/bullet_hov.jpg) no-repeat;
color:#fff;
}

#sideBar ul li a:active {
background: #322e2d url(../images/bullet_active.jpg) no-repeat;
color:#d8f7ce;
padding-top:9px;
padding-bottom:9px;
}
#sideBar ul li.selected{}
#sideBar ul li.selected a,
#sideBar ul li.selected a:hover{
	background: #322e2d url(../images/bullet_hov.jpg) no-repeat;
	color: #86d637;
}

#contenu{
width:702px;
float:left;
}

#contenuEditable{
	width:625px;
	margin-left:40px;
	padding-top:30px;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding-bottom: 30px;
}
#contenuEditable.home{
	width:665px;
	margin-left:20px;
	padding-bottom: 0px;
}
#contenuEditable.home p{
	font-weight: bold;
	line-height: normal;
}
#contenuEditable.home strong,
#contenuEditable.home b{color:#5baf41;}

#nouvellesAccueil{
float:left;
height:307px;
width:369px;
background:url(/images/bgNouvelles.jpg) no-repeat;	
padding:22px 6px;
padding-bottom:15px;
}

#nouvellesAccueil h2{
font-family:Verdana, Geneva, sans-serif;
font-size:20px;
font-weight:bold;
color:#6cbdc4;
text-transform:uppercase;
}

#nouvellesAccueil p.date{
padding-left:15px;
background:url(/images/bulletNouvelles.jpg) left top no-repeat;
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
font-weight:normal;
color:#3f3c3c;
padding-bottom:2px;
}

#nouvellesAccueil p.contenuNouvelle{
padding-left:15px;
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;
color:#3f3c3c;
padding-bottom:2px;
}

#nouvellesAccueil p.suite{
padding:0px;
margin-bottom:20px;	
padding-left:15px;
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;
}

#nouvellesAccueil p.suite a{
color:#76b8bd;
}
#nouvellesAccueil p.suite a:hover{
color:#3f3c3c;
}


#nouvellesAccueil p.allNews{
padding:0px;
margin-bottom:20px;	
padding-right:15px;
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;
text-align:right;
text-transform:uppercase;
}

#nouvellesAccueil p.allNews a{
color:#76b8bd;
}
#nouvellesAccueil p.allNews a:hover{
color:#3f3c3c;
}


#adhesion{
float:left;
height:139px;
width:260px;
background:url(/images/bgAdhesion.jpg);
padding:21px 0 0 21px;
}

#adhesion h2{
padding-bottom:10px;
}

#adhesion span{
text-transform:uppercase;
}

#adhesion p{
padding-bottom:15px;
}

#adhesion a{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
color:#6cbdc4;
text-decoration:underline;
text-transform:uppercase;}

#adhesion a:hover{
color:#3f3c3c;
}


#accueilCde{
float:left;
width:260px;	
height:134px;
padding:13px 0 0 21px;
background:url(/images/bgCde.jpg);
}

#accueilCde h2{
padding-bottom:10px;
color:#5bb041;
}

#accueilCde span{
text-transform:uppercase;
}

#accueilCde p{
padding-bottom:15px;
}
#accueilCde a{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
color:#5bb041;
text-decoration:underline;
}

#accueilCde a:hover{
color:#3f3c3c;
}

#partenaires{
	float:right;
width:682px;
height:81px;
background:url(/images/bgPartenaires.jpg);
padding:10px;
padding-bottom:6px;
}

#partenaires img{
margin-right:6px;	
}

#partenaires h2{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
font-weight:bold;
color:#524d4d;
padding-bottom:0px;
margin-bottom:4px;
}
#partenaires h2 span{
font-size:14px;
color:#000;
}

#citan{
width:373px;
height:137px;
background: url(/images/bg-citan-accueil.jpg) right 0px no-repeat;
float:left;
padding-left:8px;
padding-top:10px;
}
#citan a{
color:#5bb041;
text-transform: uppercase;
}
#citan a:hover{
text-decoration:underline;
color:#474444;
}

#chambre{
width:259px;
height:137px;
float:left;
background:url(/images/bg-logo-CCN.gif) right bottom no-repeat;
padding:10px 0 0 21px;
}
#chambre a{
color:#73b4ba;
text-transform: uppercase;
}
#chambre a:hover{
	text-decoration:underline;
color:#474444;
}

#citan, #chambre{color: #474444;}
#citan h2, #chambre h2{letter-spacing: 1px;}
#chambre h2{color: #73b4ba;}
#citan p.large, #chambre p.large{
	margin-top: -12px;
	font-size: 13px;
	padding: 6px 0px;
}

#carte{
	width:330px;
	background:#c5c5c5;
	padding:9px;
	border:1px solid #7d7d7d;
	margin-top:20px;
}

/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
	margin:0 auto;
	clear: both;
	width:970px;
	padding-top:8px;
	background:url(../images/bgFooter.png) repeat-x top;
	height:45px;
	text-align:center;
	color:#c8c8c8;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a{
	color:#c8c8c8;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:none;
}

/* Classes diverses
------------------------------------- */

.clear {clear: both;}
.flt-right {float: right;}
.flt-left {float: left;}
	img.flt-left{
		margin:10px 20px 20px 0;
		border:1px solid #7b7d7d;
		padding:7px;
	}
.txt-right {text-align: right;}
	img.flt-right{
		margin:10px 0px 20px 20px;
		border:1px solid #7b7d7d;
		padding:7px;
	}
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.img-left {
	float: left; 
	margin: 0 10px 4px 0; 
}
.img-right {
	float: right; 
	margin: 0 0 4px 10px;
}
.noborder {border: none;}
.alt {background: #f0f0f0;}

.clearLeft,
.clearRight,
.clearBoth{
	clear: left;
	height: 0px;
	margin: 0px;
	visibility: hidden;
	line-height: 0px;
	padding: 0px;
	font-size: 0px;
}
.clearRight{clear: right;}
.clearBoth{clear: both;}