FORM {
	padding:0px;
	margin:0px;
}
.input_from {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #131c2c;
	width:278px;
	height:18px;
}
.input_from_message {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #131c2c;
	width:278px;
	height:129px;
	height:18px;
}
.input_from_2 {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #131c2c;
	width:207px;
	height:18px;
}
.input_from_message_2 {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #131c2c;
	width:207px;
	height:129px;
	height:18px;
}
.input_recherche_rapide {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #131c2c;
	width:157px;
	height:18px;
}
.input_recherche {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #131c2c;
	width:152px;
	height:16px;
}

/*Div Global*/

#global {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 1;
	visibility: visible;
	background-image: url(/shared/images/fond.jpg);
	background-repeat:no-repeat
}

/**/
/*style="position:relative; left:0px; top:0px; width:100%; height:0px; z-index: 1;"*/
/*Div Ombre */
#contenu {
	position:absolute;
	width:100%;
	height:524px;
	z-index:2;
	/*left: 0px;*/
	/*top: -525px;*/
	visibility: visible;
}
#contenu2 {
	position:absolute;
	width:880px;
	height:524px;
	z-index:2;
	left: 0px;
	top: 0px;
	visibility: visible;
}

#global2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 525px;
	z-index: 1;
	visibility: visible;
	background-image: url(/shared/images/fond.jpg);
	background-repeat:no-repeat
}
#contenu3 {
	left: 0px;
	top: 0px;
}
#global3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 525px;
	z-index: 1;
	visibility: visible;
	background-image: url(/shared/images/fond_equipe.jpg);
	background-repeat:no-repeat
}
.head_title a {
    width:150px;
    /*font-size:11px;
    font-weight:bold;
    text-transform:uppercase;*/
    color:#474747;
    text-decoration:none;
    font: normal 12px  "Franklin Gothic Demi", Arial, sans-serif;
	text-transform: uppercase;
}

.head_title a:hover {
    color:#c22a53;
}