@charset "utf-8";
/* CSS Document */
body {
	background-color:#333333;
	margin-bottom:0px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bebebe;
	text-align:justify;

}
img, div {
	behavior: url(iepngfix.htc);
	border:none;	
}
a {
	color: #0d72b5;
	text-decoration: none;
}
a:link {color: #0d72b5;
}
a:hover {color: #418ab5; text-decoration:none
}
#site{
	margin-left: auto;
	margin-right: auto;
	width:950px;
	background-color:#000;
}
/*-----------------------haut-------------------------*/
#head_gauche {
	float:left;
	width:603px;
}
/*------------------------menu-------------------------*/
#head_gauche #menu {
	width:603px;
	height:16px;
	font-size:11px;
	font-weight: bold;
	text-align:center;
	background-color:#333333;
}
#head_gauche #menu a {
	color:#bebebe;
	text-decoration:none;
}
#head_gauche #menu a:hover {
	color: #0d72b5;
}
#head_gauche #menu ul{
	width:603px;
	display:block;
	margin:0;
	padding:0;
}
#head_gauche #menu ul li{
	float:left;
	display:inline;
	margin-left:9px;
	margin-right:9px;
}
/*-------------------------------------------------*/
#head_gauche #logo {
	float:left;
	width:373px;
}
#head_gauche #description_lieu {
	float:right;
	width:224px;
	font-size:11px;
	padding: 0 4px 0 0;
	/*font-weight:bold;*/
}
#head_gauche #description_lieu h1 {
	text-align: right;
	line-height: 14px;
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 10px;
	font-size:11px;
	padding: 0px;
	font-weight:bold;
	color:#FFF;
}
#head_gauche #description_lieu h1 a{
	color:#FFF;
}
#head_gauche #description_lieu p {
	text-align: right;
	line-height: 14px;
	color: #bebebe;
	margin:0 0 0 0;
}
#head_gauche #description_lieu p a{
	color: #bebebe;
}
#head_droite {
	float:right;
	width:347px;
	background-image:url(images/coin_haut_droit2.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#head_droite #photo {
	float:left;
	width:312px;
	background-position:7px 0px;
	background-repeat:no-repeat;
}
#head_droite #photo #cache_gauche{
	float:left;
	width:12px;
	height:201px;
	background-image:url(images/cache_gauche.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#head_droite #photo #cache_droite{
	float:left;
	height:201px;
	background-image:url(images/cache_droite.png);
	background-position:top right;
	background-repeat:no-repeat;
}

/*------------------------slider photos-------------------------*/
/* Clear fix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

#loopedSlider { 
	clear:both;
	width:950px;
	height:100px;
}		
#loopedSlider .container { 
	position:relative; 
	height:80px; 
	width:950px; 
	overflow:hidden; 
}
#loopedSlider .container div {
	background-color:#000;
	opacity:0;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	width:950px;
	margin:0 0 0 0;
}
#loopedSlider .nav-buttons { 
	/*float:right;*/
	list-style-type:none; 
	/*margin:20px 149px 0 0;*/ 
	margin:10px 0 0 22px;
	padding:0; 
}
#loopedSlider .nav-buttons li { float:left; margin:0 20px 0 0; }


/*------------------------contenu-------------------------*/
#contenu {
	padding-left: 0;
	padding-bottom: 10px;
	padding-right: 0;
	padding-top: 0;
	margin: 30px 0 0 0; ;
	background-image:url(images/fond_contenu.gif);
	background-position:top right;
	background-repeat:repeat-y;
}
#contenu #gauche{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0px;
	float:left;
	width:438px;
	padding: 0 74px 10px 86px;
}
#contenu #gauche h1 {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight:bold;
	color:#FFF;
}
#contenu #gauche h2 {
	padding: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
}
#contenu #gauche p{
	font-size: 12px;
	line-height: 16px;
	color: #b0b0b0;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
}
#contenu #gauche ul{
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 14px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-position: outside;
	list-style-type: square;
}
#contenu #gauche li{
	margin-bottom: 5px;
}
#contenu #gauche ol{
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 16px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-position: outside;
	list-style-type: decimal;
}
/*------------------------formulaire-------------------------*/
#contenu #gauche form label {
	clear:both;
	float: left;
	width: 8em;
	margin-right: 1em;
	text-align: right;
	font-size:12px;
}
#contenu #gauche form input[type=text], input[type=file]{
	background-color:#000;
	color:#bebebe;
	width:240px;
	border-style:inset;
}
#contenu #gauche form textarea {
	background-color:#000;
	color:#bebebe;
	width:244px;
}
#contenu #gauche form input[type=submit],input[type=reset]  {
	width:110px;	
	cursor:pointer;
}
#contenu #gauche blockquote {
	padding:10px 0 0 0;
	margin:0 0 0 0;
	font-size:px;
}

/*------------------------partie sous menu-------------------------*/
#contenu #droite {
	float:right;
	width:312px;
	height:100%;
	margin:0 40px 0 0;
}
#contenu #droite #breadcrumbs {
	padding:5px 0 5px 20px;
}
#contenu #droite #breadcrumbs a {
	color:#bebebe;
	text-decoration:none;
}
#contenu #droite #breadcrumbs a:hover {
	color: #0d72b5;
}
#contenu #droite #nav {
	border-width:1px 0 1px 0;
	border-color:#000;
	border-style:solid;
}
#contenu #droite #nav .puces {
	height:62px;
	padding-top:10px;
	margin:0 12px 0 0 ;
	float:left;
	clear:both;
	border:none;
}
#contenu #droite #nav .menu {
	height:62px;
	margin:0px;
	padding:24px 0 0 0;
}
#contenu #droite #nav .menu a {
	color:#bebebe;
	text-decoration:none;
	font-weight:bold;
}
#contenu #droite #nav .menu a .title {
	/*line-height: 14px;*/
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	font-size:11px;
	padding: 0px;
	/*font-weight:bold;*/
	color:#FFF;
}
#contenu #droite #gris {
	height:100%;
	padding:0 10px 0 24px;
}
#footer {
	clear:both;
	width:950px;
}
#footer #texte{
	padding-left: 86px;
	padding-bottom: 10px;
	padding-right: 74px;
	padding-top: 30px;
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	font-size: 10px;
	width:438px;
	text-align: left;
}

#footer #texte p{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color: #7e7e7e;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-top: 0px;
	width:438px;
	text-align: left;
}
#footer #logo_wheresciences{
	padding:0 0 16px 0;
}

