@charset "utf-8";
/* CSS Document */
body {
	/*background-color: #ccc;*/
	font:0.82em/1.5 Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#CCC;
	}
a{ color:#F85D09; font-weight:bold; text-decoration:none;}
a:hover{ text-decoration:underline; color:#426811;}

#GlobalConteneur
{
  width:1000px;
  margin:auto;
  background:url(../img/fond.gif) repeat-y;
  
}
#HeaderPage
{
	height:150px;
	background:#F30;
}
#ConteneurPage
{
	/*border: solid #F00 3px;*/
}
#Colonne1
{
	float:left;
	width:200px;
}
#Colonne1 ul 
{
	list-style-image:url(../img/puce_tomate.jpg)
}
#Colonne1 li 
{
	
}


#Colonne2
{
	float:left;
	width:550px;
	padding-left:20px;
}


#Colonne3
{
	float:right;
	width:200px;
	margin-left:10px;
	/*padding-left:20px;*/
}

#Colonne3 ul 
{
	list-style-image:url(../img/puce_tomate.jpg);
}
.Article
{
	text-align:justify;
	
}

#agenda
{
	background:url(../img/agenda.jpg) no-repeat;
	width:200px;
	height:250px;
	/*margin-left:1px;*/
	padding-top:1px;
	
}
.LogoArticle
{
	float:left;
	margin-right:7px;
}
.clear{ clear:both; }
#footer
{
	height:100px;
	background:#F85D09;
	padding-top:10px;
	border-top: #F00 solid 1px;
	color:#FFF;
	text-align:center;
	
}

#footer a
{
	color:#fff;
	
}

#agenda
{
	/*width:200px;*/
	/*margin:5px 0 0 5px;*/
	/*border:solid 1px #488E46;*/
	text-align:center;
	
}

.logopart
{
	padding-left:10px;
	font-size:16px;
	border-bottom:dashed #0F0 1px;
}
/*les titres----------------------------------------------*/
.TitreI
{
  background: url(../img/puce_fruit.jpg) left bottom no-repeat;
  padding:2px 0 0 60px;
  margin:0;
  height:44px
}
h1{font-size:18px; font-weight:bold; color:#426811;}
h2{ border-bottom:#426811 solid 1px; font-size:16px; color:#F85D09; }
h2 a{color:#ff0000;}
h2 a:hover{ text-decoration:none; color:#000;}
h3{ float:right; padding-left:19px; width:120px; font-size:12px; background:url(../img/fond_suite.gif) no-repeat;}
h3 a{ color:#FFF;}
.Titlepage
{
	/*color:#Fff;*/
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

#accueil
{
	text-align:left;
}
#rechercher
{
margin-left:4px;	
}
#titre_reche
{
	background:url(../img/rechercher.gif) no-repeat;
	width:190px;
	height:20px;
}

.imgdefil
{
	 border-bottom:#426811 solid 1px;
}
.imgdefil img 
{
	border:none;
}
/*menu horizontal*/
#menuheader
{
	background:#426811;
	color:#FFF;
	font-size:16px;
	padding-left:10px;
}

#menuheader a
{
	color:#FFF;
}