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

body{
	padding:0px;
	margin:0px;
	background-color:#000;
	color:#c0c0c0;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img{
	border:none;
}

.rose{
	color:#eea3b5;
}

.small{
	font-size:10px;
}

a{
	color:#c0c0c0;
	text-decoration:none;
}
a:hover{
	color:#eea3b5;
}

#content{
	
	margin:auto;
	width:900px;
}

/* ----------------
   NAV BLOC GAUCHE 
------------------- */

#navbloc_1{
	float:left;
	position:relative;
	left:30px;
	top:45px;
}

.divfilet{
	width:260px;
	font-size:13px;
	line-height:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: #c0c0c0 solid 1px;
}

.adresse{
	margin-left:15px;
	line-height:18px;
}

#composite{
	font-size:12px;
	text-transform:uppercase;
	margin-top:10px;
	padding-top:10px;
	border-top: #c0c0c0 solid 1px;
}

/* ----------------
   NAV BLOC DROITE 
------------------- */
#navbloc_2{
	float:right;
	width:380px;
	position:relative;
	left:0px;
	top:35px;
	line-height:14px;
}

#nav_col1{
	float:left;
}
#nav_col2{
	float:left;
	margin-left:10px;
}

#nav_col3{
	float:left;
	margin-left:10px;
}


/* ----------------
   PREZ CAS 
------------------- */
#descriptif{
	line-height:16px;
	font-size:12px;
	float:left;
	width:350px;
	position:relative;
	top:50px;
	left:520px;
	padding-top:10px;
	border-top: #c0c0c0 solid 1px;
}

#descriptif .small{
	font-size:12px;
}


#tablo{
	width:100%;
	float:left;
	text-align:center;
	position:relative;
	top:30px;
}
#tablo table{
	margin:auto;
}

#tablo td{
	padding:70px;
}

table#ford td{
	padding:30px;
	padding-top:70px;
}

#tablo tr#ligne1 td{
	padding:70px;
	padding-bottom:30px;
}

#tablo tr#sauter td{
	padding:50px;
	padding-bottom:30px;
}

#tablo tr#ligne2 td{
	padding:0px;
	padding-bottom:30px;
}

#tablo table#troisexemples{
	margin-left:-50px;
	width:900px;
}
#tablo table#troisexemples td{
	padding:70px 30px;
	width:300px;
}
#tablo tr#ligne3 td{
	padding:30px;
}
