@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	background-color:#0060a2;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul{
	list-style-type:none;
}
body, html{
	height:100%;
}
/* Bloc général de mise en page */
div#wrap{
	position:absolute;
	width:900px;
	height:650px;
	left:50%;
	top:50%;
	margin:-325px 0 0 -450px;
	background:url(../images/background.jpg) no-repeat #03F;
}
div#cover{
	height:100%;
}

/* Bannière des 25 ans */
p#ybann25{
	position:absolute;
	width:210px;
	height:52px;
	background:url(../images/25ybann.png) no-repeat;
}
p.ybannHome{
	top:0px;
	left:0px;
	padding-top:70px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
p.ybannHeader{
	top:25px;
	right:15px;
}
#qualibat, #edfbleuciel{
	position:absolute;
}
#qualibat{
	top:60px;
	left:150px;
	text-align:center;
	font-weight:bold;
}
#edfbleuciel{
	top:82px;
	left:50px;
}

/* Bloc coordonnées */
div#coords{
	position:absolute;
	top:40px;
	right:15px;
	text-align:center;
	font-weight:bold;
}
div#coords p{
	margin-bottom:15px;
}
div#coords a{
	color:#fff;
	text-decoration:underline;
}
div#coords h2{
	color:#d49021;
	font-size:24px;
}

/* Contenu homepage */
div#homeColg{
	width:400px;
	margin-left:80px;
}
div#homeCold{
	margin-left:480px;	
}
div#homeColg h4, div#homeCold h4{
	width:335px;
	height:30px;
	background:url(../images/BgHomeTitle.png) no-repeat;
	font-size:16px;
	line-height:28px;
	padding-left:15px;
	margin:20px 0 5px 0;
}
div#homeColg h4 a, div#homeCold h4 a{
	color:#fff;
	text-decoration:none;
}
div#homeColg, div#homeCold{
	font-weight:bold;
}
p#homeEnter{
	text-align:center;
	margin-top:20px;
}
p#homeEnter a{
	color:#fff;
	text-decoration:underline;
}

/* Titres */
div#wrap h1{
	width:277px;
	height:165px;
	background:url(../images/logo.png) no-repeat;
	margin:0 auto;
	text-indent:-9999px;
	margin-top:15px;
}
div#wrap h3{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}

/* Layout général */
div#layout{
	width:900px;
	margin:0 auto;
}

/* Header */
div#header{
	position:relative;
	height:97px;
	background:url(../images/header.jpg) no-repeat;
}
div#header h1{
	width:168px;
	height:100px;
	background:url(../images/logoS.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
div#header h1 a{
	display:block;
	width:100%;
	height:100%;
}
div#header ul{
	padding:75px 0 0 170px;
}
div#header li{
	display:inline;
	margin:0 10px;
	font-weight:bold;
}
div#header li a{
	color:#fff;
	text-decoration:none;
}
div#header li.current a{
	color:#d49021;
}

/* Contenu central */
div#content_wrap{
	width:100%;
	background-color:#ccc;
	padding-bottom:15px;
}
div#content{
	width:580px;
	margin-left:180px;
	color:#fff;
	background-color:#666;
	padding:15px 20px;
}
div#content p{
	margin:15px 0;
}
div#content h3{
	font-weight:normal;
	font-size:12px;
}
div#content img{
	border:1px solid #000;
}
div#content div#pictures{
	position:relative;
}
div#content p.bigPic{
	text-align:center;
	margin-bottom:0;
}
div#content p.smallPic{
	position:absolute;
	right:-15px;
	bottom:0;
	text-align:right;
	font-size:10px;
}
div#content p.smallPic img{
	width:100px;
}
div#content p.smallPic:hover{
	cursor:pointer;
}
div#gallery{
	position:relative;
	height:97px;
	background:url(../images/gallery.jpg) no-repeat;
	overflow:hidden;
}
div#gallery img{
	border:1px solid #000;
	margin:0 1px;
	height:80px;
	width:110px;
	margin-top:7px;
}
div#gallery img:hover{
	cursor:pointer;
}
div#gallery div{
	position:absolute;
	top:0;
	left:0;
}
div#ots-website{
	text-align:center;
}
div#ots-website img{
	border:0;
}
div#ots-website a{
	text-decoration:underline;
	color:#fff;
}

/* Menu gauche */
div#menu{
	width:160px;
	color:#240051;
	padding:10px;
}
div#menu h2{
	font-size:12px;
}
div#menu ul{
	width:130px;
}
div#menu li{
	margin:15px 0;
}
div#menu p{
	font-size:10px;
}
div#menu p.rule{
	position:relative;
	width:130px;
	height:2px;
	background:url(../images/menu.jpg) no-repeat;
	margin:3px 0;
}
div#menu li.menuActive, div#menu li.menuActive a{
	color:#d49021;
}
div#menu li.menuActive p.rule{
	background:url(../images/menuActive.jpg) no-repeat;
	left:50px;
}
div#menu a{
	text-decoration:none;
	color:#240051;
}

/* Formulaire de contact */
div#content form{
	width:350px;
	margin:0 auto;
}
div#content form h3{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
div#content form select, div#content form input[type=text], div#content form input[type=password], div#content form textarea,  div#content form input[type=file]{
	width:200px;
	border:0;
}
div#content form select, div#content form input[type=text], div#content form input[type=password]{
	height:18px;
}
div#content form textarea{
	height:100px;
}
div#content form select.civil{
	width:50px;
}
div#content form label{
	display:block;
	float:left;
	width:150px;
}
div#content form p.projectValidate{
	text-align:right;	
}

/* Mentions légales */
div#content.legal{
	font-size:10px;
}
div#content.legal h2{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
div#content.legal h3{
	font-size:11px;
	font-weight:bold;
}
div#content.legal h3.actu{
	margin-bottom:10px;
	text-align:left;
}
div#content.legal p{
	margin-top:0;
}

/* Footer */
div#footer{
	width:580px;
	color:#fff;
	margin-left:180px;
	background-color:#666;
	padding:15px 20px;
	text-align:center;
	font-size:9px;
	font-weight:bold;
}
div#footer a{
	color:#fff;
	text-decoration:none;
}

/* Classes généralistes */
.float{
	float:left;
}
.clear{
	clear:both;
}
.ajaxLoading{
	background:url(../images/ajaxloader.gif) no-repeat center;
	min-height:60px;
}
