@charset "utf-8";
/* CSS Document */
.navigation { 
      margin: 0; 
      padding: 0; 
      list-style: none; 
      width: 100%; 
} 

.navigation a, .navigation span { 
      display: block;
      padding: 2px 0px 2px 10px;
	  font-size:12px;
      color: #58585a; 
      text-decoration: none;
	  background-image: url(images/menugauche_puce.jpg);
	  background-repeat:no-repeat;
	  background-position:0px 6px;

} 
.navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
} 
.navigation .open a, .navigation .open span { 
     /* background-image: url(menu-item-enroule.png); */
} 
.navigation a:hover, .navigation a:focus, .navigation a:active { 
      text-decoration: none;
	   color: #6c2567;
	   font-weight:bold;
} 
.navigation .subMenu {
	  list-style: none; 
      margin: 0; 
      padding: 0; 
} 
.navigation ul.subMenu a { 
    padding: 2px 0px 2px 15px; 
	background-image: url(images/menugauche_puce2.jpg);
	background-repeat:no-repeat;
	background-position:5px 6px;
}
* html .navigation li {
	height: 1px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #dadadc;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #58585a;
}
.titre-menu-gauche {
	text-transform:uppercase;
	font-weight: bold;
	color: #FFFFFF;
	font-size:15px;
}
.footer-violet-gras {
	font-weight: bold;
	color: #6b2567;
}
.footer-rose-gras {
	font-weight: bold;
	color: #e3004c;
}
.focus-titre {
	padding-left:15px;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
}
.focus-texte {
	line-height:9px;
	text-align:justify;
	font-size:9px;
	color: #87888a;
}
.focus-lien {
	font-size:9px;
	font-weight: bold;
	color: #6c2466;
}
.rappel-form {
	border-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-top-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width:1px 1px 1px 1px;
	width: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
} 
.titre-violet-gras {
	font-weight: bold;
	color: #6b2567;
	font-size:18px;
	text-align:center;
}
.noir {
	color: #58585a;
}
.recherche-form {
	border-color: #DADADC;
	border-left-color: #DADADC;
	border-right-color: #DADADC;
	border-top-color: #DADADC;
	border-bottom-color: #DADADC;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	background-color:#c0c0c2;
	border-width:1px 1px 1px 1px;
	width: 85px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
} 
.recherche { 
      margin: 0; 
      padding: 0;
	  
} 

