@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{
	text-align:center;
	background: #7bd1fa url(img/background.jpg) bottom center no-repeat fixed;
	margin-bottom: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#666;
}

h1{
	font-size: 24px;
	text-align:left;
	color:#333;
	margin-bottom: 15px;
}

h2,h3,h4{
	font-size: 20px;
	text-align:left;
}

a{
	text-decoration:none;
}

p{
	text-align:justify;
	margin-bottom: 10px;
}

#wrapper01{
	width: 100%;
	background:url(img/header_debord.png) center top no-repeat;
}



#header{
	position:relative;
	background: url(img/header.jpg) 11px top no-repeat;
	margin: 0 auto;
	width: 1000px;
	height: 384px;
}

#img_hl{
	float: left;
}

#hr{
	float:right;
}


#page{
	background: url(img/page.png) repeat-y;
	margin: 0 auto;
	width: 1000px;
}

#navigation_h{
	position:absolute;
	top: 305px;
	left: 0px;
}

#navigation_h ul{
}

#navigation_h li{
	float: left;
}

#navigation_h li a{
	/*display:block;*/
	padding: 0px 20px;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight:bold;
	color: #9b7a00;
}

#navigation_h li#accueil a{
	padding-left: 80px;
}

#navigation_h li a:hover{
	color:#fff;
	-moz-text-shadow: 0px 0px 10px #fff;
	-webkit-text-shadow: 0px 0px 10px #fff;
	-o-text-shadow: 0px 0px 10px #fff;
	text-shadow: 0px 0px 10px #fff;
	
}

#contenu{
	width: 920px;
	padding: 40px;
}

#col_mini_gauche{
	float:left;
	width: 280px;
	margin-right: 10px;
	background-color: #fff;
	padding: 20px;
	
	border: 10px #eee solid;
	
	-moz-box-shadow: 5px 5px 5px 0px #cfcfcf;
	-webkit-box-shadow: 5px 5px 5px 0px #cfcfcf;
	-o-box-shadow: 5px 5px 5px 0px #cfcfcf;
	box-shadow: 5px 5px 5px 0px #cfcfcf;
	
}

#col_maxi{
	float:right;
	width: 529px;
	background-color:#fefefe;
	padding-right: 10px;
}

.anno_info{
	color: #090;
}

.anno_erreur{
	color: #C00;
	
}

#footer{
	background: url(img/footer.png);
	width: 960px;
	height: 131px;
	padding: 40px 20px 0px 20px;
	margin: 0 auto;
	color:#9a7d00;
	font-size:12px;
}

.clear{
	clear: both;
}

#footer a{
	color: #7a5d00;
}

.left{
	float: left;
}

.left img, img.left{
	margin: 10px 20px 20px 0;
}

.right{
	float: right;
}

.right img, img.right{
	margin: 10px 0 20px 20px;
}

.clearfix{
	clear:both;
}

/* -------- GALERIE ------------------------------------------------------------------- */
.thumb{
	float: left;
	margin: 8px;

	border: 8px #eee solid;
	
	-moz-box-shadow: 5px 5px 5px 0px #cfcfcf;
	-webkit-box-shadow: 5px 5px 5px 0px #cfcfcf;
	-o-box-shadow: 5px 5px 5px 0px #cfcfcf;
	box-shadow: 5px 5px 5px 0px #cfcfcf;
}

.projet{
	width: 460px;

	margin-top: 30px;
	padding: 15px;
}

.projet div.img_gauche{
	background-color:#eee;
	width: 45%;
	float:left;
}
.projet div.img_droite{
	background-color:#eee;
	width: 45%;
	float:right;
}



/*--------- SLIDER ---------------------------------------------------------------------*/
#slider{
	width: 980px;
	height: 300px;
	border: solid 10px #fefefe;
}

#slider_bas{
	height: 11px;
	width: 1000px;
	background: url(img/slider_bas.png) top left;

}

.sm {list-style:none; width:980px; height:300px; display:block; overflow:hidden;  }
.sm li {float:left; display:inline; overflow:hidden}