@charset "utf-8";
/* CSS Document */

body
{
	top:0;
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#E6E6E6;
	font-size:11px;
}

a
{
	cursor:pointer;
}

a img
{
	border:none;
}

a.non_souligne
{
	text-decoration:none;
}
a.non_souligne:hover
{
	text-decoration:underline;
}
/**************************************************
************POSITIONNEMENT DU SITE*****************
**************************************************/
#global
{
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width:787px;
	text-align:left;
	background:#FFF;
	min-height:500px;
	padding:20px 35px 40px 35px;
}

#header
{
	background:#000;
	width:100%;
	height:130px;
}

#menu
{
	position:relative;
	margin:-43px 0 0 0;
}
* html #menu
{
	margin:-30px 0 0 0;
}

*+html #menu, 
{
	margin:-30px 0 0 0;
}


#menu_gauche/*partie admin*/
{
	float:left;
	width:150px;
}

#footer
{
	color:#A8A8A8;
	padding:10px 0 0 0;
}

/***************************************************************************
********************************* HEADER ***********************************
***************************************************************************/
#header #header2
{
	position: relative; /* on positionne le conteneur */
	width:857px;
	text-align:left;
	font-size:12px;
	height:100px;
	text-align:right;
	color:#FFF;
	padding:0 0 0 0;
	margin:0;
	margin-left: auto;
	margin-right: auto;
}

#header #header2 img.float_left
{
	float:left;
	padding:15px 0 0 0;
}

#header #header2 img.float_right
{
	float:right;
	padding:30px 0 0 40px;
}

#header #header2 a img
{
	border:none;
	cursor:pointer;
}

#header #header2 p
{
	margin:0;
	padding:0;
}

#header #header2 p a
{
	color:#FFF;
	text-decoration:underline;
}

/***************************************************************************
******************************** FIN HEADER ********************************
***************************************************************************/


/***************************************************************************
************************************ MENU **********************************
***************************************************************************/
#menu #menu2
{
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width:857px;
	text-align:left;
	font-size:13px;
	height:30px;
	text-align:right;
	color:#FFF;
	padding:0;
}


#menu #menu2 ul
{
	list-style-type:none;
}

#menu #menu2 ul li
{
	display:block;
	float:right;
	width:131px;
	height:37px;
	text-align:center;
	font-weight:bold;
	padding:10px 0 0 0;
	background:url('../_images/bgd_menu.png') no-repeat;
}

#menu #menu2 ul li:hover
{
	background:url('../_images/bgd_menu_active.png') no-repeat;
	color:#000;
}
* html #menu #menu2 ul li
{
	height:20px;
}

#menu #menu2 ul li.active
{
	background:url('../_images/bgd_menu_active.png') no-repeat;
	color:#000;
}


#menu #menu2 ul li a
{
	color:#FFF;
	text-decoration:none;
}

#menu #menu2 ul li.active a, #menu #menu2 ul li:hover a
{
	color:#000;
}

/***************************************************************************
******************************** FIN MENU **********************************
***************************************************************************/

/***************************************************************************
********************************** CONTENU *********************************
***************************************************************************/
#contenu
{
	margin:0 0 0 190px;
}


/***************************************************************************
******************************** FIN CONTENU *******************************
***************************************************************************/

/***************************************************************************
********************************** FOOTER *********************************
***************************************************************************/
#footer p
{
	margin:0;
	padding:0;
}


/***************************************************************************
******************************** FIN CONTENU *******************************
***************************************************************************/

/***************************************************************************
********************************* GLOBAL ***********************************
***************************************************************************/
h2
{
	color:#3a3a3a;
	font-size:20px;
	font-weight:normal;
	margin:5px 0 10px 0;
	padding:0;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

#titre h2
{
	margin:5px 0 -10px 0;
	padding:0;
}
h3
{
	font-size:11px;
	border-bottom:1px dashed #000;
	padding:0 0 5px 0;
}

h4
{
	font-size:12px;
	padding:35px 0 0 0;
}

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


table
{
	border-collapse:collapse;
	width:100%;
}

table tr th
{
	color:#a8a8a8;
	font-weight:normal;
	padding:10px 5px;
}
table tr td
{
	padding:10px 5px;
}
table tr td.classe1, table tr th.classe1
{
	background:#F5F5F5;
	border-bottom:1px solid #DADADA;
}

table tr td.classe2, table tr th.classe2
{
	background:#FFF;
	border-bottom:1px solid #DADADA;

}
table tr.classe3 td.classe1, table tr.classe3 td.classe2
{
	background:#f5c6c6;
	border-bottom:1px solid #DADADA;

}

a
{
	color:#000;
}


/******************** BLOC GAUCHE ET DROITE **************************/
.bloc_gauche
{
	float:left;
	width:45%;
	padding:10px 0;
	text-align:justify;
}

.bloc_droit
{
	float:right;
	width:49%;
	padding:10px 0;
	text-align:justify;
}

.bloc_grand_gauche
{
	float:left;
	width:55%;
	padding:10px;
}

.bloc_petit_droit
{
	float:right;
	width:35%;
	padding:10px;
}

.bloc_gauche table tr td, .bloc_gauche table tr th, .bloc_droit table tr td, .bloc_droit table tr th, .bloc_centre table tr td, .bloc_centre table tr th
{
	padding:3px 5px;
}

.bloc_gauche img.float_gauche, .bloc_droit img.float_gauche
{
	float:left;
	padding:0 20px 10px 0;
}

.bloc_gauche input, .bloc_droit input, .bloc_gauche textarea, .bloc_droit textarea
{
	width:100%;
}

.bloc_centre
{
	width:50%;
	margin:0 0 0 25%;
}
/******************* FIN BLOC GAUCHE ET DROITE ***********************/


/************************ BOUTON GERER **********************************/
input.btn_valider
{
	background:url('../_images/btn_valider.gif') no-repeat;
	width:135px;
	height:33px;
	border:none;
	cursor:pointer;
}

input.btn_connexion
{
	background:url('../_images/connexion.png') no-repeat;
	width:115px;
	height:23px;
	border:none;
	cursor:pointer;
}

input.btn_continuer
{
	background:url('../_images/continuer.png') no-repeat;
	width:115px;
	height:23px;
	border:none;
	cursor:pointer;
}

input.btn_ok
{
	background:url('../_images/ok.png') no-repeat;
	width:25px;
	height:25px;
	border:none;
	cursor:pointer;
}

/************************ FIN BOUTON GERER ******************************/


.align_centre
{
	text-align:center;
}

.align_droite
{
	text-align:right;
}

.menu_haut_droit
{
	text-align:right;
}

.obligatoire
{
	color:#FF0000;
}

.clear
{
	clear:both;
	padding:0;
	margin:0;
	font-size:1px;
}