/* Titres */
/*CSSEditor|content,title|Tous les titres*/
h1, h2, h3{
	font-family: Verdana,Arial, sans-serif;
	font-weight:bold;
	line-height:normal;
	margin:10px 0;
}
/*CSSEditor|content,title|Titres de niveau 1*/
h1 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
        letter-spacing:-1px;
}

div.box_extraits h3
{
	color: #666666;
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.5;
    margin: 10px 0 20px;
}

div.boxtitle h3
{
    border-radius: 3px 3px 0px 0px;
    color: #666666;
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    left: -20px;
    letter-spacing: -1px;
    line-height: 1.5;
    margin: 0 0 20px;
    padding-left: 25px;
	height: 35px;
    padding-top: 10px;
    position: relative;
    top: -1px;
    width: 247px;
}
/*CSSEditor|content,title|Titres de niveau 2*/
h2 {
  /* border-bottom:0.05em solid #F2F2F2; */
  font-family:Verdana;
        font-size:12px;
        /*letter-spacing:-1px;*/
   /*margin:0 0 0.2em; */
  color:#333333;
}
/*CSSEditor|content,title|Titres de niveau 3*/
h3 {
	font-family: Verdana;
	color:#666666;
	font-size: 10px;
	margin: 0.5em 0 0.5em 0.2em;
	line-height:16px;
}


/* Liens */
/*CSSEditor|content,link|Apparence générale*/
a:link{
	color:#009ee0;
}
/*CSSEditor|content,link|Lien déjà visité*/
a:visited{
	color:#009ee0;
}
/*CSSEditor|content,link|Lien actif*/
a:hover, a:active{
	color:#666666;
	text-decoration:underline;
}


/*CSSEditor|content,others|Paragraphe*/
p{
	margin:10px 0;
text-align:justify;
color:#666666;
font-size:13px;
}

#envoi_mail p.invalid {
	color:red;
	float: right;
	margin: -5px 0 0 0;
	padding: 0;
	clear: both;
	display:none;
	font-size: 11px;
	width: 314px;
}
/*CSSEditor|content,others|Texte en gras*/
strong{
	font-weight:bold;
}
/*CSSEditor|content,others|Texte en italique*/
em{
	font-style:italic;
}

em a{
	font-style:italic;
}

/*CSSEditor|content,list|Apparence générale|list*/
ul{
	color:#666666;
	list-style:none;
}

/*CSSEditor|content,list|Eléments des listes*/
ul li{
text-align:left;
}

/*CSSEditor|content,list|Liste ordonnée|list*/
ol{
	color:#616161;
	list-style:inside decimal-leading-zero;
	margin:5px 0 5px 25px;
}
hr{
	border-bottom:2px ridge #61615f;
	border:0;
}

/*** Tableaux ***/
table{
  border-collapse:collapse;
  border-spacing:0;
  font-size:1em;
  margin:auto;
  width:100%;
}
table caption{
  color: #666666;
  font-size: 1.3em;
  font-weight:bold;
  margin:5px 0;
  text-align:left;
}

th{
  color:#B60D0A;
  font-size:1.1em;
  font-weight:bold;
  padding:5px 2px;
  border-bottom:1px solid #cccccc;
  text-align:left;
}

/*elements de mise en page dans la zone de contenu*/
.une_colonne, .deux_colonnes{
	clear:both;
	display: inline;
}
.colleft{
	float:left;
	margin:0 2% 0 0;
	margin:0;
	padding:0;
	width:47%;
}
.colright{
	float:left;
	margin:0;
	padding:0;
	width:48%;
}

.center{
	text-align: center;
	width:100%;
}
.left{
	text-align: left;
	width:100%;
}
.right{
	text-align: right;
	width:100%;
}

div.box-inscr{
	width:640px;
	margin:20px auto;
}

div.box-inscr h2{
	margin:0
}

#contents #box_main .boxfiche p.rightText{
	text-align:center;
	padding: 35px 0 0 0;
	font-size: 15px;
}

.boxfiche p.rightText strong{
	font-weight: bold;
	color: #2d2d2d;
}

#box_accueil div{
	float:left;
}

#box_accueil div#contenu_box_gauche {
	width:560px;
	padding:20px 0 20px 30px;
}

#box_accueil #slide_groupes_overflow {
	width:560px;
	height:242px;
	position:relative;
	overflow:hidden;
	z-index:1;
}

#box_accueil #slide_groupes {
	position:relative;
	width:5000px;
	height:242px;
	transition-duration:500ms;
	-webkit-transition-duration:500ms;
	-moz-transition-duration:500ms;
	-o-transition-duration:500ms;
}

#box_accueil #slide_groupes div {
	float:left;
	position:relative; 
}

