@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#777777;
}
p, img {
	margin:0px;
	padding:0px;
	border:none;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
h1 {
	font-size:40px;
	font-weight:normal;
	color:#21b9d8;
	margin:15px 15px 5px 15px;
}
h2 {
	font-size:20px;
	margin:15px 15px 0px 15px;
}
body {
	background-color:#021c37;
	padding:0px;
	margin:0px;
}
#global {
	margin-left: auto;
	margin-right: auto;
	width:1024px;
	text-align: left;
}
#container {
	width:1024px;
	height:auto;
	background-color:#ffffff;
}
/* Header */
.logo {
	float:left;
	padding:20px 20px 20px 20px;
}
.menuheader {
	float:right;
	padding:25px 25px 0px 0px;
}
.menuheader a {
	text-decoration:none;
}
.menuheader a:hover {
	text-decoration:underline;
}
.pictos {
	padding:155px 0px 0px 580px;
}
/* Menu */
#menu {
	text-align:center;
	height:auto;
	background-color:#363636;
}
#menu ul {
	padding:20px 0px;
}
#menu li {
	display:inline;
	color:#ffffff;
	font-size:14px;
}
#menu li a {
	color:#ffffff;
	font-size:14px;
	padding:20px 24px 20px 24px;
	text-decoration: none;
}
#menu li a:hover {
	color:#ffffff;
	background-color:#05a4c4;
}
.survol {
	background-color:#a4a4a4;
	padding:20px 0px;
}
/* Contenu */
#contenu{
	background-color: #ffffff; 
    width: 1024px;
    height:auto;
	overflow:auto;
}
/* Corps */
#corps {
	width:756px;
	height:auto;
	background-color:#ffffff;
	border-right:solid 1px #d4d4d4;
	float:left;
}
#corps p {
	margin:0px 15px 20px 15px;
}
#corps ul {
	margin:0px 15px 0px 15px;
}

/* Colonne*/
#colonne {
	width:263px;
	height:auto;
	background-color:#ffffff;
	float:left;
}
#colonne p {
	padding:20px 10px;
}

/* Box actu*/
#boxactu {
	
}

.titreactu {
	margin:0px 10px 0px 10px;
	padding:0px 0px 5px 10px;
	color:#ffffff;
	background-color:#21b9d8;
	font-weight:bold;
}
.corpsactu {
	border-right:solid 1px #21b9d8;
	border-left:solid 1px #21b9d8;
	margin:0px 10px;
	padding:10px 15px;
	font-size:11px;
	text-align:left;
	line-height:15px;
}
.corpsactu span{
	color:#21b9d8;
	font-weight:bold;
	font-size:11px;
}
.corpsactu span a{
	color:#777777;
	font-size:11px;
}
.corpsactu span a:hover{
	color:#21b9d8;
	font-size:11px;
}
.topboxactu {
	margin:15px 10px 0px 10px;
	background-image: url('images/top-boxactu.jpg');
	background-repeat: no-repeat;
	width: 243px;
	height: 10px;
}
.bottomboxactu {
	margin:0px 10px 0px 10px;
	background-image: url('images/bottom-boxactu.jpg');
	background-repeat: no-repeat;
	width: 243px;
	height: 9px;
}
.corpsactu img{
	float:left;
	margin:4px 4px 0px 0px;
	padding:0px;
}
.corpsactu a{
	color:#21b9d8;
	font-weight:bold;
}
.corpsactu a:hover{
	color:#777777;
	font-weight:bold;
}

/* Menu Actus */
#menuactu {
	text-align:left;
	height:auto;
	background-color:#363636;
}

#menuactu ul {
	padding:6px 5px;
}
#menuactu li {
	display:inline;
	color:#ffffff;
	font-size:14px;
	padding:6px 0px;
}
#menuactu li a {
	color:#ffffff;
	font-size:14px;
	text-decoration: none;
	padding:6px 5px;

}
#menuactu li a:hover {
	color:#ffffff;
	background-color:#05a4c4;
	

}
.survolactu {
	background-color:#a4a4a4;

}



/* Footer */
#footer {
	text-align:center;
	width:1024px;
	height:auto;
	background-color:#c2c2c2;
	float:left;
}
#footer ul {
	padding:20px 30px;
}
#footer li {
	display:inline;
	color:#ffffff;
	font-size:12px;
}
#footer li a {
	color:#ffffff;
	font-size:12px;
	padding:20px 20px;
	text-decoration: none;
}
#footer li a:hover {
	color:#ffffff;
	background-color:#05a4c4;
}
#footer p {
	background-color:#021c37;
	color:#bdbdbd;
	font-size:11px;
	padding:5px 0px;
}


/* formulaire modalbox*/

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 0;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #EFEFEF;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#EFEFEF;
	color:#000;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color:#DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}



/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 100% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 100% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 100% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* cssdock menu */

#dock2 {
	width: 100%;
	top: 125px;
	position: absolute;
	right: 300px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
