/*########################################################################"

                          SONEPAR :: FEUILLE
								 CSS SCREEN

##########################################################################*/
body{
	background-color:#ffffff;
	text-align:center;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666666;
}
form{
	margin:0px;
	padding:0px;
}
a:link, a:visited{
	color:#006699;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
.myhr{
	clear:both;
	visibility:hidden;
	height:1px;
}
/************************************* Divs générales ************************************/
#conteneur{
	width: 620px;
	text-align:left;
}
#header{
	height:160px;
}
#menu{
	display:none;
}
/*********************************************************/
#colonne-gauche{
	display:none;
}
#footer {
	height:69px;
}
#footer-liens{
	display:none;
}
/************************************* Divs Homepage ************************************/
/********************************* Divs intérieures ****************************************/
#fildariane{
	font-size:0.8em;
	text-align:right;
	margin:15px 0px 0px 0px;
}
#fildariane a{
	color:#666666;
}
/*****************************************/
.actu{
	border-top:solid 1px #999999;
	margin:15px 0px 0px 0px;
}
.actu img{
	float:left;
	margin:0px 20px 5px 0px;
}
.actu h3{
	color:#006699;
	font-size:1.2em;
}
.actu-lieu{
	font-weight:bold;
}
/*****************************************/
.references{
	border-top:solid 1px #999999;
	margin:15px 0px 0px 0px;
}
.references img{
	float:left;
	margin:0px 20px 5px 0px;
}
.references h3{
	color:#006699;
	font-size:1.2em;
}
.references-lieu{
	font-weight:bold;
}