/* CSS Document */
/*
	rose logo					#eb6195
	jaune lien					#ffa
	fond gris clair				#666
	fond gris clair altern		#5d5d5d
	fond gris foncé				#1e1e1e
	texte noir					#000
	texte blanc					#fff
*/
/**************************************************************************/

*{
margin:0;
padding:0;
border:0px;
}
body
{
	text-align: center ;
	background-color:#666;	
	font-family: Arial, sans-serif;
	font-size:12px;
}
a{
	/*color: #ddfac0;*/
	color: #ffa;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/**************************************************************************/
/* TEMPLATE */
#header{
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
}
.conteneur{
	width: 1000px ;
	text-align: left ;
	margin:auto;
	position:relative;	
}
#main{
	float: right;
	width: 790px;
}
#mainLarge{
	float: left;
	width: 100%;
}
#center{
	float: left;
	width: 600px;
}
#mainLarge #center{
	width: 800px;
}
#footer{
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
}
.center{
	float:left; 
	width:600px;
	margin-bottom:20px;
	padding-left:5px;
	margin-left:10px;
}
#wrapper {
	margin: auto;
	text-align: left;
	width: 1000px;
}
#actu{
	float: right;
	width: 175px;
}
#menuV{
	float: left;
	width: 185px;
}
/**************************************************************************/
/* HEADER */
#header p.logo{
	float: left;
	color: #fff;
	font-style: italic;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding: 5px 0 0 0;
}
#header p.logo a{
	color: #eb6195;
	font-size: 32px;
	font-style: normal;
	padding: 0 0 2px 0;
}
.logo{ 
	
	height: 90px ; 
	float:left; 
	width:211px;
	position:relative;
}
#header .num{
	float: right;
}
#header .info{
	float: right;
	padding: 4px 0 0 0;
	font-size: 11px;
	text-align: right;
	color: #ffa;
}
#header .info a{
	padding: 0 12px;
}
#header .onglets{
	float: right;
	width: 760px;
	height: 38px;
	/*margin: 31px 0 0 0;*/
	/*background-color: #1e1e1e;*/
	background-image: url(gfx/fond-onglets.png);
	background-repeat: repeat-x;
}
#header .onglets div{
	width: 760px;
	height: 38px;	
	background-image: url(gfx/onglets-gauche.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#header .onglets ul{
	list-style: none;
	padding: 1px 12px;
	height: 38px;
	background-image: url(gfx/onglets-droite.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#header .onglets li:hover{
	background-image: url(gfx/fond-onglets-actif.png);	
}
#header .onglets li{
	float: left;
	font-size: 12px;
	width: 183px;
	text-align: center;
	border-right: 1px solid #666;
	margin-left:0px;
}
#header .onglets li.last{
	border: none;
}
#header .onglets a{
	line-height: 36px;
}
#header .onglets li.actif, #header .onglets li.lastActif{
	width: 182px;
	background-image: url(gfx/fond-onglets-actif.png);
	background-repeat: repeat-x;
	border-left: 1px solid #333;
}
#header .onglets li.lastActif{
	border-right: 1px solid #666;
	width: 181px;
}
/**************************************************************************/
/* menuV & actu */
#menuV a, #actu a{
	/*color: #ddfac0;*/
	color: #ffa;
}
#menuV a{
	text-decoration: none;
}
#menuV a:hover{
	text-decoration: underline;
}
#menuV h5, #actu h5{
	background-color: #1e1e1e;
	color: #fff;
	padding: 5px 5px 5px 10px;
	margin: 0 0 13px 0;
	font-size: 14px;
	font-weight: bold;
}
#menuV h5 span{
	font-size: 12px;
}
#menuV h5.img, #actu h5.img{
	padding: 0;
}
#menuV h5.callback{
	background-image: url(gfx/callback.png);
	background-repeat: no-repeat;
	padding-left: 80px;
}
#menuV h5.callback img{
	margin: 7px 0 2px 0;
}
#menuV ul {
	margin: 0 0 20px 0;
}
#actu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menuV ul li, #menuV p, #actu p{
    list-style: none;
    padding: 0 5px 0 10px;
    margin: 0 0 5px 0;
    font-size: 12px;
}
#actu ul li {
	background:transparent url(gfx/puce.gif) no-repeat scroll 0 5px;
	list-style-position:outside;
	margin:0 0 10px 15px;
	padding-left:15px;
}
#menuV p, #actu p{
	color: #000;
	margin: 0 0 20px 0;
}
#menuV p b, #actu p b{
	color: #fff;
}
#actu p.hot{
	font-size: 16px;
	color: #fff;
}
#actu p.hot b{
	color: #eb6195;
}
/**************************************************************************/
/* CTA */
.cta{
	background-color: #5d5d5d;
	float: left;
	width: 100%;
	margin: 10px 0;
}
.cta h3{
	margin: 5px 10px;
	font-size: 14px;
	/*font-weight: normal;*/
	color: #eb6195;
}
.cta p{
	margin: 5px 10px;
	font-size: 12px;
	color: #fff;
}
.cta p b{
	font-size: 14px;
}
.cta a{
	text-decoration: underline;
}
.cta a.action {
	display:block;
	font-size:12px;
	line-height:18px;
	margin:20px;
	text-align:center;
	text-decoration:none;
}
/**************************************************************************/
/* QUESTIONNAIRE */
fieldset{
	width: 600px;
	margin: 20px 0;
	font-size: 12px;
	border: none;
	border-bottom: 1px dashed #fff;
	color: #fff;
	padding: 0 0 20px 0;
}
fieldset.last{
	border: none;
}
fieldset legend{
	font-size: 16px;
	/*font-weight: bold;*/
	color: #ababab;
}
div.fieldset{
	/*padding: 0 0 0 10px*/
}
a.plus {
	color:#EB6195;	
	line-height:20px;
}
fieldset b{
	font-size: 14px;
}
fieldset ul, fieldset li, fieldset p{
	float: left;
	width: 550px;
	list-style: none;	
}
fieldset ul{
	margin: 10px 0;
}
fieldset li, fieldset p{
	margin: 0;
	padding: 5px;
	width: 540px;
}
fieldset p.bloc{
	margin: 20px 0;
}
fieldset li ul{
	padding: 0 0 10px 25px;
	width: 500px;
	background-color: #5d5d5d;
}
fieldset label{
	float: left;
	width: 130px;
	line-height: 20px
}
fieldset label.radio{
	width: 120px;
}
fieldset label.checkbox{
	float: none;
	width: auto;
}
fieldset label.checkbox input{
	margin: 0 15px 0 0;	
	height:15px;
	margin-right:10px;
	border: none;
}
fieldset input[type="radio"] {
	float: left;
	font-size: 1.1em;
	height:20px;
	margin-right:10px;
}
fieldset input[type="text"] {
	float: left;
	font-size: 1.1em;
	height:20px;
	margin-right:10px;
	border: 1px solid #1E1E1E;	
}
fieldset input.checkbox {
	border: none;
}
fieldset .validate {
	border: none;
}
fieldset input.inline{
	display: inline;
	float: none;
}
fieldset .comment, fieldset span, fieldset .comment a{
	color: #ababab;
	/*font-size: 0.9em;*/
}
fieldset .focus{
	background-color: #5d5d5d;
}
#caseChoise{
	float: left;
	width: 100%;
	background-color: #5D5D5D;
}
#info48{
	border: 1px solid #FFF;
	margin: 0 0 0 30px;

}
/**************************************************************************/
/* CENTER */
h1{
	font-size: 22px;
	color: #fff;	
}
hr{	
	clear: both;
	display: block;
	height: 1px;
	background-color: #1E1E1E;
	border: none;
}
h2{
	color: #fff;
	font-size: 18px;
	margin: 20px 0
}
.contenue {
	float:left;
	width:621px; 
	position:relative;
	margin-bottom:50px;
	margin-left:17px;
}
#content {
	float:left;
	width:600px; 	
	margin-left:15px;		
	padding-left:13px;
	padding-top:10px;	
}
#content h1{	
	margin:15px auto;
	color:#fff;	
	text-align:left;
}
#content img {
	margin-bottom:10px;
	border:1px solid #1E1E1E;
}
#content p, #content ul {
	font-size: 1.1em;
	margin:15px auto;	
	color:#000000;
}
#content h3 {
	font-size: 1.4em;
	margin:15px auto;	
}
#content a {	
	color: #ffa;	
}
#content h4 u {	
	color:#FFFFFF;
}
#content ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content  li {	
	background:url(gfx/puce.gif) no-repeat 0 5px;	
	list-style-position:outside;	
	padding-left: 20px;
	margin : 0 0 13px 30px; 
}
#content table { 
	border-right:2px solid #303030;
	border-top:2px solid #303030;
	margin-bottom:15px;
}
#content td { 
	border-bottom:2px solid #303030;
	border-left:2px solid #303030;
	padding:5px 5px 5px 7px; 
}
/**************************************************************************/
/* FOOTER */
.inFooter{
	margin: auto;
	text-align: left;
	width: 1000px;
	text-align:left;
}
#footer{
	border-top: 1px solid #1e1e1e;
	background-color: #666;
	padding: 10px 0 50px 0;
	background-image: url(gfx/fond-footer.gif);
	background-repeat: repeat-x;
	color: #fff;
}
#footer .col{
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}
#footer p{
	font-size: 12px;
	padding: 10px 0;
	line-height: 16px;
	color: #fff;
}
/**************************************************************************/
/* HOMEPAGE */
.carte{
	background:url(gfx/fond-carte.jpg) no-repeat;	
	background-position:0 210px;
	background-repeat:no-repeat;	
	margin:-60px 0 0;
	width:600px;
}
.carte object{
	margin: 0 0 0 40px;
}
.homecta{
	margin: 30px 0 0 35px;
}
.listeHome{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.listeHome a{
	text-decoration: none;
}
.listeHome a:hover{
	text-decoration: underline;
}
.listeHome h3{
	font-size: 12px;
	color: #fff;
	display: inline;
	margin: 0 12px 0 0;
}
.listeHome hr{
	visibility: hidden;
}
.listeHome ul{
	display: inline;
}
.listeHome li{
	list-style: none;
	display: inline;
	font-size: 12px;
	margin: 0 12px 0 0;
}
.listeHome h2{
	color: #eb6195;
	font-size: 16px;
	margin: 20px 0 10px 0;
}
/**************************************************************************/
/* LISTE_STAGE */
p.hot{
	font-size: 16px;
	color: #fff;
}
p.hot b{
	color: #eb6195;
}
p.ariane{
	font-size: 12px;
	margin: 0 0 10px 0;
}
p.ariane a{
	text-decoration: underline;
}
#listeStage{
	width: 100%;
	color: #fff;
}
#listeStage caption{
	text-align: left;
	font-size: 12px;
	padding: 10px 0 40px 0;
	color: #000;
}
#listeStage caption b{
	color: #eb6195;
}
#listeStage tr{
	font-size:14px;
}
#listeStage th{
	/*font-weight: normal;*/
	font-size: 12px;
	padding: 8px 10px 5px 10px;
	background-color: #1e1e1e;
}
#listeStage td{
	padding: 5px 10px;
}
#listeStage a{
	text-decoration: underline;
}
#listeStage .date, #listeStage .prix{
	font-size: 13px;
}
#listeStage .prix{
	text-align: right;
}
#listeStage .colored{
	background-color: #5d5d5d;
}
#listeStage .colored:hover{
	background-color: #1E1E1E;
}
#listeStage .no_colored:hover{
	background-color: #1E1E1E;
}
.pages{
	text-align: center;
	font-size: 12px;
	margin: 40px 0 20px 0;
}
.pages a, .pages span{
	padding: 4px 6px;
}
.pages span{
	border: 1px solid #fff;
	color: #fff;
}
p.etape{
	text-align: center;
}
p.plus{
	text-align: left;
	font-size: 12px;
	padding: 10px 0 0 0;
	color: #000;
}
p.plus b{
	color: #eb6195;
}
.infoStage{
	float: left;
	width: 335px;
	margin: 20px 0;
}
.infoStage dl{
	float: left;
	width: 100%;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.infoStage dt{
	float: left;
	width: 60px;
	text-align: right;
	margin: 0 6px 0 0;
}
.infoStage dd{
	float: left;
	color: #fff;
	width: 265px;
}
.infoStage .prix dt{
	line-height: 24px;
	/*padding: 8px 0 0 0;*/
}
.infoStage .prix dd{
	color: #fff;
	font-size: 18px;
	font-weight:bold;
}
#map span {
	display: none;
}
.stageMap{
	float: right;
	margin: 40px 0 0 0;
	width: 250px;
	height: 250px;
}
#table_agenda{
	width: 185px;
	font-size: 12px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #000;
}
#table_agenda caption{
	background-color: #1e1e1e;
	color: #fff;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#table_agenda .prec{
	float: left;
	margin: 2px 0 0 0;	
}
#table_agenda .suiv{
	float: right;
	margin: 2px 0 0 0;
	cursor: pointer;
}
#table_agenda tr{
	height: 20px;
}
#table_agenda th{
	color: #fff;
}
#table_agenda td.past{
	color: #333;
}
#table_agenda td.hasStage{
	color: #ffa;
	text-decoration: underline;	
}
.imprimer {
	float:left; 
	width:128px;
	height:25px;
	padding-left:8px;
	padding-top:6px;	
}
.sous_titre_liste {
	width:225px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
}
.liste_stage{
	width:600px;
	text-align:center;
	margin-bottom:25px;
	float:left;
}
.footer_liste_stage{
	width:700px;
	text-align:center;
	margin-bottom:25px;
	margin:auto;
	position:relative;
} 
/**************************************************************************/
/* VALIDATION - INSCRIPTION*/
.informations {
	width:273px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}

