.page { margin:0 auto; position:relative; }



/* ACCUEIL */
#accueil h1,
#accueil h2 {  font-size:40px; }
#accueil .bloc1 { }
#accueil .bloc1 a { width:31%; display:inline-block; background:#00254d; border-radius:0 10px 0 10px; padding-bottom:10px; position:relative; margin:0 1%; }
#accueil .bloc1 a:last-child { margin-right:0; }
#accueil .bloc1 img{ width:100%; float:left; }
#accueil .bloc1 .texte { padding:10px 0; background:#00254d; border-radius:0 10px 0 10px; float:left; margin-top:-10px; width:100%; }
#accueil .bloc1 .texte h3 { font-size:20px;color:#fff; margin-bottom:20px; height:60px; }
#accueil .bloc1 .texte .plus  { position:absolute; bottom:10px; width:100%; }


#accueil .bloc2 .bienvenue{ width:100%;}


#accueil .bloc3 { position:relative; margin-bottom:0;  }
#accueil .bloc3 .actus { margin:0; width:96%; border-radius:10px 0 0 0; background:#fff; padding:0 2%; }
#accueil .bloc3 .actus .item { display:inline-block; margin:10px 1%; width:46%; height:120px; }




#frise { display:block; height:220px; overflow:hidden; position:relative; }
#frise > div { position:absolute; height:220px; width:20000em; background:#202d3b; }
#frise img { float:left; height:220px; 
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	opacity:0.3;
}

/* PAGE */
.page .gauche { }
.page .gauche .ariane { margin-top:10px; }
.page .gauche .outils { display:block; float:right; margin-top:15px; }
.page .droite { padding-top:50px; }
.page .droite nav.sousmenu { display:block; }

/* CONTENU */

.contenu { }

/* ACTUALITES */

.actualites {}
.actualites .item .image img { width:200px; float:left; margin-right:20px; }
.actualites .item .texte { float:left; width:450px; }

/* BOUTIQUE*/

.boutique {}
.boutique .item .image { width:200px; float:left; margin-right:40px; }
.boutique .item .image img { width:100%; }
.boutique .item .texte { float:left; width:280px; margin-right:20px; }
.boutique .item .bouton { float:left; width:200px; }

/* ARTICLE*/

.article {}
.article .image { width:200px; float:left; margin-right:40px; }
.article .image img { width:100%; }
.article .texte { float:left; width:480px; margin-right:20px; }
.article .bouton { float:left; width:200px; }



/* Formulaire de contact */
.contactform label { text-align:right; }
.contactform { width:450px; margin:0; }
.contactform input, .contactform textarea{width:270px; height:20px; padding:5px 10px;}
.contactform select {width:290px; height:30px; padding:5px 10px;}
.contactform textarea {height:100px;}
.contactform input[type="submit"]{width:290px; height:35px;  }
/* Stylesheet: style_min480 Modified On 2016-01-05 14:31:04 */
