/* @override http://192.168.250.248/CAVP/templates/CAVP/css/style_secondary_content.css */

#secondary_content{
	margin: 25px 0 15px 80px;
	background: url(../images/secondary_content_repeat.jpg) repeat-y;
}
#secondary_content_header{
	width: 638px;
	height: 38px;
	background: url(../images/secondary_content_header.jpg) no-repeat top left;
}
#secondary_content_column_left{
	float: left;
	width: 176px;
}
#secondary_content_column_left ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#secondary_content_column_left li{
	display: block;
	width: 176px;
	height: 41px;
	padding: 0;
	margin: 0 0 1px 0;
	background: url(../images/secondary_content_li.jpg) no-repeat top left;
}

#secondary_content_column_left li.active {
	display: block;
	width: 176px;
	height: 41px;
	margin: 0 0 1px 0;
	padding: 0;
	background: url(../images/secondary_content_li_active.jpg) no-repeat top left;
	color: white;	
}
#secondary_content_column_left li a, #secondary_content_column_left li.active a {
	display: block;
	height: 41px;
	/*padding: 5px 15px 5px 5px;*/
}

.block_padding{
display:block;
height: 30px;
width:155px;
padding: 5px 5px 0 8px; /* PROBLEME DE PADDING TOP ICI :S */
cursor:pointer;
}

#secondary_content_column_left li a {
	
	text-decoration: none;
}
#secondary_content_column_left li.active a {
	color: white;
	text-decoration: none;
}
#secondary_content_column_right{
	float: left;
	width: 462px;
	margin: 0 0 15px 0;
}
#secondary_content_footer{
	width: 150px;
	height: 15px;
	background: url(../images/secondary_content_footer.jpg) no-repeat top left;
	padding-left:539px;
}

#secondary_content_footer a{ 
	color:#9B9B9B;
	text-decoration:none;
}

/* --------------------------- */
#secondary_content_column_right #h2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 18px;
	margin: 15px 0 0 15px;
	padding: 0 35px 0 15px;
	color: #07679f;
	background: url(../images/puce_h2.jpg) no-repeat;
}
#secondary_content_column_right h3, #secondary_content_column_right .titre {
	font-family: Verdana;
	font-weight: normal;
	font-size: 16px;
	height: 25px;
	margin: 15px 0 0 60px;
	padding: 4px 35px 23px 27px;
	color: #054b73;
	background: url(../images/puce_h3.jpg) no-repeat;
}
#secondary_content_column_right h4 , #secondary_content_column_right .sous_titre {
	font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0 0 15px;
	padding: 0px 13px 0px 13px;
	color: #07679f;
	background: url(../images/puce_h4.jpg) no-repeat;
}
#secondary_content_column_right p{

	
	padding: 10px 28px 0 28px;
	margin:0;
	text-align: justify;

}
#secondary_content_column_right ul {
	padding: 0;
	margin: 10px 0 0 42px;
	list-style: none;
	color: #9b9b9b;
	list-style-image: url(../images/puce_ul.jpg);
}
#secondary_content_column_right ol {
	padding: 0;
	margin: 10px 0 0 42px;
	list-style: none;
	color: #a3a007;
	list-style-image: url(../images/puce_ol.jpg);
}

#secondary_content_column_right li {
	padding: 0 0 0 2px;
	
	margin: 5px 0 ;
}