body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 1px;
}

img {
	border: 0;
}

/*----global-----*/
#conteneur {
/*Taille*/
	width: 800px;
/*Positionnement*/
	position: absolute;
	left: 50%;
	margin-left: -400px;
/*BackGround*/
	background-image: url(images/backcont.jpg);
	background-repeat: repeat-y;
	border:no-border;
	margin:opx;
/*Contenu*/
	padding-left: 20px;
	padding-right: 20px;
}

/*-----Header-----*/
#header {
	margin-bottom: 35px;
	border:no-border;
/*Taille*/
	width: 760px;
	height: 154px;
/*BackGround*/
	background-image: url(images/tete.jpg);
	background-repeat: no-repeat;
}

#pixell {
/*bulle aller voir le site de pixell*/

}


#menu {
/*Taille*/
	width: 506px;
	height: 32px;

	position: absolute;
	top: 154px;
	left: 274px;
	margin: 0px;
	padding-right:0px;

	background-image: url(images/menu.gif);
	background-repeat: no-repeat;

	padding-top: 4px;
	text-align: center;

}

/*-----Paragraphes principal-----*/
#main p {
	margin: 10px 0px 10px 10px;
	width:92%;
}
#text {
	margin-left: 80px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-bottom:0px;
	
	width:75%;
	text-align:justify;
}
/*-----Photos-----*/
.photos {

margin: 0px 40px 0px 40px;
float:left;
}
.left {
float:left;
margin-right:4px;

}
.right {
float:right;
margin-left:4px;
}
.photos_left {
float:left;
margin: 0px 10px 10px 10px;
width:100%;
}
#photos_left {
float:left;
margin: 0px 10px 10px 10px;
width:100%;
}




/*-----Footer-----*/
#footer {
	/*Contenu*/
	margin-top:0px;
	padding-top: 3px;
	text-align: center;
	background-image: url(images/bas.jpg);
	background-repeat: no-repeat;
	height:18px;
}
