/*CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
        background-color: #fffceb;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------FIN CSS reset-------------------------------------------*/
/* HEADER */
header
{
    width: 80%;
    max-width: 1200px;
    height:60px;
    /*background-color: #cccccc;*/
	background-image: url('img/banner2.jpg');
	background-repeat: no-repeat;
    margin: auto;
    margin-top: 20px;
    padding: 25px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #707f4c;
    border-bottom: 0px;
    color: #cccccc;
    font-family: Verdana, "Trebuchet MS", Tahoma;
    
    /*shadow*/
    box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
    -webkit-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
    -moz-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
    -o-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
    /* shadow*/
}

header h1
{
    color: #ededed;
    font-family: Verdana, "Trebuchet MS", Tahoma;
    font-size: 30pt;
    font-weight: 600;
    margin-top: 0px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

header h2
{
    color: #dddddd;
    font-family: Verdana, "Trebuchet MS", Tahoma;
    font-size: 12pt;
    font-weight: 500;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
    margin-top: 5px;
}

/* FIN HEADER */
/*------------------------------------------------------------*/
/* NAV */

nav
{
    margin:auto;
    width: 80.5%;
    max-width: 1210px;
    background-color: #8f9e61;
    height: 35px;
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
    word-spacing: 35px;
    border: 1px solid #707f4c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    /*shadow*/
    box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
    -webkit-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
    -moz-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
    -o-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
    /* shdow*/
}

nav li
{
    display:inline;

}

/* Quand lien normal */
nav li a
{
    font-size: 13pt;
    text-decoration: none;
    color: #FFFFFF;
    font-family: Verdana, "Trebuchet MS", Tahoma;
}

/* Quand page selectionnée */
nav li a.selected
{
    font-size: 13pt;
    text-decoration: none;
    color: #FFFFFF;
    font-family: Verdana, "Trebuchet MS", Tahoma;
text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.95);
}

/* Quand page survolée */
nav li a:hover
{
    font-size: 13pt;
    text-decoration: none;
    color: #FFFFFF;
    font-family: Verdana, "Trebuchet MS", Tahoma;
text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.95);
}
nav ul
{
    display:inline;

}


div.language
{

	width: 65px;
	display: inline;
	float:right;


}

nav img
{
	vertical-align: middle;
	margin: 2px;
}

/* FIN NAV */
/*------------------------------------------------------------*/
/* SECTION */

section
{
	width: 80%;
	margin:auto;
	background-color: #ededed;
	padding: 25px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	max-width: 1200px;
	font-family: Verdana, "Trebuchet MS", Tahoma;
	line-height: normal;
	overflow: auto;
	clear:both;
	
	/*shadow*/
	box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
	-webkit-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
	-moz-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
	-o-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
	/* shdow*/

}

/* tableau */
table
{
	border: 1px solid #707f4c;
	background-color: #FFFCEB;
	width: 99%;
	font-size: 11pt;
	font-family: Verdana, "Trebuchet MS", Tahoma;
	margin: auto;

}

td
{
	border: 1px solid #707f4c;
	vertical-align: middle;
	height: 25px;
	padding:5px;
}

td.center
{
	border: 1px solid #707f4c;
	text-align: center;
	vertical-align: middle;
	height: 25px;	
}

tr.entete
{
	background-color: #707f4c;
	color: #FFFCEB;
	font-weight: bold;
}



article h1
{
	font-size: 13pt;
	font-weight: bold;
}

article h2
{
	font-size: 11pt;
	font-weight: bold;
	margin-left: 10px;
	font-style: italic;
}

article h2.promo_title
{
	color: #c30e16;
}
article p
{
	font-size: 11pt;
	line-height: 1.5em;
	margin-left: 10px;
}

.illu
{
   
	float:right;
	width: 452px;
	margin-right:25px;
	margin-left: 25px;
}

p.intro
{
	
	font-size: 11pt;
	line-height: 1.7em;
	text-align: justify;
}

p.promo
{
	font-size: 11pt;
	line-height: 1.7em;
	text-align: justify;

}



article img
{
	border: 1px solid #808080;

}

strong{
	font-weight: 600;
}

.contact
{
	background-color: #ededed;
	border: 0px;

}

.download:link, .download:active, .download:hover, .download:focus, .download:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}




/* FIN SECTION */
/*------------------------------------------------------------*/
/* FOOTER */

footer
{
	width: 80%;
	max-width: 1200px;
	height: 30px;
	line-height: 30px;
	margin:auto;
	background-color: #8f9e61 /*aec076*/;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #707f4c;
	color: #FFFFFF;
	font-family: Verdana, "Trebuchet MS", Tahoma;
	font-size: 9pt;
	margin-bottom: 25px;
	
	/*shadow*/
	box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
	-webkit-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
	-moz-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
	-o-box-shadow: inset 1px 0px 11px 0px #ABABAB,4px 4px 16px -4px #6B6B6B;
	/* shdow*/
}

/* FIN FOOTER */

