
/************** Reset CSS pour compatibilités IEsques ***************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,textarea,blockquote,th,td
{ 	padding: 0; margin: 0; }

table
{ border-collapse: collapse; border-spacing: 0; }

fieldset,img
{ border: 0; }

address,caption,cite,code,dfn,em,string,th,var
{ font-style: normal; font-weight: normal; }

ol,ul
{ list-style: none; }

caption,th
{ text-align: left; }

h1,h2,h3,h4,h5,h6
{ font-size: 100%; font-weight: normal; }

q:before,q:after
{ content:''; }

abbr,acronym 
{ border: 0; }

/************** Design ***************/
body
{
	background-color: black;
	color: white;
	font-family: arial;
}

.main_frame
{
	width: 982px;
	position: absolute;
	left: 50%;
	margin-left: -491px;
	margin-top: 0px;
	top: 0px;
	padding-bottom:30px;
}

/* Head */
.head
{
	position: relative;
	width: 100%;
	height: 100px;
}

/* Titre + Slogan */
.head_corp
{
	background-image: url('images/head_corp.png');
	width: 460px;
	height: 75px;
	left: 10px;
	top: 22px;
	position: relative;
	display: block;
}

/* Milieu */
.index_flares
{
	width: 982px;
	height: 338px;
	position: relative;
	background-image: url('images/index_flares.jpg');
	top: 0px;
	left: 0px;
}

#index_slider ul, #index_slider li,
#index_slider li
{
	text-align: center;
	width:982px;
	height:338px;
	overflow:hidden; 
}	

#index_slider img
{
	border: 0;
	margin-top: 10px;
}

.index_subtitle_container
{
	width: 982px;
	height: 45px;
	margin-top: -45px;
}

/* Sous-titre sous la photo */
.index_subtitle
{
	height: 41px;
	position: relative;
	background-image: url('images/index_subtitle.png');
	background-repeat: repeat-y;
	overflow: hidden; 
	text-align: right;
	font-family: 'Reenie Beanie';
	font-size: 45px;
	color: #3c3c3c;
	padding-top: 4px;
}

/* Cadres */
.index_cadre
{
	position: relative;
	height: 130px;
	top: 0px;
	font-family: 'arial';
	font-weight: bold;
	font-size: 20px;
	-moz-user-select: none;
	cursor: default;
	color: #fff0df;
	padding-left: 12px;
	padding-top: 7px;
	cursor: pointer;
	display: block;
	text-decoration: none; /* Empêche IE6 de mettre le souligné du lien <a> */
}

.index_cadre:hover
{
	color: #386DF7;
}

.index_cadre1
{
	width: 233px;
	background-image: url('images/index_cadre1.jpg');
}

.index_cadre2
{
	width: 233px;
	left: 247px;
	top: -137px;
	background-image: url('images/index_cadre2.jpg');
}

.index_cadre3
{
	width: 231px;
	left: 494px;
	top: -274px;
	background-image: url('images/index_cadre3.jpg');
}

.index_cadre4
{
	width: 231px;
	left: 739px;
	top: -411px;
	background-image: url('images/index_cadre4.jpg');
	margin-bottom: -411px; /* Pour le bloc suivant */
}

/* Texte sous les cadres */
.index_cadre_titre
{
	position: relative;
	font-weight: bold;
	font-family: 'IM Fell Great Primer';
	font-size: 14px;
	text-transform: uppercase;
	color: #ff9600;
	width: 231px;
	height: 130px;
	margin-top: 5px;
	margin-left: 2px;
	cursor: pointer;
}

.index_cadre_titre1
{
}

.index_cadre_titre2
{
	left: 247px;
	top: -135px;
}

.index_cadre_titre3
{
	left: 494px;
	top: -270px;
}

.index_cadre_titre4
{
	left: 739px;
	top: -405px;
	margin-bottom: -411px; /* Pour le bloc suivant */
}

/* Texte de description sous le cadre */
.index_cadre_desc
{
	font-family: 'Arial';
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: white;
}

/* Pied de page */
.tail
{
	background-image: url('images/tail.gif');
	background-repeat: repeat-x;
	background-color: #0C0C0C;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 20px;
	color: #43413f;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	/**display: none;*/
}

/************** Page ***************/
.page
{
/	clear: both; /* Arrête de float d'avant */
	margin-top: 30px;
}

/* Bloc de l'image de la colonne de gauche */
.page_pic
{
	position: relative;
	width: 166px;
	height: 32px;
	float: left;
	text-transform: uppercase;
	padding: 230px 10px 0px 0px;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	color: #fff0df;
	margin-top: -10px;
}

.page_topic
{
	position: relative;
	margin-top: -50px;
	margin-left: 40px;
	float: left;
	width: 750px;
}

h2.page_title
{
	width: 732px;
	height: 32px;
	font-family: 'Reenie Beanie';
	color:#3C3C3C;
	font-size: 32px;
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-y;
	margin-top: 40px;
	margin-bottom: 15px;
}

h2.pageL
{
	background-image: url('images/page_titleL.png');
	text-align: left;
	float: left;
}

h2.pageR
{
	background-image: url('images/page_titleR.png');
	text-align: right;
	background-position: right;
	float: left;
}

.page_content, .page_content_wide
{
	position: relative;
	float: left;
	width: 532px;
}

.page_content_wide
{
	width: 750px;
}

.page_topic_picture
{
	position: relative;
	float: right;
	width: 200px;
}

.page_ariane
{
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
}

.page_ariane_link
{
	color: white;
}

.page_ariane_link:hover
{
	text-decoration: none;
}

/* Espace vide avant le pied de page */
.page_bottom_buffer
{
	height: 50px;
	width: 100%;
	float: left;
}

/* Liste */
ul.page_list
{
	padding: 10px 0px 20px 20px;
	list-style: disc inside;
}
/************** Menu ***************/
.menu
{
	width: 100%;
	font-family: 'Arial';
	font-size: 18px;
	height: 29px;
}

.menu_button
{
	float: left;
	width: 195px;
	height: 27px;
	padding-top: 2px;
	background-image: url('images/menu.gif');
	text-align: center;
	overflow: hidden;
	display: block;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.menu_button:hover
{
	color: #ff9308;
}

.menu_button_selected
{
	color: #ffbd69;
	cursor: default;
}

.menu_separator
{
	float: left;
	width: 1px;
	height: 29px;
	background-image: url('images/menu_sep.gif');
}

/******************** Formulaires **********************/
.form_entry
{
	height: 30px;
}

.form_label
{
	width: 481px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.form_control
{
	width: 481px;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}

.form_submit
{
	margin-top: 30px;
	height: 50px;
	width: 200px;
	margin-left: -100px;
	left: 50%;
	position: relative;
}

input,select,textarea
{
	border: 1px solid #FFBD69;
}

input[type='text']
{
	width: 200px;
}

select
{
	width: 202px;
}

textarea
{
	width: 400px;
	height: 200px;
}

/***************** Map ******************/
.map_result_item
{
	height: 50px;
	cursor: pointer;
	margin-bottom:5px;
	border-bottom:1px solid #333333;
}

.map_result_item:hover
{
	background-color: #2E2E2E;
}

/***************** Autre ******************/
.button
{
	width: 75px;
	height: 22px;
	background-image: url('images/button.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}

.link
{
	text-decoration: none;
	color: white;
	border: 0;
}

span.link:hover
{
	text-decoration: underline;
}