/* CSS Document */
#rubrique-gauche {
	float:left;
	width:300px;
	height:300px;
	min-height:300px;
	margin:0px 10px 0px 0px;
}
#rubrique-centre {
	float:left;
	width:660px;
	height:auto;
	min-height:300px;
	margin:0px 10px 20px 0px;	
}
#rubrique-centre h1
{
	font-size:20px;
	color:#75a735;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	background-image:url(../images/fleche-verte-2.gif);
	padding:0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
}
#rubrique-centre p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	text-align:justify;
	padding:0px 10px 0px 10px;
}


#sousrubriques ul {
	width:660px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}
#sousrubriques li {
	float:left;
	display:block;
	width:310px;
	height:auto;
	margin:5px 5px 5px 5px;
	padding:0px 0px 0px 0px;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #75a735;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sousrubriques li img {
	float:left;
	margin-right:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
#sousrubriques li h2 {
	display:inline;
	margin:10px 10px 0px 10px;
}
#sousrubriques li h2 a {
	font-size:14px;
	color:#DABE00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	display:inline;
	text-decoration:none;
	line-height:12px;
}
#sousrubriques li h2 a:hover {
	font-size:14px;
	color:#DABE00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	display:inline;
	text-decoration:underline;
	line-height:12px;
}
#sousrubriques li p {
	font-size:12px;
	color:#999999;
	text-align:justify;
	padding:0px 0px 0px 0px;
	margin:10px 10px 10px 10px;
}

#rubrique-menu {
	width:300px;
}
#rubrique-menu ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
}
#rubrique-menu li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width:300px;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	line-height:20px;
}
#rubrique-menu li a {
	width:300px;
	text-decoration:none;
	color: #666666;
}
#rubrique-menu li a:hover{
	width:300px;
	color: #75a735;
text-decoration:none;
font-weight:bold;
}
#rubrique-pave {
	float:right;
	width:300px;
	height:250px;
	margin:10px 0px 0px 0px;
}

