/* ------------------------- GENERAL */

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

body {
font-family: verdana,helvetica,'lucida grande',arial,sans-serif;

width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-family: Arial;
color: #000000;
/*background-image: url('templates/images/bg_body.jpg');*/
background-repeat: repeat-x;
background-color: #FFFFFF;
}


img {
margin: 0px;
padding: 0px;
border: none;
}

a {
outline-style: none;
}
:focus
{
-moz-outline-style: none;
}

/* ------------------------- BLOCS */

#container {
width: 1000px;
margin-left: auto;
margin-right: auto;

position: relative;
text-align: left;
/*background-image: url('templates/images/bg_container_main.jpg');*/
background-repeat: repeat-x;
background-position: left top;
background-color: white;
}

#bandeau {
background-image : url('templates/images/fond_logoDCO.png');
width:1000px;
height:170px;
}
#header {
display: inline; /* IE 6 */
float: left;
clear: both;
width: 1000px;
height: 170px;
}

#click_logo{
float:left;
}

#blc_liens_site {
margin-left:auto;
margin-right:auto;
/*background-image: url('templates/images/bg_blc_lien_site.jpg');*/
width: 1000px;
}

#blc_news {
/* padding-top:80px; */
float: left;
width: 326px;
height:340px;
background-position: left top;
margin-bottom:5px; 
overflow:hidden;
background-image: url("templates/images/bandeau_actu.png");
background-repeat: repeat-x;
}

#blc_liens a{
margin-left:11px;
}

#blc_menu {
width: 1000px;
height:29px;
/*background-color : purple;*/
background-image: url('templates/images/bandeau_menu.png');
}

#list_sous_menu{
margin-left:0px;
width: 326px;
float:left;
}

.sous_menu_conseil a{
margin-left:40px;text-decoration:none;color:#FFFFFF;
}
.sous_menu_conseil :hover{
color:#bfcacf;
}

.sous_menu_impression a{
margin-left:40px;text-decoration:none;color:#FFFFFF;
}
.sous_menu_impression :hover{
color:#9dbac5;
}

.sous_menu_sign a{
margin-left:40px;text-decoration:none;color:#FFFFFF;
}
.sous_menu_sign :hover{
color:#c8cacc;
}

.sous_menu_uni a{
margin-left:40px;text-decoration:none;color:#FFFFFF;
}
.sous_menu_uni :hover{
color:#4a92ae;
}

#menu_deroulant{
background-image: url('templates/images/fond_sous_menu.png');
background-repeat: no-repeat;
overflow:hidden;
height:auto;
width:326px;
}

#bg_blc_news{
margin-left:0px;
width: 326px;
height:326px;
background-color : white;
}


#blc_content {
display: inline; /* IE 6 */
 width:650px;
margin-left: 20px;
margin-top:20px;
float:left;
font-size: 9pt;
color: #000000;
font-family: verdana,helvetica,'lucida grande',arial,sans-serif;
/* position:absolute; */
}

* html #blc_content {

}

#blc_footer {
clear: both;
width: 1000px;
/* height: 100px; */
background-image: url('templates/images/fond_footer.png');
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px; 
}


#blc_footer  img{
margin-top : 25px;
}
#blc_footer p{
color:#979797;
margin-left : 350px;
font-weight:bold;
margin-bottom:10px;

}
/* ------------------------- LIMITEUR */

div.limiteur {
width: 90%;
height: 0px;
padding: 0px;
margin: 0px;
border: none;
visibility: hidden;
line-height: 0px; /* IE6 */
font-size: 0px; /* IE6 */
}

/* ------------------------- GO_TOP */

#go_top {
width: 100px;
float: left;
clear: right;
margin-top: 15px;
margin-bottom: 15px;
position: relative;
left: 220px;
}

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #000000;
}

#go_top a:hover, #go_top a:active {
}

/*-------------------------- BLOC MENTIONS LEGALES */

#blc_mentions a {
line-height: 20px;
margin-right: 10px;
font-size: 8pt;
color: #000000;
font-weight: bold;
}

/* ------------------------- COPYRIGHT */

#copyright {
font-size: 7pt;
color: #000000;
}

#copyright a:link,#copyright a:visited {
color: #000000;
text-decoration: none;
}

#copyright a:hover,#copyright a:active {
color: #1eb5d5;
}

/* ------------------------- CAROUSSEL */

#carousel {
	margin-left: 650px;
	margin-top:40px;

}
/* ------------------------- Slider */

#slider ul, #slider .new{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider{ 
	 height:240px;
	overflow:hidden; 
	margin-right:20px;
	margin-left:20px;
	}
 #slider .new{
	height:120px;

 }
span#prevBtn{}
span#nextBtn{}	

/* ------------------------- Lightbox */
#gallery {
		/* background-color: #444; */
/* 		padding: 10px;
		width: 520px; */
	}
#gallery ul { list-style: none; }
#gallery { margin-left:35px; }
#gallery img {
	/* border: 5px solid #e3e3e3; */
	/* border-width: 5px 5px 20px; */

}
#gallery a:hover img {
	/* border: 5px solid #3e3e3e; */
/* 	border-width: 5px 5px 5px; */
	color: #fff;
}
#gallery a:hover { color: #fff; }
#gallery a { padding-right: 10px;}	
.legende {
font-size: 8pt;
color: #979797;
font-weight: bold;
text-align: center;
margin-top:3px;
margin-bottom:5px;
/* background-color: #E3E3E3; */
width:180px;
height: 50px; 
}
.image{
float:left;
}
