﻿@import url("layout.css");

/*
Charte graphique:
-	fond container : #ffffff
-	fond cadres: #dfe4a1
- 	Caracteres en vert fonce: #104e03
-   Caracteres jaune: #ffff00
-   Menu en hover: #E2352C
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/* Global CSS reset ! */
html{color:#000;background:#FFF;}td{margin:0;padding:0;}th{margin:0;padding:0;}blockquote{margin:0;padding:0;}p{margin:0;padding:0;}textarea{margin:0;padding:0;}button{margin:0;padding:0;}input{margin:0;padding:0;}legend{margin:0;padding:0;}fieldset{margin:0;padding:0;}form{margin:0;padding:0;}code{margin:0;padding:0;}pre{margin:0;padding:0;}h6{margin:0;padding:0;}h5{margin:0;padding:0;}h4{margin:0;padding:0;}h3{margin:0;padding:0;}h2{margin:0;padding:0;}h1{margin:0;padding:0;}li{margin:0;padding:0;}ol{margin:0;padding:0;}ul{margin:0;padding:0;}dd{margin:0;padding:0;}dt{margin:0;padding:0;}dl{margin:0;padding:0;}div{margin:0;padding:0;}body{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}img{border:0;}fieldset{border:0;}optgroup{font-style:inherit;font-weight:inherit;}var{font-style:inherit;font-weight:inherit;}th{font-style:inherit;font-weight:inherit;}strong{font-style:inherit;font-weight:inherit;}em{font-style:inherit;font-weight:inherit;}dfn{font-style:inherit;font-weight:inherit;}code{font-style:inherit;font-weight:inherit;}cite{font-style:inherit;font-weight:inherit;}caption{font-style:inherit;font-weight:inherit;}address{font-style:inherit;font-weight:inherit;}ins{text-decoration:none;}del{text-decoration:none;}li{list-style:none;}th{text-align:left;}caption{text-align:left;}h6{font-size:100%;font-weight:normal;}h5{font-size:100%;font-weight:normal;}h4{font-size:100%;font-weight:normal;}h3{font-size:100%;font-weight:normal;}h2{font-size:100%;font-weight:normal;}h1{font-size:100%;font-weight:normal;}q:after{content:'';}q:before{content:'';}acronym{border:0;font-variant:normal;}abbr{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}optgroup{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}select{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}button{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}select{*font-size:100%;}


textarea{*font-size:100%;}


button{*font-size:100%;}


input{*font-size:100%;}


p {
	margin-bottom: 1em;  
}

body {
	/*
	background-image: url('../images/lite-greenbackground.jpg'); 
	background-color:#c0c0C0
	background-color: #F1FF9F;  jaune
*/
	background-color: #dfe4a1;
	background-repeat: repeat;
	background-attachment: scroll;
}
#popup_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 700px;  /* this is the important one... the rest is the container box... */
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 810px;   /* 810 avec cadre FR */
	margin: 0 auto;
	padding: 0;
/*	border-right: 1px solid #821117;
	border-bottom: 1px solid #821117;
	border-left: 1px solid #821117; */
	background-color: #ffffff;
	position: relative;
}
#masthead {
	color: #000000;
	text-decoration: none;
	border-width:0px;
	border:0px;
	border-style:none;
	padding: 0;
}


/*** Navigation styles ***/

#navigation {
	border: 0px;
	float: left;
	top: -80px;
	left: 20px;
	position: relative;
	width: 132px;
	border-style: none;
	height: 250px;
}
.sousmenu{
	text-align:left;
	border: 0px;
}
.menu{
	text-align:left;
	height:20px;  /* hauteur de la ligne */
	width:150px;
	background:#ffffff;
	color:#000;
	margin-top: 10px;
	border: 0px;
}
.sousmenu{
	height:38px;
	width:150px;
	padding-left:20px;
	background:#ffffff;
	color:#104e03;
}
.menu a{
	display:block;
	width:100%;
	height:100%;
	color:#104e03;
	font-family:arial,sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background:#ffffff;
}
.sousmenu a{
	display:block;
	width:100%;
	height:100%;
	color:#104e03;
	font-family:arial,sans-serif;
	font-size:12px;
/*	font-weight:bold; */
	text-decoration:none;
	background:#ffffff;
}
.sousmenu a:focus{
	color: #E2352C;
}

.menu a:focus{
	color: #E2352C; 
}

.sousmenu a:active{
	color: #E2352C;
}

.menu a:active{
	color: #E2352C; border-style: none
}

.sousmenu a:hover{
	color: #E2352C;
`}

.menu a:hover{
	color: #E2352C;
}


#content {
	color: #000000;
	margin-left: 200px;
	margin-top: -20px;
	margin-right: 10px;
}

#content-left {
	color: #000000;
	margin-left: 0px;
	margin-top: 283px;
	float: left;
	position: absolute; /* fixed: ne bouge pas au scolling: NOK. Static: bouge au scrolling, mais relative a Content: NOK*/;
	width: 160px;
	left: 20px;
	top: 263px;
}


#footer {
	text-align: center;
}
/* Masthead Styles */

/* Content Styles */
h6 {}
h5 {}
h4 {margin-bottom:9px; color: #104e03;font:bold 10px arial; text-transform:none;}
h3 {margin-bottom:9px; color: #104e03;font:bold 12px arial; text-transform:none;}
h2 { margin-bottom:9px; color: #104e03;font:bold 14px arial; text-transform:none;}

h1 {
	margin-bottom: 9px;
	color: #104e03;
	font : bold 18px arial;
	text-transform: uppercase;
}

em {
	font-style:italic
}

li { display:block; margin-top:5px; padding-left:12px; background:transparent url('../images/bullet.gif') no-repeat 0 5px; }

.puce { display:block; margin-top:5px; padding-left:12px; background:transparent url('../images/puce_fleche.gif') no-repeat 0 5px; }

.bullet-img {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.bullet-p {
	padding-left: 30px;
	margin-left: 0px;
	text-indent: 0; 
}

.frame {   /* les cadres */
	font-size:11px;
	font-family:Verdana
}

.array {
    margin-top: 26px;
	border-style: none;
	padding: 5px; 
/*	background-color: #FFFF00; */
}

#masthead a {
	color: #000000;
	}

a { color:#E2352C; border-style:none;
 }
a:hover { text-decoration:none; border-style:none}
/* PW useless a:focus { text-decoration:none; border-style:solid}
a:active { text-decoration:none; border-style:solid} */
a:visited { text-decoration:none; border-style:none}



.style_bold {
	font-weight: bold;
	color: #E2352C;
}
.style_bold_black {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}
.style_small {
	font-size: 10px;
}

.style1 {
	font-size: 14px;text-transform: uppercase;}


/* Footer Styles */

#footer p {
	margin: 0 0 0 0;
	color: #808080;
	font-size: xx-small;
}
#footer a {
	color: #1a171b;
	text-decoration: none;
}
#footer a:hover {
	color: #E2352C;
	text-decoration: none;
}


.justified-text {
	text-align: justify;
}



