@charset "UTF-8";
body {
	background-color: #343536;
	/*	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;*/
	margin: 0px;
}
body, p, label { /* texte courant */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
p, h1, h2, h3, h4, h5, ul {
	margin-top: 0px;
}
a { 
	text-decoration: none;
	color: #333;
}
#contenu h1 {
	font-size: 22px;
	color: #006;
	margin-bottom: 11px;
}
#contenu h2 {
	font-size: 20px;
	color: #006;
	margin-bottom: 10px;
}
#contenu h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 9px;
}
.img_gauche {
	float: left;
	padding-right: 10px;
}
.img_droite {
	float: right;
	padding-left: 10px;
}
.img {
}
.imgleinelargeur {
	width: 100%;
	height: auto;
}
.chapeau {
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
#page {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
header {
	position: relative;
	width: 1020px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
header #logo {
	width: 310px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
}
header #titre {
	color: #300;
	margin-top: 10px;
	position: relative;
	font-weight: normal;
	font-size: 18px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#logosdroit {
	position: absolute;
	top: 5px;
	margin: 0px;
	padding: 0px;
	right: 5px;
	display: block;
}
#logosdroit img {
	margin-right: 2px;
	margin-left: 2px;	
}
#drapeau {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
#contenu {
	height: auto;
	width: 1020px;
	position: relative;
	padding: 0px;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
footer {
	width: 1022px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 13px;
	color: #333;
	text-align: center;
}
footer p {
	color: #333;
	text-decoration: none;
	font-size: 13px;
}
footer small {
	font-size: 11px;
}
.marges {
	margin-right: 3%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 3%;
}
.bouton {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background-color: #563C43;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 6px #333;
	-webkit-box-shadow: 2px 2px 6px #333;
	box-shadow: 2px 2px 6px #333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.encadre {
	font-size: 12px;
	background-color: #CCC;
	padding: 10px;
}
.deuxcols {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.troiscols {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.dercol {
	margin-right: 0;
}
#flechebas {
	height: 40px;
	width: 50px;
	right: 50%;
	bottom: 0px;
	background-color: #000;
	position:fixed;
	opacity:0.8;
	z-index: 9999;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#flechebas span {
    background-image:url("images/fleche_bas.gif");
    width:50px;
    height:40px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/* formulaire */
#formulaire {
}
#formulaire legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}
#formulaire fieldset {
	border: thin solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#formulaire label {
	width: 130px;
	display: block;
	float: left;
}
#formulaire br {
	clear: both;
}
.clear {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
/* NEWS de COTE */
#newscote {
	position: fixed;
	margin: 0px;
	padding: 10px;
	top: 35%;
	left: -300px;
	z-index:99999;
	display: block;
	width: 310px;
	height: 200px;
	opacity: 8.0;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	-moz-border-radius:0px 10px 10px 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	background-image: url(images/fondnewscote.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#newscote h2 {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	white-space:nowrap;
	display:block;
	right:5px;
	position:absolute;
	bottom:0;
	width:20px;
	height:20px;
}
#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	color:#000;
	-moz-border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
	-khtml-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	-moz-box-shadow: 2px 2px 8px #333;
	-webkit-box-shadow: 2px 2px 8px #333;
	box-shadow: 2px 2px 8px #333;
	opacity : 0.9;
	filter : alpha(opacity=90);
	z-index: 99999;
	background-color: #E5E5E5;
	}
@media screen and (max-width : 1020px) {
 footer, header, #contenu {
 width: 100%;
}
header {
}

}
@media screen and (max-width : 780px) {
.deuxcols, .troiscols {
 float: none;
 width: 100%;
 margin-right: 0;
}
#formulaire textarea {
 width: 100%;
}
header #titre {
	font-size: 15px;
}
}
@media screen and (max-width : 520px) {
#page {
 width: 100%;
}
footer {
 width: 100%;
}
header {
}
header #logo {
	width: 280px;
}
header #logo img {
	width: 280px;
	height: auto;
}
header #titre {
	font-size: 13px;
}
#newscote {
display: none;
}
#logosdroit img {
	width : 20px;
	height: 20px;
}
.marges {
 padding-top: 10px;
 padding-bottom: 10px;
}
.tarifs, .tarifs strong, .tarifs p {
 width: 100%;
 font-size:11px;
}
.img_gauche, .img_droite {
	float: none;
	padding-right: auto;
	padding-left: auto;
}
.img {
	width: 100%;
	height:  auto;
}
#formulaire label {
	width: 110px;
	font-size: 12px;
}
}
