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


.user { float:right;background:#2E2E2E;padding:15px 55px 10px 15px;position:relative;margin-top:-10px;font-family:Arial;	box-shadow: 0px 1px 7px #000;-moz-box-shadow:0px 1px 7px #000;}
.user .user_info{display:block;text-align:left;font-size:13px;}
.user .last_connect{display:block;text-align:left;font-size:11px;color:#B1C2C4;}
.user .logout{width:27px;height:27px;cursor:pointer;position:absolute;top:15px;right:10px;background:url(../_images/logout.png) no-repeat;text-indent:-9999px;}



.bloc3 {width:260px;margin-left:17px;height:300px;position: relative;float:left;box-shadow: 0px 2px 10px #B0AFA6;border-radius: 3px;-moz-border-radius:3px;-moz-box-shadow:0px 2px 10px #B0AFA6;padding:5px;font-family:Arial;}
.bloc3 table tr td {height:25px;font-size:12px;}

.bgblue {background:url('../_images/bgblue.png') top left repeat-x #fff;}
.bggreen {background:url('../_images/bggreen.png') top left repeat-x #fff;}
.bgpurple {background:url('../_images/bgpurple.png') top left repeat-x #fff;}

.btnblue {background:url('../_images/bgblue.png') top left repeat-x #fff;border:none;font-weight:bold;color:white;padding:5px 20px;border-radius:4px;text-shadow: 1px 1px 1px #383E3F;cursor:pointer;}
.btngreen {background:url('../_images/bggreen.png') top left repeat-x #fff;border:none;font-weight:bold;color:white;padding:5px 20px;border-radius:4px;text-shadow: 1px 1px 1px #383E3F;cursor:pointer;}
.btnpurple {background:url('../_images/bgpurple.png') top left repeat-x #fff;border:none;font-weight:bold;color:white;padding:5px 20px;border-radius:4px;text-shadow: 1px 1px 1px #383E3F;cursor:pointer;}
.btnblack {background:#3E4445;box-shadow: 0px 1px 4px #000;font-weight:bold;color:white;padding:5px 20px;border-radius:4px;text-shadow: 1px 1px 1px #383E3F;cursor:pointer;border:none;}



.bloc3 .sous_bloc3 {height:125px;}
.bloc3 .title_bloc3 {display:block;text-align:center;color:white;text-shadow: 1px 1px 1px #383E3F;font-weight:600;font-size:14px;line-height:24px;height:24px;}


.mini {widows:240px;margin-left:10px;margin-top:10px;}
table.mini tr td {font-size:12px;height:22px;color:#6D7779;}

#wrap {font-family:Arial;font-size:13px;}



.generate { background:#E94A1D;color:white;border:2px solid #FC6B00 ; border-radius:4px;cursor:pointer;padding:4px;font-weight:bold;text-decoration:none !important;}
.generate:hover {border:2px solid black;background:#3E4445;}

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:900px;
	text-align:left;
	background:#FFF;
	min-height:500px;
	padding:20px 15px 10px 15px;
	box-shadow: 0px 2px 10px #B0AFA6;
	-moz-box-shadow:0px 2px 10px #B0AFA6;
}

#header
{
	background:#3E4445;
	width:100%;
	height:120px;
}

#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
{
	font-family:Arial;
	color:#A8A8A8;
	margin:auto;
	width:930px;
}

#footer .footer_right {width: 400px;float:right;margin-top:15px;text-align:right;color:#3E4445;text-shadow:1px 1px 1px white;}

#footer .footer_left {width:400px;float:left;margin-top:15px;text-align:left;}
/***************************************************************************
********************************* HEADER ***********************************
***************************************************************************/
#header #header2
{
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width:930px;
	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:930px;
	text-align:left;
	font-size:13px;
	height:30px;
	text-align:right;
	color:#FFF;
	padding:0;
	z-index:30;
}


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

#menu #menu2 ul li
{
	font-family:Arial;
	display:block;
	float:right;
	list-style-type:none;
	padding:6px 5px 0 5px;
	margin:0 5px 0 0;
	background-color:#E94A1D;
	padding:8px 15px 8px 15px;
	border-radius:8px 8px 0px 0px ;
	box-shadow: inset 0 1px 0 #FC6B00;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}


#menu #menu2 ul li:hover , #menu #menu2 ul li.active
{
	color:#494e52;
	background-color:#FFF;
	height:22px;
	text-shadow: 1px 1px 0 white;
	box-shadow: inset 0 1px 0 #fff;
}


#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:0px;
	padding:0;
	font-family:Arial;
}



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


.all table tr td {padding:0px 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
{
font-family:Arial;
text-align: left;
font-size:13px;
background: #FBF7AA;
border: 3px solid #F9E98E;
color: #BA6E35;
padding: 3px;
margin-bottom: 15px;
border-radius:8px;
-moz-border-radius:8px;
font-weight:500;
}


.bloc_aide p
{
margin:0px;
padding:5px;
}

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