/* CSS Document */

/*************************************COLONNES*/

#colLeft
{
	width:250px;
	vertical-align:top;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
	
/*********************************Menu COLLEFT*/

/***********LEVEL 0************/
#colLeft ul
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding:0;
	width:220px;
	display:block;
	font:12px Arial, Helvetica, sans-serif,Verdana;
}
#colLeft ul li
{
	display:block;
	margin:0;
	padding:0;
	width:auto;
}
#colLeft ul li a
{
	margin:0 auto;
	width:210px;
	padding:3px 0 0 20px;
	height:19px;
	display: block;
	text-align:left;
	color:#666666;
	border-bottom:1px solid #EEEEEE;
	background-image: url(../graphisme/flecheDroiteOut.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #CCCCCC;
}

#colLeft ul li a.over
{
	color:#FFFFFF;
	background-image: url(../graphisme/flecheBas.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FF9900;
}

#colLeft ul li a.clic, #colLeft ul li a:hover
{
	color:#FFFFFF;
	background-color: #FF9900;
	background-image: url(../graphisme/flecheDroiteOver.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/***********LEVEL 1************/

#colLeft ul ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding:0;
	width:220px;
	display:block;
	font:12px Arial, Helvetica, sans-serif,Verdana;
}
#colLeft ul ul li
{
	display:block;
	margin:0 0 0 0;
	padding:0;
	width:auto;
}
#colLeft ul ul li a
{
	width:185px;
	height:19px;
	display: block;
	text-align:left;
	color:#555555;
	border-bottom:1px solid #EEEEEE;
	background-color: #FFFFFF;
	background-image: url(../graphisme/flecheDroiteOut.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 45px;
}

#colLeft ul ul li a.over
{
	background : #FFFFFF url(../graphisme/flecheBas.gif) 15px center no-repeat;
	color:#FF9900;
}

#colLeft ul ul li a.clic, #colLeft ul ul li a:hover
{
	background : #FF9900  url(../graphisme/flecheDroiteOver.gif) 15px center no-repeat;
	color:#FFFFFF;
}

/***********LEVEL 2************/

#colLeft ul ul ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding:0;
	width:220px;
	display:block;
	font:12px Arial, Helvetica, sans-serif,Verdana;
}
#colLeft ul ul ul li
{
	display:block;
	margin:0 0 0 0;
	padding:0;
	width:auto;
}
#colLeft ul ul ul li a
{
	width:200px;
	height:19px;
	display: block;
	text-align:left;
	color:#555555;
	border-bottom:1px solid #EEEEEE;
	background-image: url(../graphisme/flecheDroiteOut.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #F0F0F0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

#colLeft ul ul ul li a.over
{
	color:#FF9900;
	background-color: #FFFFFF;
	background-image: url(../graphisme/flecheBas.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
}

#colLeft ul ul ul li a.clic
{
	color:#333333;
	background-color: #F0F0F0;
	background-image: url(../graphisme/flecheDroiteOver.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	font-weight: bold;
}

#colLeft ul ul ul li a:hover
{
	color:#666666;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-image: url(../graphisme/flecheDroiteOver.gif);
}

/***********LEVEL 3************/

#colLeft ul ul ul ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding:0;
	width:220px;
	display:block;
	font:12px Arial, Helvetica, sans-serif,Verdana;
}
#colLeft ul ul ul ul li
{
	display:block;
	margin:0 0 0 0;
	padding:0;
	width:auto;
}
#colLeft ul ul ul ul li a
{
	margin:0 auto;
	width:170px;
	padding:3px 0 0 60px;
	height:19px;
	display: block;
	text-align:left;
	color:#555555;
	border-bottom:1px dashed #EEEEEE;
	background-repeat: no-repeat;
	background-position: 45px center;
	background-color: #FFFFFF;
	background-image: none;
}

#colLeft ul ul ul ul li a:hover
{
	color:#FFFFFF;
	background-color: #FF9900;
	background-repeat: no-repeat;
	background-position: 45px center;
}
#colLeft ul ul ul ul li a.clic, #colLeft ul ul ul ul li a:hover
{
	color:#FFFFFF;
	background-color: #FF9900;
	background-repeat: no-repeat;
	background-position: 45px center;
}

#colLeft ul li a.overOut {
	background :  url(../graphisme/flecheBasOut.gif) 5px center no-repeat;
}

/*************TELECHARGEMENT****************/
#colLeft ul li a.pdf {
	width:195px;
	height:19px;
	display: block;
	text-align:left;
	color:#555555;
	border-bottom:1px dashed #EEEEEE;
	background-image: url(../graphisme/iconepdf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
#colLeft ul li a.pdf:hover {
	color:#FF9900;
	background :  url(../graphisme/iconepdf.jpg) left center no-repeat;
}

/************************************TITRES*/

#titreLeft{
	float:left;
	width:250px;
	height:300px;
	display:block;
	height:35px;
	margin-top : 30px;
}

/************************COL LEFT*/

.titreLeft{
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	font-weight:normal;
	color:#333333;
	/*border-left:3px solid #666666;*/
	height:35px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
}

.sousTitreLeft{
	color:#333333;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	display: block;
	margin-left: 10px;
}

.sousTitreLeftLigne{
	padding: 3px 0;
	margin: 3px 0;
	font: 16px Arial, Helvetica, sans-serif, Verdana;
	color:#666666;
	font-weight:500;

	border-bottom : 1px solid #666666;	
}

/*
.sousTitreLeft{
	margin:0;
	padding: 3px;
	font: 14px Arial, Helvetica, sans-serif, Verdana;	
	background : #666666;
	color:#FFFFFF;
	font-weight:500;
}
*/

/******************** gras sur le sous menu = etat clic **********************/
.gs{
	font-weight: bold;
	color: #333333;
}
