/**	DOCUMENT		**/
* {
	margin:0px;
	padding:0px;
}
html {
	height: 100%;
}
body {
	height:100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #8D8D8D;
/*
	background-image: url(../im/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
*/
	background-image: url(../im/bg_paysage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	background-color: #005508;
	text-align: center;
	border:0px outset white;
}

/**	BALISES	**/
img {
	border: 0px none;
}
input, textarea {
	width: 300px;
	height: 24px;
	padding: 3px;
	border: 1px solid #D6D6D6;
	background-image: url(../im/input_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #333333;
}
textarea {
	overflow: auto;
	height: auto;
}

/**	LIENS	**/
a {
	/*color: #003366;*/
	color: #3399cc;
	text-decoration: underline;
	font-size: 1em;
}
a:hover {
	color: #3399cc;
	text-decoration: none;
}

/**	SPECIAL	**/
.hide, .loader {
	display: none;
}

/****  CONTENU FLASH   ****/
#flashcontentHeader, 
#flashcontent, 
.flashcontent {
	text-align: center;
	vertical-align: middle;
	color: #999999;
	font-size:11px;
	letter-spacing:1px;
}
#flashcontentHeader {	/* Id */
	width: 957px;
	height: 170px;
}
#flashcontent {	/* Id */
	width: 642px;
	height: 457px;
}
.flashcontent {	/* Classe */
}
#flashcontentHeader a, 
#flashcontent a, 
.flashcontent a {		/* liens */
	text-decoration: none;
}
#flashcontentHeader a:hover, 
#flashcontent a:hover, 
.flashcontent a:hover {	/* Liens over */
	text-decoration: underline;
}

/**	Formulaires	**/
form {
	padding: 0px;
	margin: 0px;
}
form.form th, form.form td, form.form label,
form.form input, form.form textarea {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
}
form.form th {
	text-align: left;
	vertical-align: top;
	padding:3px;
	padding-top: 6px;
}
form.form td {
	text-align: left;
	vertical-align: top;
}
form.form label {
	margin: 0px;
	padding: 0px;
}
form.form label.required {
}
form.form input, form.form textarea {
	width: 300px;
	height: 24px;
	padding: 3px;
	border: 1px solid #D6D6D6;
	background-image: url(../im/input_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
form.form textarea {
	overflow: auto;
	height: auto;
}
form.form div.errOff, #frm_contacts div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 20px;
	background-image: url(../im/stop.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: #D45353;
}
form.form div.errOn {
	display: block;
}
form.form button.btn {
	border:0px none;
	width:100px;
	height:56px;
	background-color: white;
	cursor: pointer;
}
form.form fieldset {
	padding : 10px;
	padding-top: 15px;
	margin-top: 15px;
   margin-bottom : 15px;
	border: 1px solid #CCCCCC;
}
form.form legend { 
	font-weight : bold; 
	padding-left: 5px;
	padding-right: 5px;
}

div.formMessOk {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	border: 1px dotted #69B83E;
	font-weight: bold;
	color: #69B83E;
}
div.formMessErr {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	border: 1px dotted #D45353;
	font-weight: bold;
	color: #D45353;
}
div.errOff, div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 20px;
	background-image: url(../im/stop.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: #D45353;
}
div.errOn {
	display: block;
}




/**	STRUCTURE DE LA PAGE	**/

/* 	Conteneur général pour alignement dans navigateur */
#global {
	margin-left: auto;
	margin-right: auto;
	width: 957px;
	text-align: center;
	height: 100%;
}
/* Conteneur principal */
#main {
	width:100%;
	height:100% !important;
	height:100%;
	text-align:left;
}
/* En-tête */
#header {
	background-image: url(../im/header_bg2.png);
	background-repeat: no-repeat;
/*	background-position: 0px 14px;*/
	
	width: 957px;
	height: 170px;
	vertical-align: top;
}

/* Page */
#page {
	vertical-align: top;
	text-align:center;
	width: 957px;
	height: 100%;
/*	padding-left:2px;
	padding-right:2px;*/
}
#pageContent {
	width: 957px;
	height: 100%;
}
#pageBorderLeft {
	background-image: url(../im/border_left.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 19px;
}
#pageBorderRight {
	background-image: url(../im/border_right.png);
	background-position: top right;
	background-repeat: repeat-y;
	width: 19px;
}


