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

body{
	background-image:url(../_img/fond.jpg);
	background-position:top center;
	margin: 0px;
	padding: 0px;
	background-repeat:repeat-x;
	}

#global{
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	}

#wrap{
	margin-left: 340px;
	margin-top: 84px;
	}

#tete{
	width: 990px;
	height: 256px;
	background-image:url(../_img/tache.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom: 20px;
	float:left;
	}

#tete h1{
	margin-bottom:0px;
	padding-bottom:0px;
	}

#tete h2{
	padding-top:0px;
	margin-top:5px;
	font-weight: normal;
	}

#corps{
	float:left;
	}

#gauche{
	float:left;
	width:250px;
	padding: 0 45px 0 45px;
	line-height: 1.8em;
	}
	
#gauche a{
	color:#333333;
	text-decoration:none;
	}
	
#gauche a:hover{
	color:black;
	text-decoration:underline;
	}		
	
#gauche h3{
	background-color: #000000;
	color: #FFFFFF;
	border: 2px solid black;
	text-indent: 5px;
	}


#droite{
	float:left;
	width: 620px;
	}

.lightbox{
	display:block;
	width: 280px;
	height: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	
	}
