body{
	font-family: Arial,sans-serif;
	color: #6F6F6F;
	line-height: 1.300;
	margin: 0px;
	padding: 0px;
}

/********* GENERAL TEXT STYLES *********/

p {
	font-size: 12px;
	color: #6F6F6F;
}

a:link, a:visited{
	color: #003366;
	text-decoration: underline;
}

a:hover{
	color: #6F6F6F;
	text-decoration: none;
}

.texte11gray {
	font-size: 11px;
	color: #6F6F6F;
	font-weight: normal;
}

.texte13graybold {
	font-size: 13px;
	color: #6F6F6F;
	font-weight: bold;
}

.texte13gray {
	font-size: 13px;
	color: #6F6F6F;
	font-weight: normal;
	font-style: normal;
	font-family:  Arial,sans-serif;
}

.texte13grayital {
	font-size: 13px;
	color: #6F6F6F;
	font-weight: normal;
	font-style: italic;
}

.titre_bleu {
	font-weight: bold;
	font-size: 21px;
	color: #003366;
	font-family: "Times New Roman", Times, serif
}

ul {
	list-style-type: square;
	font-size: 12px;
	color: #6F6F6F;
	line-height: 150%;
	text-align: justify;
}

ul li ul {
	list-style-type: disc;
	font-size: 12px;
	color: #6F6F6F;
	text-indent: 0px;
	line-height: 150%;
	text-align: justify;
}

li {
margin-left: -10px;
}

li.contacts {
	list-style-type: square;
	font-size: 12px;
	color: #6F6F6F;
	line-height: 125%;
	text-align:left;
}

li.listb {
	list-style-type: square;
	font-size: 12px;
	color: #6F6F6F;
	line-height: 125%;
	margin-bottom: 15px;
	text-align:left;
}

li.projets {
	list-style-type: none;
	font-size: 12px;
	color: #6F6F6F;
	line-height: 125%;
	margin-top: 10px;
	margin-left: -30px;
	text-align:left;
}

li.projets2 {
	list-style-type: none;
	font-size: 12px;
	color: #6F6F6F;
	line-height: 185%;
	margin-top: 10px;
	margin-left: -30px;
	text-align:left;
}

/********* LAYOUT DIVS *********/


#menu_right_hp{
	font-size: 0px;
	letter-spacing: -1px;
}

#menu_right_hp img{
 display: block;
}


#footer{
	margin-top: 15px;
	margin-bottom: 6px;
	padding: 7px 0px 0px 0px;
	border-top: 1px solid #246E9D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #246e9d;
	text-decoration: none;
	text-align: center;
}

