/* @override 
	http://www.v2s.fr/themes/v2s-vitrine-MG/modele_neutre.icsFastCss/start.php
*/

/* @group Global */

/* Fond */

body {
	margin: 0;
	padding: 0;
	background: #747474 url(images/fond/fond_global.png) repeat-x center top;
	color: black;
	font: 11pt/1.2em Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0;
	text-align: center;
}

body #imageBasDePage {
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(images/fond/fond_ligne.png) no-repeat center top;
	z-index: -1;
}

/* Init */

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

img {
  vertical-align: bottom;
  border-style: none;
  border-width: 0;
}

.masquer {
display:none;	
}

/* Bloc Principal */

#header {
	width: 1000px;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/entete/entete_fond.png);
	z-index: 10;
	position: relative;
}

#header #logoEntete  {
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background: url(images/entete/entete_logo.png) no-repeat;
	position: absolute;
	top: 10px;
	left: 5px;
}

#header #logoEntete .texte {
	text-indent: -1999px;
}

#header .contenuAvecLogo {
	display: table;
	width: 746px;
}

#main {
	width: 1000px;
	display: table;
	margin: -71px auto -70px;
	padding: 0;
	z-index: 0;
	background-repeat: repeat-y;
}

#main .main_marge {
	width: 950px;
	display: table;
	padding: 71px 0 41px;
	z-index: 0;
	background: white url(images/fond/main_menu_fond.jpg) repeat-y;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	width: 1000px;
	height: 90px;
	background: url(images/pied/pied_fond.png) no-repeat;
	margin: 30px auto 20px;
	display: block;
	padding: 5px 0 1px;
	font-size: 0.8em;
	font-style: italic;
	text-shadow: #4b4b4b 1px 1px 1px;
	color: #fff;
}

#footer a {
	color: #fff;
	text-shadow: #4b4b4b 1px 1px 1px;
}

#footer a:hover {
	color: red;
}

#footer .InfoLegal {
	padding-bottom: 15px;
	
}

#footer p {
	text-shadow: #4b4b4b 1px 1px 1px;
	color: #fff;
	text-align: center;
	margin-top: 90px;
}

#footer p a {
	color: #fff;
}

#footer p a:hover {
	color: red;
}

/* Menu */

#menu {
	display: table;
	width: 230px;
	float: left;
	height: 600px;
	margin-top: 0;
	font-size: 1em;
	letter-spacing: 1px;
	margin-right: 0;
}

#menu li {
	display: block;
	text-align: center;
	padding-top: 0;
	list-style-type: none;
	width: 215px;
	height: 33px;
	margin: 0 0 15px;
	padding: 0;
}

#menu li a {
	height: 21px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	display: block;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 2px;
	opacity: 1;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(images/menu/menu_bouton.png) no-repeat 30px -9px;
	padding-right: 11px;
	font-size: 13px;
}

#menu li a:hover {
	color: #fff;
	background-position: 30px -59px;
}

#menu li a:active {
	color: #fff;
	background-position: 30px -109px;
}

#menu li.actif a {
	color: #fff;
	background-position: 30px -109px;
}



/* @end */

/* @group Articles */

/* @group Elements de bases */

/* bases */

a {
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	color: #1b3da5;
}

a:hover {
	color: red;
}

h1 {
	padding: 0;
	text-shadow: black 1px 1px 6px;
	margin: 0.8em 10px;
	font-size: 1.6em;
}

h2 {
	padding: 0;
	text-shadow: #d8d8d8 2px 2px 8px;
	font-size: 1.5em;
	color: black;
	margin: 0 10px 1.5em;
}

h3 {
	padding: 0;
	text-shadow: #0f3116 1px 1px 6px;
	font-size: 1.3em;
	margin: 0.8em 10px;
}

h4 {
	font-size: 1.3em;
	margin: 1em 10px;
}

p {
	text-shadow: #ccc 1px 1px 2px;
	text-align: left;
	margin: 0.9em 20px;
}

p.centre {
	text-align: center;
}

p.justif {
	text-align: justify;
}

p.droite {
	text-align: right;
}

p.chapeau {
	font-size: 1.2em;
}

p.accroche {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 35px;
	color: #d80012;
	letter-spacing: 3px;
	font-size: 1.6em;
	word-spacing: 2px;
	line-height: 0.6em;
	text-shadow: #b1b1b1 2px 2px 3px;
}

p.citation {
	font-style: italic;
	display: block;
	background-color: #fff;
	padding: 15px;
	border: 1px solid red;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
}

p.alerte {
	color: yellow;
	font-size: 1.2em;
}

