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

body, form, input, textarea, field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2b2e37;
}

.coldroite .sectionglobale {
	background-color:#FFFFFF;
	padding:5px;
	width:690px;
	min-height:700px;
}

h1 {
	font-size:22px;
	font-weight:bold;
	color:#00a7e3;
}

h2 {
	font-size:18px;
	font-weight:bold;
	background-color:#2b2e37;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	border-left:solid 30px #00a7e3;
	color:#00a7e3;
	
}

.langues .color1, h3 {
	color:#00a7e3;
}

time {
	font-style:italic;
	font-size:11px;
}
.encart {
	margin:0;
	float:left;
	margin-right:0px;
	margin-top:20px;
	width:342px;
	height:180px;
}

.actualite{
	border-bottom:1px dotted #000; 
	padding-top:5px;
	padding-bottom:5px;
}
.actualite h3 {
	font-weight:bold;
	font-size:16px;
}

.gaucheactus{
	float:left;
	width:180px;
}

.droiteactus{
	float:right;
	width:490px;
}


.imgleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:2px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	display:block;
}

.imgright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding:2px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	display:block;
}

.imgleft +p, .imgright +p {
	margin-top:0px;
}

.titrebg {
	background-color:#FFFFFF;
}
.couleur {
	font-size:12px;
}

.imgaccueil{
	background-repeat:no-repeat;
	background-position:center left;
	width:342px;
	height:150px;
	margin:0;
	float:left;
	border-right:5px solid #fff;
}


.entete{
	font-size: 14px;
	background-color: #01a7e3;
	color:#fff;
	padding:5px 10px;
}
.clear {
	clear:both;
}


.contentProduits{
	margin:10px 120px;
	width:450px;
}

.encartproduit{
	width:320px;
	background-color:#e8e9ed;
	padding:10px;
	-webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.6);
	float:left;
	height:auto;
	margin-bottom:10px;
}

.encartproduit .imgleft{
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:10px;
	margin-bottom:10px;
	display: block;
	position: relative;
}

.chapo {
	float:left;
	padding:10px;
	margin-bottom:10px;
	width:426px;
}


.uneactu{
	padding:9px;
	margin-bottom:5px;
	background-color:#E8E9ED;
	width:672px;

}
/* On définit ici les arrondis appliqués aux box */
.borderradius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/*on enlève le menu*/
.colgauche{
	display: none;
}
/* on cache la partie recherche + partage*/
aside.partagesearch{
	display: none;
}

/*on masque les outils de zoom */
.zoom{
	display: none;
}

/* on masque le footer */
footer{
	display: none;
}

/*on masque le choix des langues */
nav.langues{
	display: none;
}

nav.menudomaines{
	display: none;
}

.bouton {
	display: none;
}

.topmenu {
	display: none;
}