@charset "UTF-8";
/* CSS Document */

body{
	width: 1024px;
	margin: auto;
	background-image: url(medias/bg.jpg);
	background-repeat: repeat;
}

.H1{
	padding:40px;
	background: url(medias/titre-H1.png) no-repeat left center;
	font-size: 16px;
	font-family: Verdana;
	font-weight: lighter;
	color: #C00;
	margin-left: 15px;
	
}

.H2{
	font-size: 14px;
	font-family: Verdana;
	font-weight: bolder;
	color: #C00;
	margin-left: 15px;
	text-align: left;
}

.texte{
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

.texte a, a:visited{
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

.texte a:hover{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#conteneur{
	margin:0 auto;
	width:910px;
	height:950px;
}

#top{
	background-image: url(medias/top.jpg);
	margin:0 auto;
	width:910px;
	height:179px;
}

#ss-navi-top{
	background-image: url(medias/ss-navi-top.jpg);
	margin:0 auto;
	width:910px;
	height:56px;
}

#ss-navi-bottom{
	background-image: url(medias/ss-navi-bottom.jpg);
	margin:0 auto;
	width:910px;
	height:65px;
}

#main{
	background-image: url(medias/rac-main.jpg);
	background-repeat: repeat-y;
	margin:0 auto;
	width:910px;
	height:800px;
}

#main-tofs{
	background-image: url(medias/rac-main.jpg);
	background-repeat: repeat-y;
	margin:0 auto;
	width:910px;
	height:1500px;

	
}

#tofs{
	width:600px;
	float:right;
	overflow:auto;
}
	
#left{

	width:300px;
	height:450px;
	float: left;

}

#left-tofs{
	background-image: url(medias/left.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:600px;
	float: left;
	margin-top:50px;
}

#colonn{
	width:255px;
 	float: left;
	padding-left:15px;
}

#colonn-left{
	width:280px;
	float: left;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
}

#colonn-bg{
	width:240px;
	float: left;

	margin:10px;
	background-color: #C90;
	font-family: Verdana;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

#colonn-bg a, a:visited{
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

#colonn-bg a:hover{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}



#bottom{
	background-image: url(medias/bottom.jpg);
	background-repeat: no-repeat;
	width:910px;
	height:83px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #000;
	font-family: Verdana;
	padding-top:10px;
	padding-left:30px;
}

#bottom a, a:visited{
	color: #000;
	text-decoration: none;
}

#bottom a:hover{
	color: #C60;
	text-decoration: none;
}

#div.spacer{
	clear:both; 
	height:10px; 
	display:block;

}



/* MENU */

	div#menu_vente ul
	{
	margin:0;
	padding:0;
	list-style-type:none;
	border-color: #000;
	border-color: #000;
	border-color: #333;
	position: relative;
	vertical-align: middle;
	}

	ul#menu_vente
	{
		margin:0;
		padding:0 15px;
		margin-top:5px;
		margin-bottom:10px;
		margin-left:10px;
		width:250px;
		list-style-type:none;
	}

	ul#menu_vente li {
		padding:0 20px;
		margin:0 10px 0 0;
		list-style-type:none;
	}

	ul#menu_vente a.first {
		padding-top:5px;
		padding-left:30px;
		margin:0;
		list-style-type:none;
		border-top:1px dashed #000;
	}

	ul#menu_vente a {
	display: block;
	height:20px;
	padding:0;
	padding-top:5px;
	padding-left:30px;
	margin:0;
	color: #F90;
	text-decoration: none;
	border-bottom:1px dashed #000;
	font:13px Verdana, Helvetica, sans-serif;
	font-weight:normal;
	padding:-5px;	/*padding-left:10px;
		margin-left:10px;*/
	}
	ul#menu_vente a:hover {
	display: block;
	color: #000;
	border-right:5px solid #000;
	margin-right:-10px;
	/*background-color: #de8c43;*/
	font:13px Verdana, Helvetica, sans-serif;
	font-weight:normal;
	}
	
	li.saut{ height:20px;}
	li.saut2{ height:5px;}
	/* FIN MENU */