#box_accueil #slide_groupes div a {
	color:white;
	text-decoration:none;
}

#box_accueil #slide_groupes div a:hover {
	text-decoration:underline;
}

#box_accueil #slide_groupes p {
	height:33px;
	line-height:33px;
	width:560px;
	position:absolute;
	bottom:2px;	
	left:0px;
	background:url("/images/slide_index/fond_titre_slide.png") repeat-x;
	text-align:center;
	vertical-align:middle;
	margin:0;
	color:white;
	font-size:15pt;
	font-family:Verdana;
}

#box_accueil #slide_groupes_overflow img {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	width:560px;
	height:242px;
}

#box_accueil #slide_groupes_overflow #slide_groupes+img {
	position:absolute;
	top:100px;
	left:0px;
	cursor:pointer;
}

#box_accueil #slide_groupes_overflow #slide_groupes+img+img {
	position:absolute;
	top:100px;
	left:538px;
	cursor:pointer;
}

#box_accueil #slide_groupes p {
	border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
}

#box_accueil #fleches_slide {
    left: 40px;
    position: absolute;
    top: 325px;
    width: 600px;
}

#box_accueil #fleches_slide img {
	cursor:pointer;
}

#box_accueil #fleches_slide img:first-child {
	margin-right:547px;
}

#box_accueil div.presentation{
	width: 560px;
	margin-bottom: 23px;
}

#box_accueil div.presentation p{
	margin:0;
}

#box_accueil div.btn-rubrique{
	padding: 20px 0 79px 30px;
	height:170px;
}

#box_accueil div.btn-rubrique a{
	clear:both;
	float:left;
	padding:5px 0;
}

#box_accueil #presentation_ig {
    float: right;
    margin-right: 22px;
    margin-top: 2px;
    width: 283px;
}

#contents #box_main .divTemoignage{
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

#contents #box_main .divTemoignage h5{
	font-weight:bold;
	font-size: 14px;
}

#contents #box_main .divTemoignage p{
		margin: 0;
}

#contents #box_main .divTemoignage img{
	float: left;
	margin: 5px 10px 5px 5px;
}

#contents #box_main .boxfiche img.imgLeft{
	float:left;
}

#wrapper.one-column #contents #box_main .boxfiche em{
	clear:both;
}

#infos-step{
	background:url(/images/infos-step-repeat.jpg) repeat-y;
	position: relative;
	margin: 10px 0;
}

#infos-step img{
	max-width: none;
	margin: 0 0 2px 0
}

#infos-step .step{
	display: none;
	padding: 35px 0;	
}

#infos-step #step-1{
	display: block;	
}

#step_nav{
	position:relative;
	height:20px;
	clear:both;
	top:0;
}

#infos-step .step_nav{
	display: none;
	cursor: pointer;
}

#infos-step #step-next{
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
}

#infos-step #step-prev{
	position: absolute;
	top: 0;
	left: 15px;
}

#infos-step #steps-img{
	position: absolute;
	height: 46px;
	top: 10px;
	left: 315px;
}

#infos-step .step_img{
	position: absolute;
	top:0;
}

#infos-step #step-img1{
	left:0;
}

#infos-step #step-img2{
	left:90px;
}

#infos-step #step-img3{
	left:180px;
}

#infos-step #step-img4{
	left:270px;
}

#infos-step #stepContent{
	width: 560px;
	margin: 0 auto;
	padding:10px 0;
}

#infos-step #stepContent legend{
	text-align: center;
	margin: 0;
	font-size: 22px;
	color: #FBB400;
	font-weight:normal;
}

#infos-step #stepContent input{
	width:270px;
	height:18px;
	float: right;
	margin: 10px 0;
	border:1px solid #C3C3C3;
}

#infos-step #stepContent label,
#infos-step #stepContent #divField label.titre{
	text-decoration: none;
	border: none;
	font-size: 14px;
	width: auto;
	color:#888;
	clear: both;
	margin: 10px 0;
	width: 250px;
}

#infos-step #stepContent select{
	background: #fafafa no-repeat;
	text-decoration: none;
	border: 1px solid #c3c3c3;
	float: right;
	margin: 10px 0;
	width: 272px;
	height:18px;
}

#infos-step #stepContent label.invalid{
	color:red;
}

#infos-step #stepContent #recapitulatif div{
	padding: 10px 0;
}

#infos-step #stepContent #recapitulatif div input,
#infos-step #stepContent #recapitulatif div img{
	width: 244px;
	margin: 20px 158px 0;
	background: none;
	height:44px;
	cursor:pointer;
}

#infos-step #stepContent #recapitulatif p.titre{
	font-weight: normal;
	text-align:center;
	font-size: 16px;
	color: #FBB400;
}