.sep {
	position:relative;
	width:590px;
	height:20px;
}
.sep0 {
	position:relative;
	width:590px;
	height:100px;
}

.separation {
	height:1px;
	position:relative;
	margin-bottom:10px;
	margin-top:10px;
}

.small_lock {
	margin-bottom:0px;
	position:relative;
	height:19px;
	float:left;
	margin-right:20px;
	width:14px;
}

.separation_onglet {
	float:left;
	position:relative;
	margin-right:150px;	
}

a.onglet {
	background-image:url(gfx/onglet.jpg);
	border-style: none;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	display:block;
	position:relative;
	float:left;
	margin-left:370px;
	margin-top:-1px;
	width:160px;
	height:18px;
	text-align:center;
	text-decoration:underline;
}

a.onglet_long {
	background-image:url(gfx/onglet_long.jpg);
	border-style: none;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	display:block;
	position:relative;
	float:left;
	margin-left:290px;
	margin-top:-1px;
	width:240px;
	height:18px;
	text-align:center;
	text-decoration:underline;
}

p.onglet {
	background-image:url(gfx/onglet.jpg);
	border-style: none;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	display:block;
	position:relative;
	float:left;
	margin-left:370px;
	margin-top:-1px;
	width:160px;
	height:18px;
	text-align:center;
	text-decoration:none;
}

