/* @override http://localhost:8888/mise_en_page.css */

/* @override http://www.univers-cites.fr/mise_en_page.css */

/* Layout Stylesheet */ 
 
body {
 margin:0px;
 background:#e6e6e6;
 color: #333333;
 text-align:center;
 padding:0;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }

#tout {
 width :950px;
 margin:auto;
 }

#header {
	position:relative;
	z-index:0;
 background-image:url(images/header.gif);
 height:205px; 
 width :950px;
 color: #ffffff; 
 }
 
#bar {
 height:30px;
 background:#e6e6e6;
 color: #000000;
 padding-top:5px;
 }

#contenu{
 position:relative;
 background: #e6e6e6;
 color: #333333;
 width:950px;
 padding:0; 
 }

#droite {
	float:left;
	margin-left:25px;
	background-color:#B5B5B5;
	color: #333333;
	width:280px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	behavior: url(border-radius.htc);
	padding: 5px;
	text-align:center;
 }
#droite a {
	border:  0px;
	text-decoration:none;
	color:  #000;
}
 
#main {  
 background-color:#e6e6e6;
float:left;
padding:8px;
 width:609px;
 text-align:left;  
 border:#000 solid 4px;
 -moz-border-radius: 25px;
 -webkit-border-radius: 25px;
	border-radius: 24px;
	behavior: url(border-radius.htc);
 }
#main_art {  
float:left;
 width:615px;
 background-color: #fffeff;
 text-align:left;  
 border: 2px none #4b4b4b;
 -moz-border-radius: 25px;
 -webkit-border-radius: 25px;
	border-radius: 25px;
	behavior: url(border-radius.htc);
 padding: 10px;
 }
#footer {
 background-color:#Fff;
 height:40px; 
 margin-top: 15px;
 margin-bottom: 15px;
 padding-top:5px;
 -moz-border-radius: 25px;
 -webkit-border-radius: 25px;
	border-radius: 25px;
	behavior: url(border-radius.htc);
 }

