/* -------------- MENUS ---------------*/
#cms #menu{
	float:left;
	width:264px;
	margin-left:-3px;
}
#cms #menu1{
	width:263px;
	background-image:url(/modules/cms/images/bas_menu1.jpg);
	margin-left:1px;
	height:515px;
	padding-top:5px;
}
#cms #menu3{
	width:263px;
	background-image:url(/modules/cms/images/bas_menu3.jpg);
	margin-left:1px;
	height:515px;
	padding-top:5px;
}
#cms #menu4{
	width:263px;
	background-image:url(/modules/cms/images/bas_menu4.jpg);
	margin-left:1px;
	height:515px;
	padding-top:5px;
}
#cms #menu5{
	width:263px;
	background-image:url(/modules/cms/images/bas_menu5.jpg);
	margin-left:1px;
	height:515px;
	padding-top:5px;
}
#cms #menu6{
	width:263px;
	background-image:url(/modules/cms/images/bas_menu6.jpg);
	margin-left:1px;
	height:515px;
	padding-top:5px;
}

#cms #menu1 .idva{
	color:#58C6FF;
}
#cms #menu3 .idva{
	color:#BD5DB1;
}
#cms #menu4 .idva{
	color:#E7FF00;
}
#cms #menu5 .idva{
	color:#20C1EE;
}
#cms #menu6 .idva{
	color:#FF2020;
}

#cms #menu1 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a{
	color:#FFF;
	letter-spacing:0px;
}
#cms #menu1 a:hover, #menu3 a:hover, #menu4 a:hover, #menu5 a:hover, #menu6 a:hover{
	color:#000;
	letter-spacing:0px;
}

/* -------------------------------------------------------------------------------*/

/* -------------- ARTICLE ---------------*/

#cms #article {
	width:650px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

#cms #article .titre{
	color:#1E6CB3;
	font-weight:bold;
	font-size:16px;
	width:375px;
}

#cms #article .descriptif{
	font-size:11px;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:bold;
	width:375px;
}

#cms #article .corps{
}


#cms #fichiers{
	border-top:1px solid #CCC;
	background-color:#f7f7f7;
}

#cms .titre_fichiers{
	font-weight:bold;
	color:#1E6CB3;
	margin-top:10px;
	margin-left:10px;
}

#cms #fichiers .fichier{
	width:119px;
	border-right:1px solid #CCC;
	height:80px;
	float:left;
	overflow:hidden;
	text-align:center;
	padding:5px;
}

#cms #fichiers .fichier a{
	font-size:9px;
	text-decoration:none;
}
/* -------------------------------------------------------------------------------*/


