/* ******************************************************** GESTION DES LIENS ********************************** */
a {
	position: relative;
	color: #d32701;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #d32701;
	text-decoration: none;
}
a.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0070d4;
	text-decoration: underline;
}
a.lien:hover {
	text-decoration: none;
}
a.lien_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b21b34;
	text-decoration: underline;
}
a.lien_s:hover {
	text-decoration: none;
}
a.lien_s2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e0a4ae;
	text-decoration: underline;
}
a.lien_s2:hover {
	text-decoration: none;
}
a.lien_ss {
	color: #b7b7b7;
	text-decoration: none;
}
a.lien_ss:hover {
	color: #b7b7b7;
	text-decoration: underline;
}
a.lien_s_on {
	color: #cb0001;
	text-decoration: none;
	background-color:#fc3;
}
a.lien_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
a.lien_blanc:hover {
	text-decoration: underline;
}
a.lien_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.lien_noir:hover {
	text-decoration: underline;
}
a.lien_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0070d4;
	text-decoration: none;
}
a.lien_home:hover {
	text-decoration: underline;
}

a.lien_home.rss {
	background: url(/design/images/rss.gif) no-repeat right center;
	padding: 0 40px 1px 0;
}
/* ******************************************************** GESTION LIENS NAVIGATION ********************************** */
.lien_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
a.lien_nav {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-transform:uppercase;
	text-decoration: none;
	background-color: #f3efeb;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #d3d0cd;
	border-bottom: 1px solid #d3d0cd;
	border-left: 1px solid #c1c1c1;
	padding: 0 6px;
}
a.lien_nav:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-transform:uppercase;
	text-decoration: none;
	background-color: #fba21e;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #d3d0cd;
	border-bottom: 1px solid #d3d0cd;
	border-left: 1px solid #c1c1c1;
	padding: 0 6px;
}
.lien_nav_on {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	background-color: #f03111;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #d3d0cd;
	border-bottom: 1px solid #d3d0cd;
	border-left: 1px solid #c1c1c1;
	padding: 0 6px;
}
.contact_barre_color_section {
	width: 596px; 
	height: 44px; 
	position: absolute; 
	bottom: 0; 
	filter:alpha(opacity=60); 
	opacity:0.6; 
	-moz-opacity: 0.6;
	background: #d3d1be url(/design/images/contact_map_txt.jpg) no-repeat 310px 0;
}
.contact_barre_color_section_on {
	width: 596px; 
	height: 44px; 
	position: absolute; 
	bottom: 0; 
	filter:alpha(opacity=60); 
	opacity:0.6; 
	-moz-opacity: 0.6;
	background: #b5b292 url(/design/images/contact_map_txt_on.jpg) no-repeat 310px 0;
}
.vertical {
	display: table-cell;
	vertical-align: middle;
}
/* ******************************************************** GESTION DES TEXTES ********************************** */
.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #d32700;
	line-height: 28px;
	margin:0;
}
.t2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #0070d4;
	margin:0;
}
.t2_bis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0f5494;
	line-height: 18px;
	margin:0;
}
.t3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #0f5494;
	margin:0;
}
.t4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #aaa;
	text-transform:uppercase;
	margin:0;
}
.t5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #255da3;
	margin:0;
}
.m {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}
.m_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff; 
}
.m_rouge {
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: normal;*/
	font-size: 11px;
	color: #b21b34;
}
.m_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #56514a; 
}
.m_need {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #f00; 
}
.s {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #918b8b; 
}
.s_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #fff; 
	text-decoration: none;
}
.s_need {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #f00; 
}
.s_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #56514a; 
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #595959; 
}
/* ******************************************************** GESTION CLASS PERSONNELLES ********************************** */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* ******************************************************** GESTION DES FORMULAIRES et BOUTONS ********************************** */
.form_login {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #333;
	line-height: 12px;
	padding-left:3px;
	border-top: 1px solid #858486;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #858486;
	padding: 1px 2px 1px 2px;
	margin: 2px 0 3px 0;
	background-color: #aad0dc;
}
.form_ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height:13px;
	text-transform:uppercase;
	color: #fff;
	height: 13px;
	width: 78px;
	margin:2px 0;
	background: #cb0001 url(/design/images/bt_zone.gif) no-repeat center center;
	border: none;	
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding-left:3px;
	border-top: 1px solid #c8d4d6;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #c8d4d6;
	background-color: #e1e0d3;
}
.form_need {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding-left:3px;
	border-top: 1px solid #c8d4d6;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 4px solid #b21b34;
	background-color: #e1e0d3;
}
.form_need_mention {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	text-indent: 2px;
	border-top: 1px solid #c8d4d6;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 4px solid #b21b34;
	padding: 0 0 1px 10px;
	background-color: #999999;
}
.form_bt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #255da3;
	text-decoration: none;
	padding: 2px 5px 2px 30px;
	height: 24px;
	line-height: 24px;
	background: url(/design/images/ico_plus3.gif) no-repeat 15px 5px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}
.form_bt_on {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #b21b34;
	text-decoration: none;
	background: #e5edf0 url(/design/images/ico_plus2.gif) no-repeat 15px 5px;
	padding: 2px 5px 2px 30px;
	height: 24px;
	line-height: 24px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}
.form_bti {
	height: 30px;
	width: 103px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height:30px;
	text-transform:uppercase;
	color: #fff;
	padding:0 0 6px 4px;
	background: url(/design/images/bt_form_off.png) no-repeat center center;
	border: none;	
}
.form_bti_on {
	height: 30px;
	width: 103px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height:30px;
	text-transform:uppercase;
	color: #fff;
	padding:0 0 6px 0px;
	background: url(/design/images/bt_form_on.png) no-repeat center center;
	border: none;	
}
.form_bt_news {
	text-transform: uppercase;
	color: #fff;
	width: 25px;
	height: 13px;
	background: url(/design/images/bt_news.gif) no-repeat center center;
	border: none;	
	cursor: pointer;
}

