/* CSS Document */
#menu_princ {
	width:920px;
	height:27px;
	background-image:url(../images/menu_service.png);
	padding:0px 0px 0px 0px;
	margin-right:20px;
	margin-left:20px;
}

#textmenu {
	width:800px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#fff;
	padding:0px 0px 0px 0px;
	margin-top:2px;
	margin-right:170px;
	float:right;
}

#menuvertical /* Ensemble du menu */ {
	font-weight:100; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size :12px; /* hauteur du texte : 12 pixels */
	z-index:50;
	text-align:center;
	float:right;
}

#menuvertical, #menuvertical ul /* Liste */  {
	list-style-type:none; /* Car sinon les puces se placent n'importe où */
	padding:0; /* pas de marge intérieure */
	margin : 0;
	line-height : 21px;
	text-align:center;
	z-index:50;
}

#menuvertical a /* Contenu des listes */ {
	font-size:12px;
	display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding:0;
	border-left:#FFFFFF ;/* aucune marge intérieure */
	 /* couleur de fond */        
	color : #fff; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	width : 95px; /* largeur */
	z-index:50;
}

#menuvertical li /* Éléments des listes */       { 
	float : left; 
	/* pour IE qui ne reconnaît pas "transparent" */
	border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
	z-index:50;
}


#menuvertical li ul /* Sous-listes */ { 
	padding-top:5px;
	position: absolute; /* Position absolue */
	width: 95px; /* Largeur des sous-listes */
	left: -999em; /* Hop, on envoie loin du champ de vision */
	background-image:url(../images/menu_sous_list.jpg);
	background-repeat:repeat-y;
	z-index:50;
}


#menuvertical li ul li /* Éléments de sous-listes */ {
    /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
	border-bottom : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
	z-index:50;	
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menuvertical li {
	border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}


#menuvertical li:hover ul ul, #menuvertical li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
	left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menuvertical li:hover ul, #menuvertical li li:hover ul, #menuvertical li.sfhover ul, #menuvertical li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug sous IE */
}

#menuvertical a:hover /* Lorsque la souris passe sur un des liens */     {
	color: #fff; /* On passe le texte en noir... */
	font-size:12px;
	font-weight:bold; /* ... et au contraire, le fond en blanc */
	z-index:50;
}

#menuvertical a:hover, #menuvertical span:hover /* Lorsque la souris passe sur un des liens */ {
	color: #fff; /* On passe le texte en noir... */
	font-size:12px;
	font-weight:bold; /* ... et au contraire, le fond en blanc */
	z-index:50;
} /* Lorsque la souris passe sur un des liens */    

#menuvertical span /* Contenu des listes */ {
	font-size:12px;
	display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding:0;
	cursor:pointer;
	border-left:#FFFFFF ;/* aucune marge intérieure */
	 /* couleur de fond */        
	color : #fff; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	width : 95px; /* largeur */
	z-index:50;
}


#txt_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:90px;
	color:#FFFFFF;
	text-decoration:none;
}

#titre_box {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#bloc_services {
	width:900px;
	margin-left:40px;

}

#services_box {
	width:156px;
	height:190px;
	background-image:url(../images/background_maintenance_box.jpg);
	padding:5px 5px 5px 8px;
	margin-right:10px;
	float:left;
}

.title_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	top:3px;
	text-align:center;
}
#footer_top {
	width:960px;
	height:72px;
	background-image:url(../images/footer_top.jpg);
	float:left;
}

#footer_center {
	width:960px;
	height:auto;
	background-image:url(../images/footer_center.jpg);
	float:left;
}


#footer_bottom {
	width:960px;
	height:auto;
	background-image:url(../images/footer_bottom.jpg);
	float:left;
}



#footer_position {
	width:300px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	padding:0px 0px 0px 45px;
	color:#fff;
	float:left;
}

#footer_position a{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	color:#fff;
}

#box_footer_1 {
	width:120px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px 0px 0px 90px;
	float:left;
}

#box_footer_1 a
{
color:#ffffff;
}

#box_footer_2 {
	width:150px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px 0px 0px 20px;
	float:left;
}

#box_footer_2 a
{
color:#ffffff;
}

#box_footer_3 {
	width:150px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px 0px 0px 20px;
	float:left;
}

#box_footer_3 a
{
color:#ffffff;
}

#box_footer_4 {
	width:170px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px 0px 0px 20px;
	float:left;
}

#box_footer_4 a
{
color:#ffffff;
}

#box_footer_5 {
	width:150px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px 0px 0px 20px;
	float:left;
}

#box_footer_5 a
{
color:#ffffff;
}


/* tips */

#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
}

#tips{
	width:240px;
}

#tips li{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#666666;
	display:none; /* hide the items at first only to display one with javascript */
}				
/* // tips */


