/*COLONNES*/
div#conteneur{
	width:100%;
	background-image:url(medias/fond_home.jpg);
}
div#filet{
	padding-top:7px;
	background-image:url(medias/filet_blanc.gif);
	background-position:35%;
	background-repeat:repeat-y;
	height:auto!important;
	height:1px;
}
div#colDecor{
	width:5%;
	float:left;
	background-image:url(medias/decor_coingauche.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:55px;
}
div#colGauche{
	width:30%;
	float:left;
	margin-top:55px;
	padding-bottom:50px;
}
div#colCentre{
	width:55%;
	float:left;
	padding-bottom:50px;
}
/*ColCentre*/
.titre {
	margin-top:35px;
}
.titre ul{
	list-style-type:disc;
	color:#ffffff;
	margin-bottom:0;
	padding-bottom:0;
}
.titre h1{
	padding:0;
	margin:0;
	font:bold 1em arial;
/*	font: 1em showcard gothic;*/
	color:#000000;
}
.blocCentre{
	background-color:#FFFFFF;
	border-top:4px solid #9BBC9F;
	margin-left:1px;
	padding-bottom:50px;
}
.blocCentre h2{
	margin:0;
	padding:0;
	font:oblique 1em times;
	color:#73BE1E;
	padding-left:18px;
	padding-top:3px;
	padding-bottom:3px;
	height:auto!important;
	height:1px;
}
.blocCentre .contenu1{
	background-image:url(medias/filet_vert.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-left:10px;
	height:auto!important;
	height:1px;
}
.blocCentre .coinDroit{
	display:block;
	background-image:url(medias/home_centre_coin_droit.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:10px;
	float:right;
}
.blocCentre .contenu2{
	background-image:url(medias/filet_vert.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:13px;
}
.blocCentre .coinGauche{
	display:block;
	background-image:url(medias/home_centre_coin_gauche.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:10px;
	height:13px;
	font-size:1px;
}
.blocCentre .texteEntoure{
	width:90%;
	padding-bottom:20px;
}
.blocCentre .texteEntoure .top{
	display:block;
	border-left:1px solid #C9D2BD;
	border-lerightft:1px solid #FFFFFF;
	background-image:url(medias/filet_vert.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:13px;
	font-size:1px;
}
.blocCentre .texteEntoure .top span{
	display:block;
	background-image:url(medias/home_centre_coin_droit.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:10px;
	float:right;
	height:13px;
}	
.blocCentre .texteEntoure .bottom{
	display:block;
	border-right:1px solid #C9D2BD;
	background-image:url(medias/filet_vert.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:13px;
	font-size:1px;
}
.blocCentre .texteEntoure .bottom span{
	display:block;
	background-image:url(medias/home_centre_coin_gauche.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:10px;
	height:13px;
}
.blocCentre .texteEntoure .center {
	display:block;
	border-right:1px solid #C9D2BD;
	border-left:1px solid #C9D2BD;
	font:0.8em arial;
	padding-left:10px;
	padding-right:10px;
	clear:both;
}
.blocCentre .entrez{
	display:block;
	background-color:#C9D2BF;
	background-image:url(medias/coin_droit_entrez.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:40%;
}
.blocCentre .entrez a{
	font:0.8em arial;
	color:#000000;
	background-image:url(medias/fleche_blocentre.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:19px;
}
.blocCentre form{
	margin: 0;
	padding:0;
	padding-bottom:20px;
}
.blocCentre .envoyez{
	display:block;
	background-color:#C9D2BF;
	background-image:url(medias/coin_droit_envoyez.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	width:41%;
}
.blocCentre label{
	width:90%;
	font: bold 0.8em "verdana";
	color: #019EC7;
	padding:2px;
}
.formChampMessage {
	font: 0.8em "verdana";
	color: #000000;
	width:40%;
	background-color: #FFFFFF;
	border:2px solid #D7DDCF;
}
.btn_envoyez{
	background-color:#C9D2BF;
	background-image:url(medias/fleche_blocentre.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:19px;
	margin-left:10px;
	text-align:left;
	border:0;
}
.blocCentre .blocAttention{
	width:40%;
	margin-left:10px;
	margin-top:10px;
}
.blocCentre .blocAttention .top{
	display:block;
	border-left:5px solid #C9D2BD;
	border-lerightft:1px solid #FFFFFF;
	background-image:url(medias/attention_top.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:13px;
	font-size:1px;
}
.blocCentre .blocAttention .top span{
	display:block;
	background-image:url(medias/attention_top_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:10px;
	float:right;
	height:13px;
}	
.blocCentre .blocAttention .bottom{
	display:block;
	border-right:5px solid #C9D2BD;
	height:13px;
	font-size:1px;
}
.blocCentre .blocAttention .bottom span{
	display:block;
	background-image:url(medias/attention_bottom_left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:10px;
	height:13px;
}
.blocCentre .blocAttention .center {
	display:block;
	border-right:5px solid #C9D2BD;
	border-left:5px solid #C9D2BD;
	font:0.8em arial;
	padding-left:5px;
	padding-right:5px;
	clear:both;
}
.blocCentre .blocAttention h3 {
	margin:0;
	padding:0;
	color:#00A0C6;
	font-weight:bold;
	font:1em arial;
}
.blocCentre .blocAttention .lien {
	padding-top:20px;
	padding-bottom:20px;
	font:0.8em arial;
	background-color:#C9D2BD;
}
.blocCentre .blocAttention .lien a{
	display:block;
	margin-left:15px;
	padding-left:20px;
	padding-right:5px;
	background-image:url(medias/fleche_blocentre.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color: #000000;
}
/*ColGauche*/
.blocIntro{
	width:90%;
}
.blocIntro h2{
	margin:0;
	padding:0;
	border-top:3px solid #2B2D2C;
	background-color:#82DC00;
	font:oblique 1.2em times;
	color:#FFFFFF;
	padding-left:15px;
}
.blocIntro .contenu{
	display:block;
	font:0.8em arial;
	padding-left:15px;
	padding-right:10px;
	text-align:justify;
	background-image:url(medias/fond_blocsgauche.png);
	margin-top:2px;
}
.blocIntro .contenu h3{
	margin:0;
	padding:0;
	font:bold 1em arial;
	padding-top:3px;
}
.blocIntro .contenu h4{
	margin:0;
	padding:0;
	font:bold 1em arial;
	color:#49839A;
	padding-top:3px;
	padding-bottom:3px;
}
.blocIntro .contenu .texte{
	display:block;
	border-top:2px solid #B4DA87;
	padding-top:5px;
}
.blocIntro .bottom{
	display:block;
	background-image:url(medias/fond_blocsgauche.png);
}
.blocIntro .bottom span{
	display:block;
	text-align:justify;
	background-image:url(medias/decor_coindroite.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:18px;
}
.blocActu{
	width:90%;
	margin-top:10px;
}
.blocActu h2{
	margin:0;
	padding:0;
	border-top:3px solid #2B2D2C;
	background-color:#73BD1E;
	font:oblique 1.2em times;
	color:#FFFFFF;
	padding-left:15px;
}
.blocActu .contenu{
	display:block;
	font:0.8em arial;
	padding-left:15px;
	padding-right:10px;
	text-align:justify;
	background-image:url(medias/fond_blocsgauche.png);
	margin-top:2px;
}
.blocActu .contenu h3{
	margin:0;
	padding:0;
	font:bold 1em arial;
	padding-top:3px;
}
.blocActu .contenu h4{
	margin:0;
	padding:0;
	font:bold 1em arial;
	color:#49839A;
	padding-top:3px;
	padding-bottom:3px;
}
.blocActu .contenu .texte{
	display:block;
	border-top:2px solid #B4DA87;
	padding-top:5px;
}
.blocActu .bottom{
	display:block;
	background-image:url(medias/fond_blocsgauche.png);
}
.blocActu .bottom span{
	display:block;
	text-align:justify;
	background-image:url(medias/decor_coindroite.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:18px;
}
.blocAgenda{
	width:90%;
	margin-top:10px;
}
.blocAgenda h2{
	margin:0;
	padding:0;
	border-top:3px solid #2B2D2C;
	background-color:#6B9D2A;
	font:oblique 1.2em times;
	color:#FFFFFF;
	padding-left:15px;
}
.blocAgenda .contenu{
	display:block;
	font:0.8em arial;
	padding-left:15px;
	padding-right:10px;
	text-align:justify;
	background-image:url(medias/fond_blocsgauche.png);
	margin-top:2px;
}
.blocAgenda .contenu h3{
	margin:0;
	padding:0;
	font:bold 1em arial;
	padding-top:3px;
}
.blocAgenda .contenu h4{
	margin:0;
	padding:0;
	font:bold 1em arial;
	color:#49839A;
	padding-top:3px;
	padding-bottom:3px;
}
.blocAgenda .contenu .texte{
	display:block;
	border-top:2px solid #B4DA87;
	padding-top:5px;
}
.blocAgenda .bottom{
	display:block;
	background-image:url(medias/fond_blocsgauche.png);
}
.blocAgenda .bottom span{
	display:block;
	text-align:justify;
	background-image:url(medias/decor_coindroite.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:18px;
}
.blocAgenda .separation{
	display:block;
	background-color:#6B9D2A;
	height:7px;
	font-size:1px;
}
.retourArtois{
	width:89%;
	background-color:#C9D2BD;
	border:1px solid #ffffff;
	margin-top:5px;
}
.retourArtois .lien{
	padding-top:20px;
	padding-bottom:20px;
	font:0.8em arial;
	float:left;
	width:60%;
}
.retourArtois .lien a{
	display:block;
	margin-left:15px;
	padding-left:20px;
	padding-right:5px;
	background-image:url(medias/fleche_retour_artoisr.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color: #000000;
	border-right:1px solid #000000;
}
.retourArtois .image{
	float:left;
	width:40%;
	padding-top:20px;
	padding-bottom:20px;
}
.retourArtois .image img{
	padding-left:15px;
}
