
/********************************************/
/* 
	Généralités
*/
/********************************************/
*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-khtml-box-sizing:border-box;
}
html { background: #dbdbdb url(/guide/img/fond_site.jpg) top left repeat-x;}
body{
	  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #5d717e;
  text-align: center;
  background: url(/guide/img/bg_paysage.jpg) center top no-repeat;
    min-height: 605px;
 
}
ul
{
padding-left: 15px;
line-height: 24px;
margin-bottom: 10px;
}
li
{

margin-bottom: 15px;
}
table {
 border-collapse:collapse;

 }
th, td {
 border:1px solid #ccc;

 }
td {
 text-align:center;
 padding: 10px;
 font-size: 12px;
 }
td p strong{
 text-align:center;
 padding: 10px;
 font-size: 15px;
 }
caption {
 font-weight:bold
 }
h1{
	
	margin: 0px 0px 8px;
font-size: 38px;
color: #E6197B;
font-family: lato,arial;
line-height: 40px;
font-weight: normal;
}
h2,h3,h4{

	color:#E6197B;
	font-weight:normal;
	font-family: lato,arial;
	margin-bottom:15px;
}
a{
	color:#FF6400;
}
p{
line-height:24px;
padding-bottom:15px;
}
.breadcrumb{

margin:0px auto;
text-align:left;
font-size:12px;

}
.ariane{

text-align:left;
font-size:12px;
margin:0px auto;
padding: 5px 0px;
}
b,strong{
color:#FF6400;
}
a:hover{
	text-decoration:none;
}
.contenant{

width: 940px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
text-align:center;

}
.conteneur{

width: 100%;

text-align:center;

}
.conteneur.head{



}

.background{

	background-size: cover
}
#bandeau{
	
	text-align:left;
	margin:0px auto;
	display: table;
	width:100%;
	margin-bottom:15px;
	height: 145px;
	
}
.border{  border: 10px rgba(255, 255, 255, 0.5) solid;}
#content{
	
	text-align:left;
margin: 0px auto;
padding: 2%;
background: #FFF;

}
.imagelarge{
width:100%;
background: none repeat scroll 0% 0% rgb(255, 255, 255);

}
.imagelarge img{
width:100%;
}
.imageleft{
margin: 0px 15px 10px 0px;
padding: 15px;
float:left;
background: #F7F7F7;
border-radius: 7px 7px 0px 0px;
-webkit-border-radius:7px 7px 0px 0px;
-moz-border-radius:7px 7px 0px 0px;
-ms-border-radius:7px 7px 0px 0px;
-o-border-radius:7px 7px 0px 0px;
-khtml-border-radius:7px 7px 0px 0px;
max-width: 25%;
}
figcaption{
text-align:center;
font-size:12px;
font-style:italic;
padding-top:5px;
}
.clearboth{
clear:both;
}
.imageleft img{
width:100%;
}


.article{
	padding-bottom:25px;
	margin-bottom:20px;
	
}
.titre{
	border-top-right-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-top-right-radius:7px;
	-ms-border-top-right-radius:7px;
	-o-border-top-right-radius:7px;
	margin-bottom:0px;
}
.titre h2{

}
.textearticle{

}
#footer{
	text-align:center;
	margin:0px auto;
	font-size:14px;
	width: 940px;
	min-height:60px;
	margin-bottom:70px;
	color:#fff;
	margin-top: 5px;
	padding:15px 0px;
	
}

#footer a{
	
	color:#fff;
	
}
#divGrandYo {
    position: absolute;
    top: 9px;
    left: -330px;
}
#divGeneral {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
	
}
#divBack {
    
  
}
#footer a:hover{
	
	color:#fff;
	text-decoration:none;
	
}
.infocomp{
display: table-cell;
vertical-align: middle;
text-align:right;

}
.logo{
text-align: left;
padding-bottom:20px;
padding-top:20px;
}
.logo img{
max-width:100%;
}
@media screen and (min-width: 0px) and (max-width: 940px) {
#bandeau{
	width:100%;
	padding:0% 2%;

	
}
#divGeneral {
width:90%
}
#bandeau .logo img{
	max-width:300px;
	
	
}
#content{
	width:100%;
	padding:0% 2%;

}
#footer{
	
	width:90%;
	padding:2% 2%;
	
}
.contenant
{
width:100%;
}
}

@media screen and (min-width: 0px) and (max-width: 730px) {
.infocomp{
display: block;
text-align:center;
padding-bottom:20px;

}

#bandeau{
	width:90%;
	padding:0% 2%;
	display:block
	
}
.logo{
display: block;
text-align:center;
}
#bandeau .logo img{
	max-width:100%;
	
	
}

}
@media screen and (min-width: 0px) and (max-width: 600px) {
.imageleft{
width:100%;
float: none;
margin-right: 0;
margin-bottom: 20px;
max-width:100%
}
}