/* CSS Document */

.titre_gris{
	font-size:17px;
	color:#666666;
	font-weight:bold;
}
.input_gris{
	border:1px solid #666666;
}

.txt_description{
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

.txt_desc{
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.txt_small_desc{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}


.btn_rechercher{
	background:transparent url("/img/btn_rechercher.jpg") no-repeat top left;
	width:122px;	display: block ; padding:0;margin:0;border:0;
     height: 30px;
	cursor: pointer;
}



/* Sous menu de Solution */

a.sousmenu{
background:url(/img/barre_sousmenu.gif) no-repeat left bottom;
height:18px;
width:120px;
color:#66646f;
text-decoration:none;
font-weight:bolder;
padding-left:15px;
padding-top:5px;
}
a.sousmenu:hover{
color:#cc6f0e;
}
a.sousmenu_on{
color:#cc6f0e;
}