/* CSS Document */

.small{
	font-size:11px;
	color: #080035;
}

.small a{
		color: #080035;
			text-decoration:underline;
}

.inputRecherche{
	background-color: #FCFBF6;
	border: 1px solid #C4C3C1;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #080035;
	margin-left: 5px;
	margin-right: 0;
	padding-left:4px;
	width:70%;
}
.selectRecherche{
	background-color: #FCFBF6;
	border: 1px solid #C4C3C1;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #080035;
	margin-left: 5px;
	margin-left: 25px;
	width:68%;
}

#centerSubColumnLeft{
	float: left;
	width: 480px;
	height: 600px;
}

#centerSubColumnRight{
	float: left;
	width: 5px;
	margin-left: 20px;
}
.centerSubColumnContent {
	float: top;
	margin-bottom: 15px;
	margin:0px;
}
.centerSubColumnContent ul{
	padding: 0;
	margin-top: 5px;
	margin-left: 0px;
	list-style-type : none;
}

.centerSubColumnContent li{
	padding: 0px;
	list-style-type : none	;
	margin: 0px;
	margin-top:2px;
	margin-bottom:20px;
}
.centerSubColumnContent li strong{
	color: #ED892F;
}

#leftColumn{
	float: left;
	width: 143px;
	height: 100%;
}

#leftColumnContent{
	height: 100%;
}

#leftColumnContent ul{
	padding: 0;
	margin-bottom:0;
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 0;
	list-style-type : none;
}

.ListeTemoignage{
	background-image: url(../images/puceLeft_PIC.gif);
	color: #EFE5E3;
	background-repeat: no-repeat;
	background-position: 116px 0;
	line-height: 13px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size:11px;
	/*font-weight: bold;*/
}
.ListeChapitre {
	background-image: url(../images/puceLeftOrange_PIC.gif);
	color: #EFE5E3;
	background-repeat: no-repeat;
	background-position: right 0;
	line-height: 3px;
	padding-right: 8px;
	padding-bottom: 15px;
	font-size:11px;
	/*font-weight: bold;*/
}

.nav{
	color: #080035;
	text-decoration:underline;
	margin-left:3px;
	margin-right:3px;
	font-size:11px;
}
.nav:hover{
	color: #080035;
		text-decoration:none;
}

#mainContent{
	margin-left:20px;
	margin-top:20px;
	font-size: 12px;
	color: #837F9A;
	text-decoration: none;
	margin-top:0;
	text-align: justify;	
}

#mainContent a {
	color: #837F9A;
}