/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url("../images/fond_de_fond.png");
}

#corps { 
 margin: 0 10%;
 width: 960px;
}
.logo{
	display: inline;
	float: right;
	background-color: #eee;
	height: 100%;
	width: 200px;
}
#header {
 color: #333;
 width: 960px;
 float: left;
 border: 1px solid #ccc;
 height: 115px;
 background: url("../images/fond-header.png");
}
#content { 
	line-height: 1.3em;
	float: left;
	color: #333;
	border: 1px solid #ccc;
	border-top: 5px;
	background: #F2F2E6;
	background-image: url("../images/fond.png");
	margin: 0px 0px 0px 0px;
	height: 850px;
	width: 960px;
	display: inline;
}
#footer { 
 width: 960px;
 clear: both;
 color: white;
 border: 1px solid #ccc;
 background: #ABA8A1;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}