#infos-step #stepContent input.invalid{
	background-color:#fff2f3;
	border:1px solid #eb9596;
}

#infos-step #stepContent #optionsCGV p.invalid, #infos-step #stepContent #btnPaiement p.invalid{
	color:red;
	font-size: 12px;
	margin: 0 0 15px 0;
	float: right;
	display: none;
}

#infos-step #stepContent p.champ_obl{
	color:red;
	float:right;
	margin: 0 0 15px 0;
	line-height: 0;
	display:none;
	clear: both;
}

#infos-step #stepContent #divField input{
	background: #fafafa no-repeat;
	text-decoration: none;
	border: 1px solid #c3c3c3;
	float: left;
	clear: both;
	margin: 4px 20px;
	height: 18px;
	width: auto;
}

#infos-step #stepContent #divField label{
	text-decoration: none;
	float: left;
	border: none;
	font-size: 14px;
	width: auto;
	color:#888;
	margin: 0;
}

#infos-step #stepContent img.btnValider{
	width:140px;
	height:40px;
	float:right;
	border: none;
	margin:10px auto;
	clear: both;
	cursor: pointer;
}

#infos-step #stepContent #optionsCGV input{
	width: auto;
	clear: both;
	float: left;
	margin: 3px 10px 3px 100px;
}

#infos-step #stepContent #optionsCGV p{
	color:#888;
	clear: both;
}

#infos-step #stepContent #recapitulatif p{
	color: #666;
	font-size: 14px;	
}

#infos-step #stepContent #recapitulatif img{
	float:none;
}

#infos-step #stepContent #recapitulatif p.spplus{
	text-align:center;
}

#footer_liens ul li a:link{
    color: #CCFFFF;
    text-decoration: none;
    font-size:10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
/*CSSEditor|content,link|Lien déjà visité*/
#footer_liens ul li a:visited{
    color: #CCFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-decoration: none;
}
/* #footer_liens ul li a:hover, #footer_liens ul li a:active{
	color:#333333;
}*/

#footer_partenaires p {
    margin-bottom: 0;
    margin-left: -13px;
	font-size: 9px;
}

#footer_connex p {
    margin-bottom: 0;
    margin-left: -13px;
	font-size: 9px;
}

.boxfiche .button{
    background: url("/images/btn-inscription.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    position: relative;
    width: 150px;
}

.boxfiche .button:hover{
	background:url(/images/btn-inscription-hover.png) no-repeat;
}

.boxfiche .buttonpresentation{
    background: url("/images/btn-inscription.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    left: 330px;
    position: relative;
    width: 150px;
}

.boxfiche .buttonpresentation:hover{
	background:url(/images/btn-inscription-hover.png) no-repeat;
}

.boxfiche .buttonDecalRight{
	margin: 20px 375px 5px 375px;
	width:150px;
	height:38px;
	background:url(/images/btn-inscription.png) no-repeat;
}

.boxfiche .buttonDecalRight:hover{
	background:url(/images/btn-inscription-hover.png) no-repeat;
}

.boxfiche ul{
	font-size:13px;
	margin: 20px 0;
}

#box_main .boxfiche ul li{
	/* padding:0 0 7px 16px; */
}

.boxfiche strong{
}

#infos-step #stepContent #commandeFinal{
	width:244px;
	height:auto;
	background: none;
	float: left;
	margin: 10px 158px;
	cursor: pointer;
}

#___plusone_0{
	//margin:6px 12px 0 0 !important;
	//float:left !important;	
	 width: 60px !important;
}
#box_main input.btnJeu{
	margin:0;
	background:url(/images/btn-jouer-album.jpg) no-repeat;
	width:130px;
	height:26px;
	cursor:pointer;
	border: none;
}
#box_main input.btnCommande{
	margin:0;
	background:url(/images/btn-commander-album.jpg) no-repeat;
	width:130px;
	height:26px;
	cursor:pointer;
	border: none;
}
#coordonnees fieldset p, #coordonnees fieldset input, #coordonnees fieldset select{
float:left;
margin: 10px 10px 10px 0;
width:200px;
}
#coordonnees fieldset p{
clear:both;
width:100px;
}
#coordonnees fieldset p.invalid{
width:500px;
color:red;
}

div#content div.avertissement div ul li, div#content div.avertissement div ul li a, div#content div.confirmation div h2 a
{
	color: white;
}

div#content div.avertissement div ul li a:hover, div#content div.confirmation div h2 a:hover
{
	color: gray;
}

div#content div.avertissement div ul
{
	position: relative;
	left: 50px;
}

div#cpville
{
	color: #666666;
    font-size: 13px;
    margin: 10px 0;
    text-align: justify;
}