/* CSS par Stéphanie Champagne - Tous droits réservés */

body {
	background-color:#fff;
	color:#000;
	font-family:Verdana, Arial,"Lucida Console", Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	}
	
div#container {
	width:900px;
	height:auto;
	margin:auto;
	margin-top:25px;
	}

a { color:#615E4B; text-decoration:underline; font-weight:normal; }
a:hover { color:#615E4B; }
h2 { margin:0; padding:0; }
h2#titre { color:#615E4B; font-variant:normal; font-weight:normal; font-size:18px; } 
img { display:block; margin:0; padding:0; border:none; }
ul , li { margin:0; padding:0; list-style-type:none; }
h3 { margin:0; padding:0; }
p { margin:0; padding:2px; font-size:12px; }
c1 { color:#DBD4C2; }
.left { float:left; margin-right:5px; margin-top:5px; }
.right { float:right; }
div.clear { clear:both; }


div#Bandeau {
	background:url('img/bandeau.jpg') no-repeat left;
	width:885px;
	height:83px;
	margin-left:15px;
	}
	
div#contenu {
	background:url('img/bg_fond.gif') repeat-y right;
	width:840px;
	height:auto;
	margin: 5px auto auto 38px;
	}
	
div#header {
	width:800px;
	height:13px;
	background:url('img/header.gif') no-repeat;
	margin-left:40px;
	}
	
div#menu {
	width:45px;
	height:auto;
	float:left;
	margin-top:34px;
	z-index:2;
	}

div#menu a img { border:0; }
div#menu li { margin-bottom:8px; width:45px; height:140px; }

div#contenu_3 {
	width:760px;
	height:auto;
	float:right;
	padding:0 16px 0 0;
	font-size:12px;
	}
	
div#chemin {font-size:11px; color:#666; padding :0 0 10px 10px }
	
div#edito {
	width:730px;
	height:auto;
	margin:20px auto 10px 15px;
	}
	
div#edito img { margin-right:5px; }

div#corp {
	width:750px;
	height:auto;
	margin-left:5px;
	}

div#colDroite {
	width:220px;
	height:auto;
	float:right;
	}
	
#cedants {background:url('img/fond-cedants.gif') repeat; color:#FFF; margin-bottom:7px; }
#repreneurs {background:url('img/fond-repreneurs.gif') repeat; color:#FFF; margin-bottom:7px;}
#outils {background:url('img/fond-outils.gif') repeat; color:#FFF; margin-bottom:7px;}
	
div#colDroite ul		{ width:215px; margin-left:3px; margin-right:3px; margin-top:3px; }
div#colDroite li		{ margin-bottom:3px; }
div#colDroite li.txt	{ margin-bottom:3px; margin-left:5px;  }
div#cedants li a		{ color:#ffcc00; }
div#repreneurs li a		{ color:#ffcc00; }
div#outils li a		{ color:#ffcc00; }


div#Article {
	width:515px;
	height:auto;
	float:left;
	padding-left:10px;
	}
	
div#Article p { padding-bottom:20px; }
	
h3.titre { color:#615E4B; text-decoration:none; font-size:14px; }

ul.txt { list-style-image:url(img/puce.gif); font-size:12px; margin-left:15px; }
img.txt { margin: 3px 3px 3px 3px;}
	
div#footer {
	width:800px;
	height:15px;
	background:url('img/footer.gif') no-repeat;
	margin-left:40px;
	font-size:0;
	}
	


