/* CSS Document */
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, font, 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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* GENERAl CSS */
body {
	padding:0;
	margin:0;
	font-family: 'Lucida Grande', LucidaGrande, 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4D4D4D;
	background-color:#FFFFFF;
	line-height:1.5em;
	letter-spacing:0.02em;
	overflow:hidden
}
a{
	text-decoration:none;
	color:#4D4D4D;
	}
a:hover {
	text-decoration:underline;
}
h1 {
	margin-top:15px;
	font-size:1.2em;
}
h2 {
	font-size:1em;
}
p{
	margin-top:6px;
}

/* HEADER */

#header{
	/*background-color:#F1F1F1;*/
	height:146px;
	width:100%;
	border:0;
	outline:0;
	font-size:100%;
	border-bottom:1px #CBCBCB solid;
	min-width:718px;
}
#titre{
	/*background-image:url(../i/bgmoduler.png);*/
	background-image:url(../i/bgmoduler02.png);
	background-repeat:no-repeat;
	background-position:left;
	height:146px;
	width:470px;
	display:block;
	float:left;
	}
#menu{
	background-image:url(../i/bg01.png);
	background-position:right;
	background-repeat:no-repeat;
	height:146px;
	width:248px;
	float:right;
	}
#menu ul{
	margin-top:30px;
	margin-left:90px;
}	
#menu li{
	list-style:none;
	border-bottom:1px #CBCBCB solid;
	height : 30px;
	width:130px;
	background-color:transparent;
	text-align:left;
	display:block
}
#menu li.first {
	border-top:1px #CBCBCB solid;
}
#menu li a{
	display:block;
	position:relative;
	height : 30px;
	width:130px;
}
#menu li a span.text {
	background-repeat:no-repeat;
	display:block;
	width:120px;
	position:absolute;
	padding-left:10px;
	height : 24px;
	padding-top:6px;
	background-image:url(../i/fleche.png);
	background-position:112px center;
	top:0;
	left:0;
	z-index:100;
}
#menu li a span.transparency {
	display:block;
	position:absolute;
	background-color:#000;
	opacity:0.1;
	height : 30px;
	width:130px;
	z-index:1;
	display:none;
}
#menu li a:hover {
	text-decoration:none;
}
#menu li a:hover span.transparency, #menu li a.selected span.transparency, #menu li a.selected:hover span.transparency {
	display:block;
}
div.colcontainer{
	overflow:hidden;
	width:100%;
	margin-top:20px;
}
div.col{
	width:27%;
	padding-left:3%;
	padding-right:3%;
	float:left;
	padding-top:175px;
	background-repeat:no-repeat;
}
div.col.remerciements {
	padding-top:2%;
	width:95%;
	color:#777;
	font-size:0.9em;
}
div.col.remerciements p {
	margin-top:0;
}

#flashcontainer {
	height:100%;
	background-color:#B9DBEF;
}
a.lienvert{
	color:#40B4A6;
}	
a.lienviolet{
	color:#0093D1;
}

/* NAVIGATION */
#navigation{
	background-color:#FFF;
	height:29px;
	width:100%;
	border:0;
	outline:0;
	font-size:100%;
	border-top:1px #CBCBCB solid;
	min-width:718px;
	position: absolute; 
	bottom: 29px;
	z-index:2000;
	
}
#globalNavigation{
	margin-left:auto;
	margin-right:auto;
	width:150px;
	height:29px;
	background-image:url(../i/bt_precsuiv.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	}
#globalNavigation.previous{
	background-position:center -29px;
}
#globalNavigation.next{
	background-position:center -58px;
}
a#suiv{
	display:block;
	float:left;
	width:60px;
	padding-top:6px;
	padding-left:15px;
}
a#prec{
display:block;
	float:left;
	width:40px;
	padding-top:6px;
	padding-left:35px;
}

/* PHOTOS */
#page_photos {
	background-color:#1A1A1A;
}

#slideshow, #slideshow img {
	display:block;
	margin:0 auto;
}
#slideshow img {
	background-image:url(../i/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
#slideshow {
	overflow:hidden
}

/* FOOTER */

#footer{
	background-color:#FFF;
	height:29px;
	width:100%;
	border:0;
	outline:0;
	font-size:100%;
	border-top:1px #CBCBCB solid;
	min-width:718px;
	position: absolute; 
	bottom: 0;
	z-index:2000;
}
a#lab212{
	float:left;
	background-image:url(../i/bt_lab212.png);
	background-repeat:no-repeat;
	height:23px;
	width: 110px;
	padding-left:40px;
	padding-top:6px;
}
a:hover#lab212{
	background-position:left -29px ;
}
#infos{
	float:left;
	height:23px;
	width: 563px;
	padding-top:6px;
	padding-left:5px;
}

