/* CSS présentation */
a:hover{
	color: #f27f1a;
}
.motcle, a.motcle {
	color:#f27f1a;
}
#menu a:hover {
	border-top:1px solid #f27f1a;
}
#menu {
	border-bottom:1px solid #f27f1a;
}
#smContact {
	position:absolute;
	font-size:0.7em;
	bottom:-2em;
	left:0;
	padding:0 0 0.7em 0;
}
#smContact a {
	padding-bottom:0.3em;
}
#smContact a:hover {
	border-top:none;
	border-bottom:1px solid #f27f1a;
}
	
#contact, #contact1, #contact2 {
	color: #f27f1a;
}
#logo {
	background: url(../images/logo_2.jpg) no-repeat bottom;
	height:124px;
	width:314px;
	font-size:0.9em;	
}
#pola {
	background: url(../images/photo_2.jpg) bottom no-repeat;
}
#contenu {
	min-height:370px;
	padding:0.7em 50px 0 45px;
	text-align:justify;
}
#info_contact {
	float:left;
	padding:30px 0 2em;
}
#info_contact img {
	padding:0 0 1em 1em;
}
.form {
	float:right;
	width:30em;
	max-width:480px;
}
fieldset {
	padding:1em;
	margin:0 0 2em;
	border:1px solid;
	width:27em;
	max-width:450px;
}
legend {
	font-weight:bold;
	padding:0.2em 0.3em;
	color:#f27f1a;
}
fieldset p {
	position:relative;
	text-align:left;
}

.i_text {
	position:absolute;
	right:0;
	left:20ex;
	border:none;
	border-bottom:1px dashed #f27f1a ;
	background:#f6f6f2;
}
.i_radio {
	margin: 0 1em 0 20px;
	font-size:0.7em;
}
.centre {
	text-align:center;
}
textarea {
	background:#f6f6f2;
	border:1px solid #f27f1a;
	width:300px;
	white-space: normal;	
	font-size:0.7em;
	padding:0.2em;
}
.droite {
	text-align:right;
}
#envoie {
	border:1px solid #f27f1a ;
}