@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:96px;
}

#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:140px;
	height:auto;
}

#footer
{
	color:#A8A8A8;
}

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

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

#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 **********************************
***************************************************************************/

/***************************************************************************
************************************ MENU GAUCHE ***************************
***************************************************************************/
#menu_gauche ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu_gauche ul li
{
	padding:10px 0 10px 0;
	border-bottom:1px dashed #DADADA;
}

#menu_gauche ul li a
{
	color:#666;
	text-decoration:none;
}

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

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


/***************************************************************************
******************************** 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;
}

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

table tr th, table tr th a
{
	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 AIDE ***************************************/
.bloc_aide
{
	width:100%x;
	margin:0 0 20px 0;
}

.bloc_aide .bloc_aide_haut
{
	width:100%;
	height:15px;
	background:#d9e4e7;
}
.bloc_aide .bloc_aide_haut .bloc_aide_haut_gauche
{
	float:left;
	background:url('../_images/coin_haut_gauche.png') no-repeat;
	filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/coin_haut_gauche.png');
	width:15px;
	height:15px;
}
.bloc_aide .bloc_aide_haut .bloc_aide_haut_droite
{
	float:right;
	background:url('../_images/coint_haut_droite.png') no-repeat;
	filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/coin_haut_droite.png');
	width:15px;
	height:15px;
}

.bloc_aide .bloc_aide_milieu
{
	background:#d9e4e7;
	padding:1px 10px;
	text-align:justify;
}

.bloc_aide .bloc_aide_bas
{
	background:#d9e4e7;
	width:100%;
	height:15px;
}
.bloc_aide .bloc_aide_bas .bloc_aide_bas_gauche
{
	float:left;
	background:url('../_images/coin_bas_gauche.png') no-repeat;
	filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/coin_bas_gauche.png');
	width:15px;
	height:15px;

}
.bloc_aide .bloc_aide_bas .bloc_aide_bas_droite
{
	float:right;
	background:url('../_images/coin_bas_droite.png') no-repeat;
	filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/coin_bas_droite.png');
	width:15px;
	height:15px;

}
.bloc_aide .bloc_aide_milieu p
{
	padding:0;
	margin:2px 0 7px 0;
}
/************************* FIN BLOC AIDE **********************************/

table.abonnement
{
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	margin:5px 0;
}
table.abonnement tr th
{
	font-weight:bold;
	color:#000;
}

table.abonnement tr th a
{
	text-decoration:none;
}

/************************ BOUTON GERER **********************************/
input.btn_gerer
{
	background:url('../_images/gerer.png') no-repeat;
	width:89px;
	height:26px;
	border:none;
	cursor:pointer;
}

input.btn_gerer:hover
{
	background:url('../_images/gerer_hover.png') no-repeat;
}

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


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