p.encadre {
	background-color: #da8c15;
	padding: 15px;
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731; 
  	
  	background: -webkit-gradient(linear, left top, left bottom, from(#da8c15), to(#e16d0d));
	border: 1px solid #fcc07a;
}

p.legende {
	font-size: 0.9em;
	font-style: italic;
	color: #d80012;
}

p.note {
	background-color: yellow;
	color: black;
	text-shadow: #fcec14 0 0 0;
	padding: 10px;
	
	-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731; 

}

/* Bouton Lien */

a.bouton {
	padding: 0 15px 0 0;
	margin: 0;
	display: inline-block;
	background: url(images/articles/bouton_simple.png) no-repeat right 0;
	height: 34px;
	text-decoration: none;
}

a.bouton .texte {
	color: white;
	padding: 8px 0 0 15px;
	display: inline-block;
	background: url(images/articles/bouton_simple.png) no-repeat 0 1px;
	height: 34px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: black 0 0 1px;
	position: relative;
	top: -1px;
}

a.bouton:hover {
	background-position: right -51px;
}

a.bouton:hover .texte {
	background-position: left -50px;
}

a.bouton:active {
	background-position: right -101px;
}

a.bouton:active .texte {
	background-position: left -101px;
	position: relative;
	top: 0;
}

/* Colonnes */

table.texteColonnes {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

table.texteColonnes td {
	width: 20%;
	vertical-align: top;
}

table.texteColonnes p {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

/* Separation */

.hr {
	display: table;
	height: 10px;
	background: url(images/articles/separation.png) no-repeat center center;
	margin-top: 12px;
	margin-bottom: 9px;
	width: 100%;
}

.hr hr {
	display: none;
}

/* Hyperlien */

.hyperlien_standard {
	text-align: left;
	margin-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.hyperlien_standard a {
	display: block;
	width: 690px;
	padding-bottom: 5px;
}

.hyperlien_standard span.commentaire {
	font-style: italic;
	font-size: 0.9em;
}

/* Telechargement */

.lienDeTelechargement.standard {
	text-align: left;
	margin-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.lienDeTelechargement.standard a {
	display: block;
}

.lienDeTelechargement.standard span.commentaire {
	font-style: italic;
	font-size: 0.9em;
}

/* Bloc Image */

.blocImage,
.lienImage,
.lienImageZoom {
	margin: 7px 10px 5px;
	display: inline-table;
}

.blocImage h5,
.lienImage h5,
.lienImageZoom h5 {
	font-size: 1em;
}

.blocImage .legende,
.lienImage .legende,
.lienImageZoom .legende{
	font-style: italic;
	font-size: 0.9em;
	display: block;
	text-align: center;
}

.blocImage.gauche,
.lienImage.gauche,
.lienImageZoom.gauche {
	text-align: left;
	display: block;
}

.blocImage.droite,
.lienImage.droite,
.lienImageZoom.droite {
	display: block;
	text-align: right;
}

.blocImage.gaucheavectexte,
.lienImage.gaucheavectexte,
.lienImageZoom.gaucheavectexte {
	float: left;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 15px;
}

.blocImage.droiteavectexte,
.lienImage.droiteavectexte,
.lienImageZoom.droiteavectexte {
	float: right;
	margin-top: 0;
	margin-right: 20px;
}

.blocImage.standardserre,
.lienImage.standardserre,
.lienImageZoom.standardserre {
	margin: 0 auto;
}

/* Diaporama */

.diaporama {
	display: block;
	width: 620px;
	position: relative;
	
	background-color: white;
	margin: 25px auto;

	-webkit-box-shadow: 2px 2px 9px #999;
	-moz-box-shadow: 2px 2px 9px #999;  
  	box-shadow: 2px 2px 9px #999;
	padding: 9px;
}

.diaporama .masqueSurDiaporama {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	z-index: 1;
	position: absolute;
}

.diaporama .zonetexte {
	background-color: rgba(0,0,0,0.5);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.0)), to(rgba(0,0,0,1)));
  background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	color: white;
	z-index: 2;
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;

}

.diaporama .zonetexte h3 {
	text-align: left;
	text-shadow: black 1px 1px 5px;
	font-size: 1.3em;
}

.diaporama .zonetexte h3 a {
	text-decoration: none;
	color: white;
	text-align: left;
}

.diaporama .zonetexte h4 {
	text-align: left;
	text-shadow: black 1px 1px 5px;
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 3px;
}

.diaporama .zonetexte h4 a {
	text-decoration: none;
	color: white;
}

.diaporama .zonetexte p.lien {
	display: block;
	right: 0;
	bottom: 0;
	text-shadow: black 1px 1px 2px;
	font-style: italic;
	position: absolute;
}

.diaporama .zonetexte p.lien a {
	color: white;
}

.diaporama .zonetexte p.lien a:hover {
	color: #cacaca;
}

/* Lien apparenté */

.lienNavigationParent {
	display: block;
	text-align: left;
	background-color: transparent;
	font-size: 0.8em;
	margin-right: 15px;
	margin-left: 15px;
	
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;
	margin: 1em 15px;
	
	oo-webkit-box-shadow: 1px 1px 4px #ffffff;
	oo-moz-box-shadow: 1px 1px 3px #2c6731;  
  	oo-box-shadow: 1px 1px 3px #2c6731;
	padding: 2px 6px;
	color: white;
	font-style: italic;
}

.lienNavigationParent a {
	color: white;
}

.lienNavigationParent a:hover {
	color: white;
}

/* Formulaire */

.formulaireAuto_marge {
	background-color: #fff;
	width: 678px;
	padding-top: 10px;
	padding-bottom: 10px;
	
		-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;

	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.formulaireAuto p {
	text-align: right;
	width: 490px;
}

.formulaireAuto textarea, .formulaireAuto input  {
	vertical-align: text-top;
	width: 282px;
}

.formulaireAuto #champObligatoire  {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-style: italic;
	float: left;
	display: inline;
	width: 120px;
	color: #767676;
}

.formulaireAuto a.bouton {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}



/* @end */

/* @group Zone Article */

div.zoneArticle {
	display: table;
	width: 100%;
}

#main #contenumenu .zoneArticle {
	display: table;
	padding: 0;
	margin: 10px 0;
	width: 719px;
}

#footer .zoneArticle {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#contenuseul div.zoneArticle {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}



/* @end */



/* @end */