a.onglet_multiple {
	background-image:url(gfx/onglet.jpg);
	border-style: none;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	display:block;
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:-1px;
	margin-right:25px;
	width:160px;
	height:18px;
	text-align:center;
	text-decoration:underline;
}
a.rose {
	background:url(gfx/rose.jpg) no-repeat;
	width:175px;
	height:26px;
	border-style: none;
	display:block;
	margin-top:5px;
	position:relative;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
}

a.rose_m {
	background:url(gfx/rose_m.jpg) no-repeat;
	width:175px;
	height:26px;
	border-style: none;
	display:block;
	position:relative;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
}

p.rose {
	background:url(gfx/rose_.jpg) no-repeat;
	width:160px;
	height:21px;
	border-style: none;
	display:block;
	margin-top:5px;
	position:relative;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
}

p.rose_m {
	background:url(gfx/rose_m.jpg) no-repeat;
	width:160px;
	height:12px;
	border-style: none;
	display:block;
	position:relative;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
}

.rose_long {
	background:url(gfx/rose_long.jpg) no-repeat;
	width:323px;
	height:26px;
	border-style: none;
	display:block;
	margin-top:5px;
	position:relative;
	text-align:center;
	padding-bottom:5px;
	color:#FFFFFF;
	margin:auto;
}

