/* Définition jeu de polices */

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('texgyreadventor-regular-webfont.eot');
    src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-regular-webfont.woff') format('woff'),
         url('texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('texgyreadventor-bold-webfont.eot');
    src: url('texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-bold-webfont.woff') format('woff'),
         url('texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'texgyreadventorbold_italic';
    src: url('texgyreadventor-bolditalic-webfont.eot');
    src: url('texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

Fin définition jeu de polices */

*	{ margin:0px; }
p	{
	font-family: texgyreadventorregular;
	font-size: 1.2em;
	margin: 20px;
	text-align: justify;
}
ul { margin:20px; }
li	{
	font-family: texgyreadventorregular;
	font-size: 1.2em;
}
h1	{ font-family: texgyreadventorbold; font-size:2em; }


#barreJaune {
	height: 10px;
	width: 100%;
	min-width:720px;
	background-color: #FC0;
}

#imageFond {
	width: 100%;
	min-width:720px;
	position:absolute;
}
#content {
	width: 100%;
	min-width:720px;
	position:absolute;
}
#titreMajeur {
	position: absolute;
	right: 5%;
	top: 60px;
	width:580px;	
}
#intro {
	font-family: texgyreadventorbold;
	font-size: 1.5em;
	color: #FFF;
	text-align: right;
	line-height: 1.5em;
	font-style: italic;
	text-shadow: 1px 1px 1px black;
}
#intro span {
  background-color:#FC0;
  box-shadow: 10px 0 0px 0px #FC0, -10px 0 0px 0px #FC0;
}

#introTitle {
	font-family: texgyreadventorbold;
	font-size:2.1em;
	color:#FFF;
	text-align:right;
	line-height:1.2em;
	margin-bottom:0.5em;
	text-shadow: 1px 1px 1px black;
	color:#FC0;
}
#textColumns {
	position:absolute;
	top:460px;
	color:#000;
  	background-color: rgba(0, 0, 0, 0.7);
	width:100%;
}
.colonne {
	width: 32%;
	min-width:360px;
	display: inline-block;
	vertical-align: top;
	text-align:center;
}
.columnTitle {
	font-family: texgyreadventorbold;
	color: #FC0;
	font-size:1.5em;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:40px;
	text-align:left;
}
.columnText {
	font-family: texgyreadventorregular; 
	font-size:1.1em;
	color: #FFF;
	text-align:left;
}
#menu {
	color: #666;
	position: absolute;
	top: 0px;
	left: 5%;
	background-color: #FFF;
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em;
	-moz-border-bottom-right-radius:2em;
	-moz-border-bottom-left-radius:2em;
	-webkit-border-bottom-right-radius:2em;
	-webkit-border-bottom-left-radius:2em;

	-moz-box-shadow: 8px 8px 12px #666; 
	-webkit-box-shadow: 8px 8px 12px #666; 
	box-shadow: 4px 4px 6px #666; 
}
#logo {
	font-family: texgyreadventorbold;
	font-size:1.7em;
	text-align:center;
	margin-top:20px;
	line-height:1em;
}
#logoDesc {
	font-size: 0.7em;
	font-family: texgyreadventorregular; 
	color: #666;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	line-height:1em;
	margin-bottom:20px;
}
.menuItem,.menuItem:visited,.menuItem:link {
	font-family: texgyreadventorregular; 
	border: 1px solid #CCC;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
	font-size:1.1em;
	padding-left:5px;
	display:block;
	color:#666;
	text-decoration:none;
}
.menuItem:hover,.menuItem:active,.selected {
	border: 1px solid #900;
	color:#900;
	font-family: 'texgyreadventorbold';
}
#encadreContact {
	background-color: #FC0;
	font-family: 'texgyreadventorregular'; 
	font-size:1em;
	color: #663300;
	text-align:center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	padding:20px;
	margin-top:20px;
	display:inline-block;
}
#encadreContact a:link {
	color: #900;
	font-weight:bold;
}
.columnText ul li {
	list-style-type: none;
	margin-left:15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-indent: -30px;	
}
.columnText ul li::before {
	content: "+";
	color: #FC0;
	font-weight:bold;
	padding-right: 1em;
}
.orangeGras {
	font-weight: bold;
	color: #FC0;
}

#imageFond img {
	width: 100%;
	height:auto;
}

#fdHeader {
	width: 100%;
	min-width:720px;
	height: 90px;
	background-color: #f0f0f0;
	position:relative;
}

#fdHeader p {
	color:#999999;
	font-style:italic;
	position:absolute;
	right:5%;
	bottom:10px;
	font-size:1.5em;
}
#content h1 {
	font-family: 'texgyreadventorbold';
	text-align:right;
	margin-right:50px;
	margin-top:20px;
	font-size: 2.5em;
	font-weight: bold;
	color: #900;
	margin-bottom:60px;
}
#content h2 {
	font-family: 'texgyreadventorbold';
	margin-left:20px;
	font-size: 1.8em;
	font-weight: bold;
	color: #900;
}
#contentBody {
	margin-right: 50px;
	margin-left: 350px;
}
#contentBody li {
	margin-bottom: 10px;
}
#pageIntro {
	font-size: 1.3em;
	font-style: italic;
	color:#630;
}
div.encadré {
	background-color: #FFEA95;
	margin: 20px;
	float: right;
	width: 30%;
}
.encadreText {
	font-size: 1em;
}
.encadreTitle {
	font-family: 'texgyreadventorbold';
	color:#900;
	text-align:center;
	border-bottom:#900 dotted 3px;
	padding-bottom:20px;
}
.redBold {
	font-weight: bold;
	color: #900;
}
/* Formulaire */

form.css fieldset {
	padding: 1em;
	width: 560px;
	margin-left:60px;
	border: thin solid #CCCCCC;
	font-family: 'texgyreadventorregular'; 
	margin-top:10px;
}

form.css label.indent {
	display: inline;
	float: left;
	width: 140px;
	clear: left;
	height:20px;
	margin-top:3px;
	margin-left:20px;
	color: #000;
	text-align: right;
} 

form.css fieldset input {
	float:left;
	margin:10px;
}

form.css fieldset input.normal {
	float:none;
	margin: 0px;
}

form.css legend { 
	font-size:1.2em;
	font-weight:bold;
	color:#900;
 }

form.css fieldset textarea {
	float:left;
	margin:10px;
}
form.css label {
	color: #000;
	text-align: left;
}

input.boutonVert {
	background-color: #900;
	border: 4px double #fff;
	margin-bottom:20px; 
	padding-top:2px;
	padding-bottom:2px;
	font-family: 'texgyreadventorbold';
	color:#FFF;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
}
input.boutonVert:hover {
	background-color: #900;
	border: 4px double #fc0;
	margin-bottom:20px; 
	padding-top:2px;
	padding-bottom:2px;
	font-family: 'texgyreadventorbold';
	color:#FC0;
	text-decoration:underline;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
}

.texte { font-family: 'texgyreadventorregular'; margin-bottom:5px; }

td input { margin-top:7px; }
/* Fin formulaire */


#coord {
	font-size: 0.7em;
	color: #999;
	margin-bottom:30px;
	margin-left:25px;
}
