﻿/*****************************************
**** CENTRAGE HORIZONTALE DU SITE ****
******************************************/

body 
{
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	background-color:#b7b7b7;
}

/*DIV permettant de centrer le site*/
#Global
{
	position:relative;
    margin-left: auto;
	margin-right: auto;
    text-align: left; /* on rétablit l'alignement normal du texte */
	width: 921px;
	height:auto;
	background-image:url('Img/Fond.jpg');
	background-repeat:repeat-y;
}


/***********
** HEADER **
************/
#Header
{
	position:relative;
	width:921px;
	height:117px;
	background-image:url('Img/Header.jpg');
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

#header_link
{
    width:205px;
    height:117px;
    margin-left:35px;
    cursor:pointer;
}

/***********************
** CONTENU BAS DE PAGE**
************************/
/*Div container, contenant Menu, Contenu, et La partie droite du site.*/
#ContenuBas
{
	width:921px;
	height:auto;
	float:left;
	/*background-color:White;*/
	background-image:url('Img/Fond.jpg');
	background-repeat:repeat-y;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}
/***************************
*** PARTIE GAUCHE DU SITE **
****************************/
/*Contient menu + actu */
#ContenuGauche
{
	width:240px;
	height:auto;
	/*background-color:White;*/
	background-image:url('Img/BarreGauche.gif');
	background-repeat:repeat-y;
	float:left;
}

/*Menu*/
#Menu, .Menu
{
	float:left;
	width:236px;
	height:auto;
}

.Lien
{
	display:block;
	width:240px;
	height:28px;
	background-image:url('Img/Lien.jpg');
	text-decoration:none;
	cursor:pointer;

}

.Lien_select
{
	display:block;
	width:240px;
	height:28px;
	background-image:url('Img/Lien_select.jpg');
	text-decoration:none;

}

#Menu a, .Menu a
{
	text-decoration:none;
	position:relative;
	top:7px;
	margin-left:44px;
	color:White;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
}

#Actu
{
	float:left;
	width:236px;
	height:auto;
	position:relative;
	padding-bottom:25px;
	color:#000000;
	font-family:Arial;
	font-size:13px;
}

.TitreGauche
{
	color:#5b707e;
	font-weight:bold;
	font-family:Arial;
	font-size:17px;
	text-transform:uppercase;
}

.menu_color
{
    width:33px;
    height:22px;
    background-color:#d7d7d7;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    float:left;   
}

.menu_color_select
{
    width:33px;
    height:22px;
    background-color:#fe6d04;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    float:left;   
}

.menu_nom
{
    width:198px;
    height:17px;
    border-bottom: 2px solid #ebebeb;
    font-family:Arial;
    font-size:11px;
    color:#697279;
    float:left;
    text-transform:uppercase;
    padding-left:7px; 
    padding-top:5px;  
	background-image:url('Img/fleche_menu.jpg');
}

.menu_nom_select
{
    width:198px;
    height:17px;
    border-bottom: 2px solid #ebebeb;
    font-family:Arial;
    font-size:11px;
    color:#40505b;
    float:left;
    text-transform:uppercase;
    padding-left:7px; 
    padding-top:5px;  
	background-image:url('Img/fleche_menu_select.jpg');
}

.menu_nom a
{
    color:#697279;
    text-decoration:none;
}

.menu_nom_select a
{
    color:#40505b;
    text-decoration:none;
}


/*****************************
*** PARTIE CENTRALE DU SITE **
******************************/
#ContenuCentrale
{
	float:left;
	width:438px;
	height:auto;
	color:#414f58;
	padding-bottom:20px;
	border-right: 2px solid #ebebeb;
	border-left: 2px solid #ebebeb;
}

#TitreContenu
{
	float:left;
	width:438px;
	height:26px;
	background-color:#fe740f;
	color:#ffc79f;
	font-family:Arial;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}


.halo
{
	position:absolute;
	height:21px;
	width:32px;
}

 .halo_over
{
    cursor:pointer;
	position:absolute;
	display:none;
	height:21px; width:32px;
}



/*Contenu (contient le texte + image + ...)*/
#ContenuTextuel
{
	float:left;
	width:438px;
	height:auto;
	color:#404f59;
	font-family:Arial;
	font-size:13px;
}

.TitreContenuTextuel
{
	color:#596f7c;
	font-weight:bold;
	font-family:Arial;
	font-size:17px;
}

.SousTitre{
	font-size:17px;
	color:#fe6d04;
	font-weight:bold;
}

.TextContact{
	margin-left:50px;
	position:absolute;
	width:153px;
	color:#fe6d04;
	font-weight:bold;
	font-size:12px;
	text-align:right; 
}

.TextContact input{
	padding-left:5px;
	padding-top:2px;
	color:#919fa8;
	font-size:10px;
	border:solid 1px #919fa8;
	width:145px;
	height:15px;
	background-image:url(Img/background_champ_contact.png);
	background-position:right;
	background-repeat:repeat-y;
	font-family:Arial;
}

.TextContact textarea{
	padding-left:5px;
	padding-top:2px;
	color:#919fa8;
	font-size:10px;
	border:solid 1px #919fa8;
	width:308px;
	_width:308px;
	.width:308px;
	height:73px;
	background-image:url(Img/background_text_contact.png);
	background-position:right;
	background-repeat:repeat-y;
	font-family:Arial;
}

.TextContact select{
	padding-left:5px;
	color:#919fa8;
	font-size:10px;
	border:solid 1px #919fa8;
	width:185px;
	height:15px;
	font-family:Arial;
}

.TextContact span{
	color:#919fa8;
	font-size:10px;
	height:15px;
	font-family:Arial;
}

.TextContact label{
	color:#919fa8;
	font-size:10px;
	height:15px;
	font-family:Arial;
}

.TextContactDom{
	padding-left:5px;
	padding-top:2px;
	position:absolute;
	color:#919fa8;
	font-size:10px;
	border:solid 1px #919fa8;
	width:145px;
	height:16px;
	font-family:Arial;
	background-image:url(Img/background_text_contact.png);
	background-position:right;
	background-repeat:repeat-y;
	margin-left:215px;
	cursor:pointer;	
}

.TextContactDomCheck{
	position:absolute;
	margin-left:350px;
	_margin-left:355px;
	.margin-left:355px;
}

.TextContactDomCheck input{
	width:10px;
	cursor:pointer;	
}

None{
	display:none;
}

/**************************
	CheckBox Contact
*************************/	

/* Checkboxes */
label.checkbox_checked {
	background: url(Img/bullet_green.png) no-repeat;	
	display: block;
	cursor:pointer;
	padding-left:8px;
}
label.checkbox_unchecked  {
	background: url(Img/bullet_white.png) no-repeat;	
	display: block;
	cursor:pointer;
	padding-left:8px;
}

label:hover{
	color: #575B60;
}

label.highlighted { 
	border: 1px solid #333;
}

.crirHidden {
	position: absolute;
	left: -1000px;
	padding-top:15px;
}

/***************************
*** PARTIE DROITE DU SITE **
****************************/
#ContenuDroit
{
	float:left;
	width:239px;
	height:auto;
	margin-bottom:15px;
}

#TitreContenuDroit
{
	float:left;
	width:239px;
	height:26px;
	background-color:#fe740f;
	color:White;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	margin-bottom:2px;
}

#TitreContenuDroit a
{
	text-decoration:none;
	color:White;
    filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5;
}

#TitreContenuDroit a:hover
{
	text-decoration:none;
	color:White;
    filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}

#TitreContenuDroit a img
{
	border:0;
}

#TexteContenuDroit
{
	float:left;
	width:233px;
	height:auto;
}

#TexteContenuDroit a
{
	color:#404f59;
}

/************
*** FOOTER **
*************/
#Footer
{
	width:921px;
	height:32px;
	float:left;
	background-color:#ebebeb;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	color:#0b0b0b;
}

#Footer a
{
	color:#0b0b0b;
	text-decoration:none;
}
#Footer a:hover
{
	color:#0b0b0b;
	text-decoration:underline;
}

#Copyright
{
	position:relative;
	top:10px;
	float:left;
	margin-left:6px;
	font-size:10px;
	color:#757575;
}

.copyright
{
	font-size:9px;
}

#Realisation
{
	position:relative;
	top:10px;
	float:right;
	margin-right:10px;
	font-size:10px;
	color:#757575;
}

#Realisation a
{
	font-size:10px;
	color:#757575;
	text-decoration:none;
}
