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

/* ****************** */
/*  Pages Generales	  */
/* ****************** */
#general_content {
	width:490px;
	min-height:627px;
	padding:20px ;
	/*background-color:#fff1e4;*/ /*été*/
	background-color:#ECF0EB;	/*hiver*/
	border:1px solid #005E48;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#333;
}

#real_right_general {
	width:165px;
	height:650px;
	margin-left:13px;
}

#semaine_general {
	width:345px;
	height:125px;
	background-image:url(images/accueil_sem.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:1px solid #6D5320;
	margin-top:13px;
	margin-right:15px;
} #semaine_general:hover { border:1px solid #68A479; }

#valisette_general {
	width:165px;
	height:126px;
	background-image:url(images/accueil_valisette.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:1px solid #123f34;
	margin-top:13px;
	margin-right:15px;
} #valisette_general:hover { border:1px solid #f89631; }

#plateau_dd_general {
	width:166px;
	height:126px;
	background-image:url(images/accueil_dd.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:1px solid #123f34;
	margin-top:13px;
} #plateau_dd_general:hover { border:1px solid #f89631; }


/* page contact */
.contact_titres {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
}

#general_content table {
	font-weight:normal;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.nbtel {
	font-size:15px;
	font-weight:bold;
	color:#005E48;
}

/* ******************************************** */
/* *	  		commande_fin			      * */
/* ******************************************** */
#commande2 {
	width:465px;
	min-height:262px;
	padding-bottom:10px;
	background-color:#fff;
	border:1px solid #5a5758;
}

#commande3 {
	width:490px;
	min-height:262px;
	padding-bottom:10px;
	background-color:#fff;
	border:1px solid #5a5758;
	margin-bottom:20px;
}

#commande3 table td {
	padding:3px;
}

#commande3 .titre_commande{
	width:490px;
}

.etapes {
	width:490px;
	height:75px;
}

#cic {
	width:490px;
	height:30px;
	padding-top:16px;
	background-color:#fff;
	background-image:url(images/field2.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	border:1px solid #707070;
	margin-bottom:15px;
	font-size:14px;
	text-align:center;
}

/* ******************************************** */
/* *	  Login/Enregistrements/Paiement      * */
/* ******************************************** */

#registered legend {
	/*background-color:#F90;*/ /*été*/
	background-color:#68A479;	/*hiver*/
	padding:4px;
	margin-bottom:7px;
	border:1px solid #777;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#registered fieldset {
	width:465px;
	min-height:80px;
	border:none;
	padding:10px;
	background-color:#fff;
	background-image:url(images/field2.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#coordonnees legend {
	/*background-color:#005E48;*/ /*été*/
	background-color:#6D5320; /*hiver*/
	padding:4px;
	margin-bottom:7px;
	border:1px solid #777;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#coordonnees fieldset {
	width:465px;
	border:none;
/*	border-bottom:1px solid #bdbcbd;*/
	padding:10px;
	background-color:#fff;
	background-image:url(images/field2.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#modif_coordonnees legend {
	/*background-color:#005E48;*/ /*été*/
	background-color:#6D5320; /*hiver*/
	padding:4px;
	margin-bottom:7px;
	border:1px solid #777;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#modif_coordonnees fieldset {
	width:465px;
	border:none;
/*	border-bottom:1px solid #bdbcbd;*/
	padding:10px;
	background-color:#fff;
	background-image:url(images/field2.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}


.reg_label {
	display:block;
	width:100px;
}

.reg_input {
	display:block;
	margin-bottom:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#444;
	border:1px solid #999;
}

.reg_input:focus {
	display:block;
	margin-bottom:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#444;
	border:1px solid #68A479;
}

.reg_valider {
	margin-left:40px;
	margin-top:7px;
	height:22px;
	/*background-color:#F89631;*/ /*été*/
	background-color:#68A479;	/*hiver*/
	border:1px solid #777;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.reg_valider:hover {
	/*border:1px solid #F89631;*/ /*été*/
	background-color:#86CA9A;	/*hiver*/
}

.reg_register {
	margin-left:285px;
	height:22px;
	/*background-color:#F89631;*/ /*été*/
	background-color:#68A479;	/*hiver*/
	border:1px solid #777;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.reg_register:hover {
	/*border:1px solid #F89631;*/ /*été*/
	background-color:#86CA9A;	/*hiver*/
	cursor:pointer;
}

.valider_date {
	height:22px;
	/*background-color:#F89631;*/ /*été*/
	background-color:#68A479;	/*hivezr*/
	border:1px solid #777;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.valider_date:hover {
	background-color:#86ca9a;
	cursor:pointer;
}


.zone_2_select {
	margin-bottom:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.zone_2_select option {
	padding:0 7px;
}


































