@charset "utf-8";
/* CSS Document */

a.mini_title{
	color: #339933;
	font-weight:bold;
	text-decoration: none;
}

a.mini_title:hover{
	text-decoration: underline;
}

ol a .autre{
	color:#990000;
	font-weight:bold;
	text-decoration: none;
}

ol a .autre:hover{
	text-decoration: underline;
}

#readmore{
	text-align: right;
}

#readmore a{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#readmore a:hover{
	text-decoration: underline;
}

.logo_article{
	margin: 2px;
}

input{
	background: #FFFF99;
	border: #000000 solid 1px;
	color: #339933;
}

#list{
	margin-top: 10px;
	padding-left: 20px;
	list-style-image:url(../images/fleche.gif);
	/*margin-left: 2px;*/
}

#list a{
	color:#990000;
	text-decoration: none;
	font-weight: bold;
}

#list a:hover{
	text-decoration: underline;
	/*font-weight: bold;*/
}

#topHeader{
	color: #ffff99;
	font-size: 0.8em;
	font-weight:bold;
}

#topHeader a{
	color: #ffff99;
	text-decoration: none;
}

#topHeader a:hover{
	text-decoration: underline;
}

#bloc{
	margin-bottom: 10px;
}

#bloc .title{
	color: #339933;
	font-weight:bold;
	font-size: 13px;	
	background: #FFFF99;
	border-bottom: solid 2px #339933;
}

#bloc .content{
	margin: 3px;
	margin-top: 5px;
}

/*MENu STYLE*/
#menu ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
#menu li {
 float:left;
 margin:auto;
 padding:0;
 background-color:transparent;
 }
 
#menu ul ul li{
	background-color:#6DCA08;
}

#menu li a {
 display:block;
 width:120px;
 color:white;
 text-decoration:none;
 font-size: 11px;
 font-weight: 200;
 padding:5px;
 }
#menu li a:hover {
 color:#FFD700;
 }
 
 #menu ul li ul {
 display:none;
 }
 
#menu ul li:hover ul {
 display:block;
 }
#menu li:hover ul li {
 float:none;
 }
#menu li ul {
 position:absolute;
 }
 
/*Pied resumé*/
#pied{
	clear: both;
	width: 850px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
	display: block;
}

#pied h2{
	color: #43a103;
	font-size: 18px;
	font-weight: bold;
}

#piedresume{
	width: 850px;
	height: 100px;
	background:#FFF;
}


.img_content{
	display:inline;
	float: left;
	position:relative;
	width: 100px;
	height: 90px;
	margin: 10px;
	background:  url(../images/logo_small.png) no-repeat;
}

.pied_carre{
	width: 155px;
	height: auto;
	padding: 3px;
	background-color: #ffffff;
	font-size: 11px;
	display: inline;
	float: left;
	margin: 10px;
}

.pied_carre ul{
	padding-left: 2px;
}

.pied_carre li{
	list-style: none;
	margin-bottom: 5px;
}

.pied_carre a{
	text-decoration: none;
	font-weight:normal;
}

a:hover{
	text-decoration: underline;
}

.pied_carre a:hover{
	color: #990000;
}
