body {
	background-color:black;
	text-align:justify; /* for IE */
	margin: 0 auto; /* for the rest */ 
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: white;
}

div.site {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;

}

div {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h5 { font-family: arial, sans-serif; 
	text-align: left;
}

h3 {
	color: rgb(52,110,190);
}

img {
	border: 0px;
}

#header{	
	height:60px;
	background-color:rgb(52,110,190); /* bleu ciel */
	text-align: left;
}

#header img{
	margin-left:5px;
	margin-top:12px;
}
	
#menuBar{
	height:30px;
	background-color: black;
	}

#subMenuBar{
	height:15px;
	background-color: rgb(25,25,25);
}
		
#mainBody{
	position:relative;
	width:100%;
	height:764px;
	background-image: url('../images/fond.jpg');
	background-repeat: no-repeat;
}

#left, #right, #leftSmall, #rightBig, #center{
	position: relative;
	float:left;
	text-align: justify;
	border: 0px dashed red;
}

#left {
	margin-left: 10px;
	width: 470px;
}

#leftSmall {
	margin-left: 10px;
	margin-right: 0px;
	width: 250px;
	clear: both;
}

#right {
	margin-left: 0px;
	width: 500px;
}

#rightBig {
	margin-left: 0px;
	width: 720px;
}

#center {
	width: 970px;
	margin-left: 10px;
}
	
#top, #bottom, #single, #singleSmall, #singleBig, #full{
	position: relative;
	top: 40px;
	margin-top: 20px;
	margin-left: 40px;
	background-image: url('../images/layer_line.png');
	background-repeat: repeat; 
	text-align: justify;
	border: 1px solid black;
}

#top,#bottom {
	width: 450px;
	height: 320px;
}

#single{
	width: 450px;
	height: 662px;
}

#singleSmall{
	width: 225px;
	height: 662px;
}

#singleBig{
	width: 650px;
	height: 662px;
}


#full {
	width: 920px;
	height: 662px;
}

#footer{
	height:50px;
	width:100%;
	margin-top:20px;
	text-align: center;
	color: rgb(239,82,52);
	background-color: black;
	font-size: 12px;
}

#simpleBar{
	float: right;
	width:60%;
	height:18px;
	margin-right: 10px;
	margin-top: 12px;
	background-color: #1a1a1a;
	text-align:right;
	font-weight: bold;
	padding-right: 12px;
	
	border: 0px solid black;
}
}

#simpleBar a {
	color:rgb(58,106,178);/*  blue  */
	text-decoration:none;
}

#simpleBar a:hover {
	color:rgb(239,82,52);/*  red  */
}

ul.texte li {
	margin-top: 5px;
}

.formContainer {
	margin-top: 15px;
	margin-left: 30px;
	margin-right: auto;
}


.formContainer table tr td{
	margin: 5px;
}

.formContainer  table tr td div{
	background-color: rgb(230,230,230);
	color: rgb(10,10,10);
}