/* Contenu de la page */
#content, #contentMenu {
	vertical-align: top;
	background-color: white;
}
#content {
	width: auto;
	padding-left: 29px;
	padding-right: 29px;
	text-align:justify;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:1.5em;

}
#content ol{
	margin:5px;
	margin-left:0px;
	list-style:inside;
}
#content ul{
	margin:5px;
	margin-left:0px;
	list-style-type:circle;
	list-style:inside;
}
#content blockquote{
	margin:0px;
	margin-left:16px;
}
#contentMenu {
	width: 217px;
	padding-left: 2px;
/*	border:1px solid blue;*/
}
#content_bg_top {
	position: relative;
	margin-left: -27px;
	margin-right: -27px;
	height: 20px;
	background-image: url(../im/content_bg_top.gif);
	background-repeat: repeat-x;
}


/* Pied de page */
#footer {
	/*height: 180px !important;*/
	height: 220px !important;
	height: 200px;

/*	padding-bottom: 50px;*/
	padding-bottom: 20px;
	
	vertical-align: bottom;
	text-align:center;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color: #ffffff;
	
	background-image: url(../im/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top;
/*	background-position: bottom;*/
/*	border: 1px solid green;*/
}
#footer div#footerTop {
	position: relative;
	margin-top: 40px !important;
/*	margin-top: 80px;*/
	margin-top: 79px; /* Cause IE7 la con de sa mère ! */
	padding-left: 20px;
	padding-right: 20px;
	color: #009900;
/*	border: 1px solid red;*/
}
#footer div#footerBot {
	position: relative;
	margin-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
/*	border: 1px solid red;*/
}
#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	text-decoration: none;
}
#footer a:hover {
/*	color: #999999;*/
	text-decoration: underline;
}

/**	STRUCTURE DE LA PAGE (fin)	**/





/**	TITRES	**/
.titreHeader {
	margin-top: 20px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
}
.titre1 {
	margin-top: 20px;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	text-transform:uppercase;
}
.titre2 {
	margin-top: 20px;
	color: #f2b700;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
}
.titre3 {	
	color: #009900;
	font-size: 28px;
	font-weight: bold;
	letter-spacing:-1px;
	line-height:1.2em;
}
.titre4 {
	color: #333333;
	font-size: 16px;	
	line-height:1.2em;
}
.titre5 {
	color: #333333;
	font-size: 12px;	
	line-height:1.2em;
}
.titre6 {	
	color: #009900;
	font-size: 18px;
	font-weight: bold;
}

/** fckeditor styles **/
h1{
	color:#666666;
	font-size:12px;
	font-weight:normal;
}

h2 {
	color:#663300;
	font-size:14px;
	font-weight:normal;
}

h3 {
	color:#FFCC00;
	font-size:12px;
	font-weight:normal;
}

h4 {
	color:#009900;
	font-size:14px;
	font-weight:normal;
}

h5{
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

h6{
	color:#0000CC;
	font-size:12px;
	font-weight:normal;
}



/**	TEXTES	**/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.gras {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.bleu {
	color: #003333;
}
.bleuclair{
	color:#3399cc;
}
.gris {
	color: #666666;
}
.grisclair {
	color: #cccccc;
}
.styleDefaut{
	text-align:justify;	
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
p strong{
	font-size: 12px;
}
#art_content p{
	width: 630px;
	margin-top:0px;
	margin-bottom:0px;
}
p {
	line-height:1.5em;
	font-size: 12px;
}
p.parag1, li.parag1 {
	color: white;
	font-size: 13px;
	word-spacing: 0px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
p ul {
	list-style-position: outside;
}
li.parag1 {
	margin-left: 20px;
}

/**	DIVERS	**/
hr {
	height: 1px;
	color: #666666;
	border: 0px none;
	border-top: 1px solid #666666;
}
hr.sep_bleu {
	color: #003333;
	border-top: 1px solid #003333;
}
hr.sep_gris {
	color: #333333;
	border-top: 1px solid #333333;
}

