/* Global Styles */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background: url(img_vs/degrade2.png) #EEE top right no-repeat;
	text-align: center; 
	}
	
/* ID Styles */

#baseline {
	width:680px;
	float:left; 
	color:#e2001a; 
	text-align:center; 
	font-size:35px; 
	padding-top:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#logo {
	padding-top:5px;
	 height:90px; width:230px; float:left;
}

#menu {
	width:973px; 
	float:left; 
	background:url(img_vs/bouton_1.png) #e2001a top right repeat-x;	
	border-top:1px #999 solid;
	border-bottom:1px #999 solid; 
}

#menu a:hover {
	background-image:url(img_vs/bouton_2.png);
	color:#e2001a;
	border-left:1px #EEE solid;
}
#menu a {
	background-image:url(img_vs/bouton_1.png);
	text-decoration: none;
	width:120px; 
	float:right; 
	color:white;
	font-size:11px;
	line-height: 30px;
	border-left:1px #EEE solid;
}

#border{
	border-right:1px #999 solid;
	border-left:1px #999 solid; 
	width:973px;
}

.contact{
	font-weight:bold;
	color:#e2001a;
}

#footer {
	margin-left: 0px;
	clear: both;
	margin-top: 40px;
	background-image: url(img_vs/fond-accueil.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	margin-bottom: 10px;
}
.foot-detail {
	float: left;
	width: 242px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 0px;
	background-image: url(img_vs/bord-footer.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.foot-detail2 {
	float: left;
	width: 242px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 0px;
	background-image: url(img_vs/bord-footer.gif);
}
.foot-detail .texte , .foot-detail2 .texte{
	height: 170px;
	position: relative;
}
.foot-detail h1 , .foot-detail2 h1{
	background-image: url(img_vs/fond-accueil.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 20px;
	padding-left: 30px;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.foot-detail p , .foot-detail2 p{
	font-size: 12px;
	margin-top: 0px;
	text-align: justify;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .puce {
	position: absolute;
	left: 5px;
	top: 8px;
}
.foot {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

