/* Feuille de style principale de StartingFrance.com */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-stretch:ultra-condensed;
	background-color: #000080;
	color: #666666;
	line-height:13px;
	margin: 0;
	text-align: justify;
	line-height: 140%;
}
a {
	text-decoration: none;
	outline: none;
	color: #42210B;
}

a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #42210B;
}

td { text-align:left; }
 
img{
border:0
}

#container {
	margin: 0 auto;
	margin-top:50px;
	width: 900px;	
	background: #FFFFFF;
	text-align: left;
	font-stretch:ultra-condensed;
}
#header {
	height: 93px;
	padding: 0 0 0 0;
	/*background: url(img/header.jpg) no-repeat;*/	
	text-align:right;	
}

#content_index {
	width: auto;
	height: auto;
    margin-top:50px;
	font-size: 14px;
}

#menu  {
	float: left;
	width: 25%;
	height: auto;
	text-align: left;
	font-size: 12px;
	background-color: #C2CABD;
	line-height: 160%;
}

.ul_de{
list-style-image: url("http://www.startingfrance.com/Templates/images/de.png");
}

.ul_fr{
list-style-image: url("http://www.startingfrance.com/Templates/images/fr.png");
}

.sous_li{
list-style-type: circle;
}