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



.sstitre{
	display:block;
	font-size:14px;
	color:#000;
}

p.accueil{
	width:493px;
	color:#505050;
	margin-top:10px;
}

p.services{
	color:#505050;
	margin-top:10px;
}

li.services{
	list-style: none;
	margin-top:15px;
}

p.accueil2{
	width:533px;
	color:#505050;
	margin-top:10px;
	float:right;
	/*padding-left:130px;*/
	
	margin-right:20px;
	
	/** IE **/
	display:inline;
	
}


a.contact_email{
	color:#7E7E7E;
	text-decoration:underline;
}

.gras{
	font-weight:bold;
}

/******* DIVERS **********/

.left{
	float:left;
}

.clearleft{
	clear:left;
}

.block{
	display:block;
}

.hiddenhr{
	
	visibility:hidden;
	clear:both;
	display:block;
	margin:0;
	_margin:-7px 0;
	height:1px;
	
}

hr.ligne {
	border: none;
	height: 1px;
	border-top: 1px solid #DFDFDF;
	clear: both;
	
	margin:20px 0;
	_margin:10px 0;
}

hr.ligne1 {

	border: none;
	height: 1px;
	border-top: 1px solid #DFDFDF;
	clear: both;
	
	margin:20px 0 5px 0;
	_margin:13px 0 -2px 0;
}

.majuscule {
	font-weight: normal;
	text-transform: uppercase;
}

.fRight {
	display: block;
	float: right;
}

.lienNavigation {
	margin-top: 15px;
}

.lienNavigation a { color: #0083CA; font-weight: bold; text-decoration: none; }
/*.lienNavigation a:hover { color: #000; }
.lienNavigation a:visited { color: #EB603F; }
.lienNavigation a:active { color: #EB603F; }*/

.lienNavigation select {
	margin-top: 0;
	border: 1px solid #B2DDF4;
}


.trait_separateur{
	background-image:url(../images/puce_menu.gif);
	background-repeat:no-repeat;
	background-position:left;
	
	padding-left:20px;
}

/******************************/
/* SEPARATEUR
/******************************/

hr.separateur {
	padding: 0;
	border: 0;
	margin: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
	line-height: 3px;
	clear: both;
}

/* CREDITS */

ul.part_ul {
	list-style-type:none;
}

ul.part_ul li{
	margin-right:15px;
	margin-bottom:15px;
	width:320px;
	float:left;
}

ul.part_ul li img{
	float:left;
	display:block;
}

ul.part_ul li p{
	margin:0;
	padding:0;
	padding-left:10px;
	float:left;
	width:190px;
	text-align:left;
}

site_credits {
	color:#CCCCCC;
}