
@import url(reset.css);

body{
	background : #333333;
	font-family : Myriad,Arial,Verdana;
	font-size : 0.9em;
}


#container{
	border:1px solid black;
	width:985px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 0px;
	margin-top : 30px;
}

#center{
background : white;
padding: 25px 35px;
position :relative;
}

h1{
	text-align: center;
	font-weight:bold;
	font-size:  1.9em;
	margin-bottom : 30px;
}

h2{
	text-align: center;
	font-weight:bold;
	font-size:  13pt;
	margin-bottom : 10px;
	letter-spacing: -0.05em;
}

h2 a{
	color : black;
	text-decoration : none;
}

h2 a:hover{
	color : #B1B1B1;
	text-decoration : underline;
}

p{
	margin : 10px 0px;
}

#center div{
	width : 430px;
	
}

strong{
	font-weight:bold;
}

div#gauche{
	position : absolute;
	top : 173px;
	left:35 px;
	height: 600px;
	width : 430px;
}

div#droite{
padding-left:480px;
}

