/*
 * Bleu : #7CC6D4
 * Vert : #8DAD1B
*/

BODY {
	background-image: url('../images/bg.gif');
	padding: 0;
	margin: 0;
	background-color: #8DAD1B;
	font-family: arial, verdana, helvetica, sans;
	font-size: 12px;
}

#page {
	width: 940px;
	margin: 0 auto;
	height: 500px;
	background-color: transparent;
/*
	background-image: url('../images/page_shadow.gif');
	background-repeat: repeat-y;
	background-position: top right;
*/
	padding-right: 6px;
}

#entete {
	margin: 8px 0;
	height: 74px;
	background-color: #FFFFFF;
	width: 940px;
	background-image: url('../images/header_l.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#entete2 {
	margin-left: 10px;
	height: 74px;
	background-color: #FFFFFF;
	float: left;
	width: 250px;

}

#baseline {
	width: 680px;
	background-image: url('../images/header_r.gif');
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	height: 74px;
	background-color: #FFFFFF;
}

#baseline h1 {
	color : #7CC6D4;
	margin: 0;
	font-size: 22px;
}

#baseline h2 {
	color: #8DAD1B;
	margin: 0;
}

#container {
	width: 940px;
	height: 390px;
	margin: 0 auto;
/*	background-color: red;*/
/* anti flickering ??? */	
	overflow: hidden;
}

.ison div.blocTitre {
	color: #7CC6D4 ;
}

.ison div.blocInterne div.blocFullart{
	overflow: auto;
}

.bloc {
	width: 25px;
	height: 390px;

/*
	border: solid 1px blue;
*/
	overflow: hidden;
	float: left;
}

.blocTitre {
	width: 25px;
	height: 390px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	background-image: url('../images/left_panel.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: arial, verdana, helvetica, sans;
	font-size: 14px;
	font-weight: bold;
	color: #8CAE1A;
	padding-top: 10px;
}

.blocInterne {
	height: 390px;
	background-image: url('../images/right_panel.gif');
	background-repeat: no-repeat;
	background-position: top right;
/*
	background-color: #FFFFFF;
*/

/* NOT IE 6 FIX */
	margin-left: 25px;
/* END NOT IE 6 FIX */

/* IE 6 CONFIG FIX 
	float: left;
	display: inline;
*/
/* END IE 6 FIX */
}

#footer {
	clear: both;
	text-align: right;
	font-family: arial, verdana, helvetica, sans;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 3px;
}

#footer a {
	color: #FFFFFF;
}

.blocFullart {
	border-top: solid 2px #D6D6D6;
	border-bottom: solid 2px #D6D6D6;
	width: 99%;
	height: 386px;
	background-color: #FFFFFF;
}

.blocFullart_content {
	color: #565656;
	padding: 10px 15px 0px 20px;	
}

.blocFullart_content p{
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;

}
.blocFullart_content H1 {
	color: #8DAD1B;
	text-transform: uppercase;
	font-size: 14px;
}

