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

body {
	background-color:#b7004a;
	background-image:url(img/fond2.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}



#container {
	width:950px;
	height:675px;
	margin:auto;
	background-image:url(img/fond1.png);
	background-repeat:no-repeat;
}



#logo {
	width:261px;
	height:131px;
	padding-top:100px;
}

#menu {
	margin-top:100px;
	width: 360px;
}


#gauche {
	float:left;
	width:360px;
}


#droite {
	float:left;
	width:550px;
	background-image:url(img/motif.png);
	background-repeat:repeat;
	margin-top:200px;
	opacity:0.8;
}

#droite_pres {
	float:left;
	margin-left:100px;
	width:400px;
	background-image:url(img/motif.png);
	background-repeat:repeat;
	margin-top:200px;
	opacity:0.9;
}

p { text-align:justify;}
:focus { outline: 0;}