.rose_m_long {
	background:url(gfx/rose_m_long.jpg) no-repeat;
	width:323px;
	height:25px;
	border-style: none;
	display:block;
	position:relative;
	text-align:center;
	padding-bottom:5px;
	color:#FFFFFF;
	margin:auto;
}
.bouton_blanc {
	background:url(../../../modules/pap/img/bouton_blanc.jpg) no-repeat;
	color:#000000;
	width:90px;
	height:18px;
	text-align:center;
	margin-left:382px;
	border-style: none;
	display:block;
	position:relative;
}
p.text_case {
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	position:relative;
	font-weight:bold;
	margin-left:5px;
	margin-top:10px;
	float:left;
	width:100px;
}
p.text_acces {
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	position:relative;
	font-weight:bold;
	margin-left:5px;
	margin-top:10px;
	float:left;
	width:100px;
}
p.type_stage {
	width:600px;
	font-family:Verdana;
	font-size:14px;
	color:#ffffff;
	position:relative;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	position:relative;
	height:15px;
}
p.titre_type_stage {
	width:600px;
	font-family:Verdana;
	font-size:14px;
	color:#ffffff;
	position:relative;
	font-weight:bold;
	margin-top:45px;
	margin-bottom:5px;
	position:relative;
	height:15px;
}
.radio_stage {
	float:left;
	margin-right:25px;
	height:15px;	
}
p.text_stage {
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	position:relative;
	font-weight:bold;
	width:600px;
}
p.info_titre {	
	font-size:12px;
	height:15px;
	padding:10px;
	position:relative;
}
p.info_sous_titre {
	font-size:12px;
	color:#ffffff;
	position:relative;	
	margin-left:40px;
}
p.info_prix {
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	position:relative;
	font-weight:bold;
	margin-left:13px;
}
p.declaration_points {
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	position:relative;
	margin-top:15px;
}
a.declaration_points {
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	position:relative;
	margin-top:15px;
	text-decoration:underline;
}
a.details {
	float:left;
	background-image:url(gfx/bg_detail.jpg);
	border-style: none;
	display:block;
	width:105px;
	height:19px;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	padding-top:6px;
	margin-left:10px;
	margin-top:5px;
}
a.details:hover {
	background-image:url(gfx/bg_detail_bordure.jpg);
	width:105px;
	height:19px;
}
.formulaire_hidden {
	display:none;
	position:relative;
}
.mode_envoi_hidden {
	display:none;
	position:relative;
}
.area_condition {
	width:600px;
	height:130px;
	background-color:#ffffff;
	margin-top:20px;
	margin-bottom:25px;
	position:relative;
}
.lock {
	width:26px;
	height:36px;
	float:left;
	margin-right:10px;
	margin-top:15px;
	position:relative;
}
.lieu {
	float:left;
	width:203px;
	height:21px;
	padding-top:5px;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	padding-right:65px;
	margin-left:10px;
}
/**************************************************************************/
/* paiement */
/**************************************************************************/
.panier{
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 12px;
}
.panier CAPTION{
	padding: 20px 0 10px 0;
	font-size: 22px;
	color:#FFFFFF;
	text-align: left;
}
.panier CAPTION.paiement{
	color : #eb6195;
}
.panier CAPTION.cb{
	font-size: 12px;
	padding: 0 12px;
	text-align: center;
	font-weight: bold;
}
.panier A{
	line-height: 30px;
}
.panier b{
	color: #fff;
	font-size: 14px
}
.panier .prix{
	text-align: right;
	color: #fff;
}
.panier th{
	background-color: #1e1e1e;
	color: #fff;
	padding: 5px 12px;
}
.panier td{
	vertical-align: top;
	padding: 5px 12px;
}
.panier TR.mode TD{
	text-align: center;
}
.panier TR.select TD{
	vertical-align: middle;
	text-align: center;	
}
.panier TFOOT TD{
	/*border-top: 1px solid #1e1e1e;*/
	text-align: right;
	color: #fff;
}
.panier TFOOT TR.total TD{
	background-color: #5d5d5d;
	border-top: 1px solid #1e1e1e;
}
/**************************************************************************/
/* PAGE_AUTO */
/**************************************************************************/
#pageauto { width:95%; color:#FFF; margin:20px; margin-bottom:30px; font-size:0.95em; text-align:left; }
.pageauto_titre { padding:5px 10px; text-align:center; background-color:#3a3a3a; color:#EB6195; font-size:2em; font-weight:bold;  }
.pageauto_cadre_clair { padding:5px 10px; background-color:#494949;font-size:1em; }
.pageauto_cadre_clair p{ padding:5px 10px; }
.pageauto_soustitre { padding:5px 10px; color:#ffcc00; font-weight:bold; margin:0;}
.pageauto_left { margin-left:30px; display:block; }
.space_up { margin-top:20px; }
.faq_ligne_sep { height:1px; line-height:1px; background-color:#FFF; margin:5px; }
.question { text-decoration:underline; }
.pageauto_cadre_fonce { padding:5px 10px 5px 10px; background-color:#2e2e2e; }
.table {border:thin dotted #FFFFFF; }

/**************************************************************************/
/* Contact */
/**************************************************************************/
#contact td {font-weight: bold; text-align: right;}
#contact td.liste{text-align: left;}
#contact th {font-size: 2em;  padding: 0;}
#contact div.nepasvoir {display: none;}
#contact td.info{color:#FFFFFF; font-size:12px; }
#contact td.champ{}
#contact td {padding: 0.25em 1px;}
#contact td.subject{color:#FFFFFF; font-size:12px; }
#contact td.liste{padding:10px; }
#contact td.contenu{color:#FFFFFF; font-size:12px;}
#contact td.contenant{}
#contact td.lesboutons{}
td input {
border:1px solid #1E1E1E;
font-size:1.1em;
height:20px;
margin-right:10px;
}

/**************************************************************************/


.entete {
	background:url(gfx/fond_haut.jpg) repeat-x;
	width:1000px;
	height:90px;
	position:relative;
}

.presentation{
height: 70px ; 
width:786px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:9px; 
background:url(gfx/fondtexte.png) repeat-x; 
margin-left:214px;}

.millieu:hover{
	background:url(gfx/millieu_on.jpg) repeat-x;
}

.identification{ 
	height: 27px ; 
	float:left; 
	width:235px;		
	text-decoration:underline;
	text-align:left;
	padding-left:15px;
	padding-top:3px;
}
.bold {
	font-weight:bold;
	position:relative;
}

.blocrose{
margin-top:100px;
margin-bottom:10px;
height:15px;
background-color:#EB6195;
font-size:14px;
padding:10px;
}

.blocrose a{
background-color:#EB6195;
text-decoration:none;
}
.blocrose a:hover{
background-color:#EB6195;
text-decoration:none;
}
.date_longue {
	float:left;
	width:169px;
	height:26px;
	font-family:Arial;
	font-size:12px;
	color:#E3E304;
	margin-left:10px;	
}

/**************************************************************************/
/* PAGE_AUTO */
.pierre_lien2 {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:12px; 
}
#Submit{
background-color:#FFF;
color:#000;
font-size:11px;
text-decoration:none;
}
#information{
color:#4C3F3B;
font-size:10px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:1px 2px;
}
#departement{
background-color:#FFFFFF;
border:1px solid #4C3F3B;
color:#4C3F3B;
font-size:10px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
#garantie {
	font-family:Verdana;
	font-size:12px;
	width:170px;
	margin-left:-7px;
}
#garantie a {
	text-decoration:underline;
}
#garantie a:visited {
	color:#CCCCCC;
}
.left {
	text-align:left;
}
a.paiement {	
	padding-top:5px;	
	display:block;	
	position:relative;
	text-align:center;		
}
/**************************************************************************/
/* FOOTER */
.maj{
	float:right;
	color:#FFFFFF;
	margin-top:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-right:10px;	
}
.securite{
	width:785px;
	height:33px;
	position:relative;
	text-align:center;
	margin-top:15px;
	padding-left:215px;
}
.paiements{
	float:left;
	color:#FFFFFF;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.cle{
	float:left;
	height:18px;
	width:77px;
	margin-top:0px;
}
.cb{
	float:left;
	height:17px;
	width:83px;
	margin-top:0px;
}
.border_left {
	border-left:solid #FFFFFF 1px;
}
.border_left {
	border-style:  none none none solid;
	border-color:#FFD000;
	border-width:2px;
	margin-left:8px;
	padding-left:8px;
}
p.rose {
	background:url(gfx/rose_.jpg) no-repeat;
	width:160px;
	height:12px;
	border-style: none;
	display:block;
	margin-top:5px;
	position:relative;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
}
p.rose_m {
	background:url(gfx/rose_m.jpg) no-repeat;
	width:160px;
	height:12px;
	border-style: none;
	display:block;
	position:relative;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
}
.cadre {
	margin-top:20px;
	background-image:url(gfx/cadre.jpg);
	border-style: none;
	display:block;
	width:167px;
	height:106px;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	color:#ffffff;
	margin-bottom:15px;
}
#gagnez{
	font-size:12px;
	width:160px;
	margin-left:-7px;
}