.blocOnglets {
	border-top: solid 2px #D6D6D6;
	width: 99%;
	height: 41px;
	background-image: url('../images/onglet_corner_tl.gif');
	background-position: left bottom ;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.blocOnglets_trcorner {
	float: left;
	background-image: url('../images/onglet_corner_tr.gif');
	background-position: right bottom ;
	background-repeat: no-repeat;
	height: 29px;
	margin-left: 8px;
	padding-top: 12px;
}

.blocOnglets2 {
	float: left;
	padding-left: 5px;
	background-image: url('../images/pixel_bleu.gif');
	background-position: left bottom ;
	background-repeat: repeat-x;
}

.blocContenu {
	width: 99%;
	height: 345px;
	border-bottom: solid 2px #D6D6D6;
	background-color: #FFFFFF;
}

.ContenuCorps {
	height: 330px;
	border-left: solid 2px #7CC6D4;
	border-right: solid 2px #7CC6D4;
	width: 100%;
}

.onglet {
	width: 142px;
	height: 19px;
	background-image: url('../images/onglet_off.gif');
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
	padding-top: 4px;
}


.onglet a {
	font-family: arial, verdana, helvetica, sans;
	font-size: 12px;
	font-weight: bold;
	color: #D6D6D6;
	text-decoration: none;
}

.ContenuFooter {
	background-repeat: no-repeat;	height: 6px;
	border-bottom: solid 2px #7CC6D4;

}

.ConenuFooter_brcorner {
	height: 8px;
	background-image: url('../images/footer_corner_br.gif');
	background-position: right bottom ;
	background-repeat: no-repeat;

}

.ConenuFooter_blcorner {
	width: 100%;
	height: 8px;
	background-image: url('../images/footer_corner_bl.gif');
	background-position: left bottom ;
	background-repeat: no-repeat;
}

.ContenuCorps_menu {
	width: 145px;
	float: left;
	background-color: #EBEBEB;
	border-top: solid 2px #7CC6D4;
	border-bottom: solid 7px #7CC6D4;
	margin-left: 8px;
	height: 315px;
}

.ContenuCorps_article {
	float: left;
	margin-left: 12px;
	font-size: 11px;
	color: #898989;
}

.ContenuCorps_article a {
	color: #8DAD1B;
}

.ContenuCorps_article h1 {
	color: #8DAD1B;
	font-size : 12px;
}

.ContenuCorps_article h3 {
	font-size : 11px;
	color: #898989;
	font-weight: bold;
	background-image: url('../images/puce.gif');
	background-repeat: no-repeat;
	background-position: 0 6px ;
	line-height: 11px;
	padding-left: 10px;
	margin-top: 15px;
}

.listart {
	list-style-type: none;
	padding: 0;
	padding-left: 0px;
	margin: 0;
}

.listart a {
	text-decoration: none;
	color: #878787;
	display: block;
	padding-left: 5px;
}

.listart li {
	display: block;
	cursor: pointer;
	padding-bottom: 5px;
}

.listart a:hover {
	color: #FFFFFF;
	background-color: #7CC6D4;
}

.menuItemOn {
	color: #FFFFFF;
	background-color: #7CC6D4;
}

#edito {
	border-right: solid 1px #D6D6D6;
	width: 25%;
	padding: 0px 15px 10px 20px;
	margin: 20px 0;
	float: left;
	color: #565656;
	height: 320px;
}

#edito h1 {
	color: #8DAD1B;
	text-transform: uppercase;
	font-size: 14px;
}

#news {
	float: left;
	width: 65%;
	padding: 0px 15px 0px 20px;
	margin: 20px 0;
	color: #565656;
}

#news h1 {
	color: #8DAD1B;
	text-transform: uppercase;
	font-size: 14px;
}

#last_refs {
	width: 420px;
	margin: 20px 10px;
	float: left;
	padding-left: 40px;
}

#last_refs h1{
	color: #7CC6D4;
	text-transform: uppercase;
	font-size: 14px;
}

#last_refs_docs {
	background-color: #F1F9FB;
	width: 100%;
	padding: 10px 0px 10px 30px;
}

#last_refs_docs img {
	margin: 20px 20px;
	border: solid 2px #A1A1A1;
}

/*
#last_refs {
	padding: 0px 15px 0px 20px;
	margin: 0px 0;
	width: 90%;
	float: left;
}

#last_refs_docs img {
	margin: 0px 11px;
	border: solid 2px #A1A1A1;
}
*/

.vspacer {
	line-height: 7px;
	display: block;
}

.spacer {
	clear: both;
}

.bloc_diapo {
	width: 310px;
	float: left;
}

.bloc_diapo img {
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
}

.bloc_text {
	float: left;
	width: 300px
}

#contactform fieldset {
	border: none;
}

#contactform input, #contactform textarea {
	border: solid 1px #7CC6D4;
	width: 600px;
	margin: 0 0 5px 0;
	padding: 0;
}

#contactform textarea {
height: 85px;
}

#contactform input.submit {
	width: 150px;
	color: #7CC6D4;
	border: solid 1px #8DAD1B;
}

h4.spip {
	font-size : 11px;
	color: #898989;
	font-weight: bold;
	background-image: url('../images/puce.gif');
	background-repeat: no-repeat;
	background-position: 0 6px ;
	line-height: 11px;
	padding-left: 10px;
	margin-top: 15px;
}


h4.spip a.spip_out {
	color: #898989;
	font-weight: bold;
}

#loading {
	float: right;
	display: none;
}

#loading_art {
	float: right;
	clear: both;
	display: none;
}