/* body of the page */

body{
	font-family: Century Gothic,sans-serif;
	position : relative;
        width:80%;
        height:100%;
        margin:0;
        padding:0;
        border:0;
	background-color:#F7F6C9;
	//width:1000px;
	margin:auto;
	margin-top:auto;
}

div#header {
background-image: url("files/Flou2.png");
background-position: 100%;
border:0px ;
	height:110px;
	width:1000px;
font-family:Century Gothic,sans-serif;
	font-size:14px;	
}

div#menu{
background-color:black;
background-position:100%;

	height:25px;
	width:1000px;
	font-family:Century Gothic,sans-serif;
	font-size:12px;	
}

div#content{
font-family:Century Gothic,sans-serif;
	height:700px;
	color: black;
	width:1000px;
	background-color:black;
	font-size:12px;	
	/*border: 4px double maroon;*/
}

div#content_left{
background-image: url("files/degNoirDroite.png");
background-position: 100%;
font-family:Century Gothic,sans-serif;
	height:700px;
	background-color:black;
	width:250px;
	width=30%;
	float:left;
	left:0;
	font-size:12px;	

	
}


div#content_right {
font-family:Century Gothic,sans-serif;
	height:700px;
	width:750px;
	background-color:white;
	float:right;
	width=70%;
font-size:12px;
	/*padding:10px;*/


	
	
}







div#footer {
	background-color:orange;
	font-family:Century Gothic,sans-serif;
	font-size:10px;
	color:#003300;
	width:1000px;
	height:150px;
	clear:both;
	background-repeat:no-repeat;

}

img {
border:0px;
}

.grandimage {
	float:left;
	margin:20px;
}

.petitimage {
	margin:8px;
	bottom:58px;
	position:static;
	text-align:left;
}
	
h1 {
	font-family:Century Gothic,sans-serif;
	font-size:10px;
	color:#a94a16;
	//text-align:center;
	height:90px;
	width:1000px;
}

h2 {
	font-family:Century Gothic,sans-serif;
	font-size:20px;
	color:#645c58;
	//text-align:center;
	height:20px;
	width:1000px;
}

