@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image: url(../img/structure/fond_page.png);
	background-repeat: repeat-y;
}
#contenu{
	width: 1000px;
	height: 100%;
}
#pied{
	width: 480px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;	
}

/*=====PARTIE GAUCHE=====*/
#contenu_gauche{
	width: 480px;
	height: 100%;
	margin: auto;
	background-color: #0d796d;
	float: left;
}
#contenu_separateur{
	width:20px;
	height:100%;
	margin: auto;
	float: left;
	background-color:#0d796d;
}
#separateur_navigation{
	height:190px;
	margin-top: 60px;
}

/*=====PARTIE DROITE=====*/
#contenu_droite{
	width: 500px;
	height: 100%;
	margin: auto;
	float:left;
	background-color:#FFFFFF;
}
#contenu_droite a:link{
	text-decoration: none;
	color:#0d796d;
}

#contenu_droite a:visited{
	text-decoration: none;
	color:#0d796d;
}	
#contenu_droite a:hover{
	text-decoration: underline;
	color:#F00;
}

#droite_navigation{
	width: 480px;
	height: 190px; /* 200- padding */
	padding-left: 10px;
	padding-top: 60px;
}
#droite_titre{
	width: 480px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#droite_menu{
	width: 480px;
	height: 15px;
	padding-top:5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#droite_ligne{
	width: 480px;
	height: 2px;
	margin-left:10px;
	margin-right: 10px;
	background-color: #0d796d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2px;
}
#droite_contenu{
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#teleassistance_contenu{
	width:330px; /* 480px - 150px */
	padding-left: 150px;
	height: 160px; /* 198px - 38px */
	padding-top: 38px;
	background-image: url(../img/structure/teleassistance.png);
	background-repeat: no-repeat;
}
.caseformulaire{
	border: 1px solid #0d796d;
}

#space{
	clear: both;
}
.titre_1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.texte_petit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.lienRouge{
	color:#F00;
}