/**
* BBCMS - Black Bear CMS
* (c)2009 by Olivier Blais (contact@bbcms.fr)
* 
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-3.0.html
* 
* For further information visit:
* http://www.bbcms.fr
*/

/** Contenu général */
html { }
body {
	width:100%;
	font-size:12px;
	color:#555;
	background-color:#919297;
}
div#global {
	margin:0 auto;
	width:1006px;
	min-height:100%;
	position:relative;	
}

/** Header */
div#header {
	width:1006px;
	height:146px;
	background:url('./../images/site/header2.jpg') no-repeat;
	position:relative;
}
div#logo {
	top:20px;
	left:0px;
	position:absolute;
}
div#logo a {
	width:240px;
	height:80px;
	display:block;
}

/** Zone central */

div#container {
	width:1006px;
    min-height:641px;
	position:relative;
    	background:url('./../images/site/fond-content-container.png');
}
div#breadcrumbs {
	padding:0 0 5px 0;
	width:500px;
	font-size:11px;
	position:relative;
    color:#919297;
}


div#breadcrumbs span { padding:0 5px; }

.f-left { 
   float:left;
   width:313px;
   min-height:360px;
  /* background-color:#CCC;*/
}
.f-right {  
    float:right;
   width:670px;
   min-height:360px;
   background-color:#FFF;
    
}

div#content-text {
        width:634px;
         min-height:290px;
    	background:url('./../images/site/fond-content.png') no-repeat;
        padding:0px;
		padding:15px;

}

div#contenu {
    float:left;
     width:634px;
     min-height:290px;
	background:url('./../images/site/fond-content-text.png');
     text-align:justify;
     overflow: hidden;
     padding:15px;
	 margin-left:-15px;
}

div#partenaires {
	font-size:10px;
	color:#818181;
     float:left;
     width:300px;
     min-height: 68px;
     margin-top:10px;
  margin-left:15px;
    
}

div#logow3c {
     float:left;
     width:288px;
     height: 68px;
     margin-top:0px;
    background:url('./../images/logoW3C.jpg') no-repeat;
    
}

/* Styles specific to this particular page */
.scroll-pane
{
width: 100%;
min-height: 200px;
overflow: auto;
}

div#slide {
	margin:0 0 0 0;
	width:1006px;
	height:280px;
	background-color:#FFF;
}


#slide .easy_slides_caption {
    width:1006px;
   	height:50px;
    padding: 10px 0 0 10px;
}
#caption {
    width: 1006px;
    height: 20px;
    padding:0;
    color: #CCC;
  /*  font-family: PREFERRED FONT;*/
    font-size: 11px;
}

div#content {
	margin:0 0 0 0;
	width:1006px;
	min-height:200px;
	line-height:20px;
   
}
div#content h3 {
	padding:0 0 10px 0;
	color:#000;
	font-size:24px;
	font-weight:normal;
}
div.home {  }
div#news {
	float:left;
	margin:0 0 0 20px;
	width:600px;
	font-size:12px;
	color:#000;

}
.news-liste {
	float:left;
	margin:0 0 20px 0;
	width:620px;
	font-size:11px;
	color:#FFF;
	float:left;
	margin-bottom:10px;

}
.news-liste a { color:#000; }

div.date {
	font-size:10px;
	color:#999;
}
div.news {
	margin:0 0 17px 0;
	padding:0;
}
div.news a { color:#000; }
div.news span { color:#000; text-decoration:underline;}
div#mini-search {
	margin:15px 0 0 0;
	width:200px;
	font-size:11px;
}
div#footer-content {
	padding:11px 0 0 0;
	width:928px;
	height:80px;
	font-size:11px;
	border-top:1px solid #DDD;

}
div#footer-content h4, div#news h4, div#mini-search h4 {
	color:#E8581F;
	font-size:13px;
}
div#newsletter h4, div#news h4, div#mini-search h4 {
	margin:0 0 9px 0;
	padding:0;
}

div#bottom {
    width:664px;
    height: 20px;
    position:relative;
    margin-left:336px;
   	background:url('./../images/site/bottom.png') no-repeat;
}
/** Footer */
div#footer {
    position:relative;
	bottom:0;
	left:0;
	width:1006px;
	height:60px;
	color:#CCC;
	font-size:10px;
    text-align:center;
    }
div#footer ul {
	margin:12px 0 10px 0;
	list-style-type:none;
}
div#footer li {
	padding:0 9px 0 0;
	color:#CCC;
	font-size:11px;
	display:inline;
}
div#footer li a{
	padding:0 9px 0 0;
	color:#CCC;
	font-size:11px;
	display:inline;
}

/** Plan du site */
div.sitemap {
	padding:0 0 0 20px;
	width:908px;
}
div.sitemap a { color:#000; }
div.sitemap ul { margin:0 0 15px 0; }
div.sitemap ul ul {
	margin:0;
	padding:0 0 0 20px;
}

/** Pagination */
div#paging { font-size:12px; }
div#paging img { vertical-align:middle; }
div#paging span { font-weight:bold; }

/** Page 404 */
div#content ul.list-404 {
	margin-left:15px;
	list-style-type:disc; 
	list-style-position:inside; 
}