input.btn_demander
{
	background:url('../_images/btn_demander.png') no-repeat;
	width:160px;
	height:32px;
	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_regenerer
{
	background:url('../_images/btn_regenerer.png') no-repeat;
	width:135px;
	height:33px;
	border:none;
	cursor:pointer;
}

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

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


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


/***************************** INFOBULLE *****************************/
#div_bulle
{
	display:none;
	position:absolute;
	z-index:100;
	font-size:11px;
	text-align:left;
	color:#FFF;
	width:188px;
	padding:0;
}
#div_bulle .bulle_haut
{
	background:url('../_images/div_bulle_haut.png') no-repeat;
	width:188px;
	height:15px;
}

#div_bulle .bulle_milieu
{
	background:url('../_images/div_bulle_milieu.png') repeat-y;
	width:178px;
	padding:5px 10px 5px 5px;
}

#div_bulle .bulle_bas
{
	background:url('../_images/div_bulle_bas.png') no-repeat;
	width:188px;
	height:8px;
}


#div_bulle .bulle_haut #bulle_close img
{
	float:right;
	padding:11px 8px 0 0;
}

#div_bulle .bulle_milieu p
{
	margin:0 0 2px 0;
	padding:0;
}

#div_bulle ul
{
	list-style-type:none;
	list-style-position:inside;
	margin:0;
	padding:0;
}

#div_bulle ul li
{
	font-size:10px;
	margin:0;
	padding:4px 4px;
	border-bottom:1px dashed #FFF;
}

#div_bulle ul li a, #div_bulle p a
{
	color:#FFF;
	text-decoration:none;
}

#div_bulle ul li a:hover
{
	color:#A8A8A8;
}

#div_bulle ul li.fin
{
	border:none;
}
/************************* FIN INFOBULLE *****************************/


/***************************** SOUS MENU *****************************/
#sous_menu
{
	width:546px;
	height:74px;
	margin:0 0 30px 0;
	padding:0;
	float:right;
}

#sous_menu ul
{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#sous_menu ul li
{
	float:right;
	margin:0 0 0 5px;
}

#sous_menu h2
{
	text-align:right;
}

#sous_menu p
{
	text-align:right;
}

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


/***************************** RESUMER *****************************/
#resumer
{
	float:left;
	width:200px;
	height:138px;
	color:#757575;
	background:url('../_images/resume_bgd.png') no-repeat;
	padding:5px 10px 5px 22px;
	margin:0 0 15px 0;
}

#resumer table
{
	width:100%;
}
#resumer table tr td
{
	padding:3px 0;
}
#resumer table tr td img
{
	padding:0 10px 0 0;
}

#resumer table tr td.spacing
{
	letter-spacing:1px;
}
#resumer table tr td.separation
{
	padding:7px 0;
	background:url('../_images/td_bgd.png') top no-repeat;
}

#resumer table tr td.numero
{
	font-weight:bold;
	font-size:17px;
	padding:0 0 7px 0;
	
}

/************************* FIN RESUMER *****************************/



/***************************** CALENDRIER ****************************/
.calendar
{
	background-color:#fff;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #0099CC;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	
}

.calendar a
{
	text-decoration:none;
	color:#494949;
	font-weight:bold;
}

.ListeDate
{
	background-color:#FFFFFF;
}

#Contenant_Calendar
{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}

#Contenant_Calendar span
{
	float:left;
	display:block;
	width:20px;
	height:18px;
	line-height:18px;
	text-align:center;
}

.DayDate:hover
{
	background-color:#8CD1EC;
	cursor:pointer;
}

.DatePasse
{
	color:#dcdcdc;
	cursor:crosshair;
}

.DatePasse:hover
{
	cursor:default;
}

#curentDateString
{
	width:100%;
	text-align:center;
}

.titleMonth
{
	width:100%;
	background:#D9EFFF;
	color:#494949;
	text-align:center;
	border-bottom:1px solid #666;
	margin:0px;
	padding:0 0 2px 0;
	font-size:10px;
}

.separator
{
	float:left;
	display:block;
	width:20px;
}

.currentDay
{
	font-weight:bold;
	background-color:#FF9700;
}
/************************* FIN CALENDRIER ****************************/

/******************** BLOC GAUCHE ET DROITE **************************/
.bloc_gauche
{
	float:left;
	width:45%;
	border:1px dashed #DFDFDF;
	background-color:#F9F9F9;
	padding:10px;
}

.bloc_droit
{
	float:right;
	width:45%;
	border:1px dashed #DFDFDF;
	background-color:#F9F9F9;
	padding:10px;
}

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


/******************* FIN BLOC GAUCHE ET DROITE ***********************/



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


input.quantite_input
{
	border:1px solid #C9C9C9;
	width:30px;
	height:20px;
	text-align:center;
	padding:5px 0 0 0;
}

input.total_input
{
	border:none;
	font-weight:bold;
	width:50px;
	font-size:11px;
	text-align:right;
}

input.petit
{
	width:35px;
}

textarea.100_pourcent
{
	width:100%;
}


#bloc_contact_admin, #bloc_contact_selection_admin, #bloc_contact, #bloc_contact_selection
{
	width:100%;
	height:340px;
	overflow-y:auto;
	background:#EFEFEF;
}
#bloc_contact
{
	height:150px;
	border:1px solid #ddd;
	width:100%;
	overflow-y:auto;
}
#bloc_contact_admin table tr th, #bloc_contact_selection_admin table tr th, #bloc_contact table tr th, #bloc_contact_selection table tr th
{
	background:#FFF;
	border-bottom:1px dashed #000;
	color:#000;
	font-weight:bold;
	padding:3px;
	margin:0;
}
#bloc_contact_admin table tr td, #bloc_contact_selection_admin table tr td, #bloc_contact table tr td, #bloc_contact_selection table tr td, #div_live table tr td
{
	padding:3px;
	margin:0;
}

/*carnet d'adresses*/
#liste_groupe
{
	float:right;
	margin:0 0 10px 30px;
	width:30%;
	font-size:10px;
}

#liste_groupe table tr td, #liste_groupe table tr th, #liste_contact table tr td, #liste_contact table tr th
{
	padding:3px 5px;
}

.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;
}

.rouge
{
	color:#FF0000;
}

.bloc_centrer
{
	width:50%;
	margin-left:auto;
	margin-right:auto;
}