
Warning: include_once(css.inc.php): failed to open stream: No such file or directory in /data/apache/base/com/svs-cap/commun/modeles/page/public.css.php on line 25

Warning: include_once(): Failed opening 'css.inc.php' for inclusion (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /data/apache/base/com/svs-cap/commun/modeles/page/public.css.php on line 25


.alaligne {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.admin_calque {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	
	background-color: #dddddd;
	opacity: 0.5;
  filter:alpha(opacity=50);	
}

.bouton_menu_modif {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
}

.bouton_menu_modif a img {
	border: 0px;
}

#cadre_boutons_connecte {
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	background-color: #a1c935;
	border: 2px solid ;
}

#cadre_boutons_connecte .bandeau_bouton {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#cadre_boutons_connecte a {
	display: block;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	text-decoration: none;
}

#cadre_boutons_connecte a:hover {
	color: #ffffff;
}

#cadre_boutons_connecte a#bandeau_admin {
	padding-left: 22px;
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/accueil-admin.gif);
}

#cadre_boutons_connecte a#bandeau_site {
	display: none;
}

#cadre_boutons_connecte a#bandeau_deconnexion {
	padding-left: 22px;
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/deconnexion-admin.gif);
}

hr {
	border: 1px
}

#bandeau_print {
	display: none;
}

table {
	border-type: solid;
}

html {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: #ffffff;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/fond-body.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

body {
	width: 994px;
	height: 100%;
	margin: 0px auto;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #a0a0a0;
}


#contener {
	width: 994px;
	height: auto;
	
	overflow: auto;
}

#bandeau {
	width: 994px;
	height: 133px;
}

#bandeau a#logo {
	display: block;
	width: 200px;
	height: 133px;
	float: left;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/logo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#bandeau #adresse {
	width: 579px;
	height: 30px;
	line-height: 30px;
	float: left;
	
	font-size: 11px;
	color: #a0a0a0;
	
}

#bandeau #recherche form {
	margin: 0px;
}

#bandeau #recherche {
	width: 175px;
	height: 25px;
	float: left;
	padding-top: 5px;
	padding-left: 40px;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/loupe.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#bandeau #recherche a {
	text-decoration: none;
	color: #80aaff;
}

#bandeau #recherche input {
	width: 135px;
	height: 15px;
	font-size: 11px;
	color: #a0a0a0;
}


#bandeau #menu_h {
	width: 794px;
	height: 52px;
	float: left;
}

#bandeau #menu_h dl {
	width: auto;
	height: auto;
	margin: 0px;
	margin-top: 9px;
	margin-left: 1px;
	float: left;
}

#bandeau #menu_h dl dt {
	line-height: 42px;
	text-align: center;
}

#bandeau #menu_h dl dt a {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

#bandeau #menu_h dl.jaune dt.premier, 
#bandeau #menu_h dl.jaune dt.premier-ssenfant,
#bandeau #menu_h dl.jaune dt.defaut, 
#bandeau #menu_h dl.jaune dt.defaut-ssenfant,
#bandeau #menu_h dl.jaune dt.dernier, 
#bandeau #menu_h dl.jaune dt.dernier-ssenfant {
	width: 145px;
	height: 42px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/jaune-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl.jaune dt.premier-selected, 
#bandeau #menu_h dl.jaune dt.premier-selected-ssenfant,
#bandeau #menu_h dl.jaune dt.defaut-selected, 
#bandeau #menu_h dl.jaune dt.defaut-selected-ssenfant,
#bandeau #menu_h dl.jaune dt.dernier-selected, 
#bandeau #menu_h dl.jaune dt.dernier-selected-ssenfant {
	width: 145px;
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/jaune-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl.violet dt.premier, 
#bandeau #menu_h dl.violet dt.premier-ssenfant,
#bandeau #menu_h dl.violet dt.defaut, 
#bandeau #menu_h dl.violet dt.defaut-ssenfant,
#bandeau #menu_h dl.violet dt.dernier, 
#bandeau #menu_h dl.violet dt.dernier-ssenfant {
	width: 145px;
	height: 42px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/violet-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl.violet dt.premier-selected, 
#bandeau #menu_h dl.violet dt.premier-selected-ssenfant,
#bandeau #menu_h dl.violet dt.defaut-selected, 
#bandeau #menu_h dl.violet dt.defaut-selected-ssenfant,
#bandeau #menu_h dl.violet dt.dernier-selected, 
#bandeau #menu_h dl.violet dt.dernier-selected-ssenfant {
	width: 145px;
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/violet-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl.vert dt.premier, 
#bandeau #menu_h dl.vert dt.premier-ssenfant,
#bandeau #menu_h dl.vert dt.defaut, 
#bandeau #menu_h dl.vert dt.defaut-ssenfant,
#bandeau #menu_h dl.vert dt.dernier, 
#bandeau #menu_h dl.vert dt.dernier-ssenfant {
	width: 145px;
	height: 42px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/vert-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl.vert dt.premier-selected, 
#bandeau #menu_h dl.vert dt.premier-selected-ssenfant,
#bandeau #menu_h dl.vert dt.defaut-selected, 
#bandeau #menu_h dl.vert dt.defaut-selected-ssenfant,
#bandeau #menu_h dl.vert dt.dernier-selected, 
#bandeau #menu_h dl.vert dt.dernier-selected-ssenfant {
	width: 145px;
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/vert-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl.rouge dt.premier, 
#bandeau #menu_h dl.rouge dt.premier-ssenfant,
#bandeau #menu_h dl.rouge dt.defaut, 
#bandeau #menu_h dl.rouge dt.defaut-ssenfant,
#bandeau #menu_h dl.rouge dt.dernier, 
#bandeau #menu_h dl.rouge dt.dernier-ssenfant {
	width: 145px;
	height: 42px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/rouge-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl.rouge dt.premier-selected, 
#bandeau #menu_h dl.rouge dt.premier-selected-ssenfant,
#bandeau #menu_h dl.rouge dt.defaut-selected, 
#bandeau #menu_h dl.rouge dt.defaut-selected-ssenfant,
#bandeau #menu_h dl.rouge dt.dernier-selected, 
#bandeau #menu_h dl.rouge dt.dernier-selected-ssenfant {
	width: 145px;
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/rouge-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl.bleu dt.premier, 
#bandeau #menu_h dl.bleu dt.premier-ssenfant,
#bandeau #menu_h dl.bleu dt.defaut, 
#bandeau #menu_h dl.bleu dt.defaut-ssenfant,
#bandeau #menu_h dl.bleu dt.dernier, 
#bandeau #menu_h dl.bleu dt.dernier-ssenfant {
	width: 145px;
	height: 42px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/bleu-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl.bleu dt.premier-selected, 
#bandeau #menu_h dl.bleu dt.premier-selected-ssenfant,
#bandeau #menu_h dl.bleu dt.defaut-selected, 
#bandeau #menu_h dl.bleu dt.defaut-selected-ssenfant,
#bandeau #menu_h dl.bleu dt.dernier-selected, 
#bandeau #menu_h dl.bleu dt.dernier-selected-ssenfant {
	width: 145px;
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/bleu-defaut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bandeau #menu_h dl dd {
	width: 145px;
	margin: 0px;
		
	border-top: 1px solid #ffffff;

	background-color: #ffffff;
	
	position: absolute;
}

#bandeau #menu_h dl.jaune dd ul {	
	width: 143px;
	border: 1px solid #FCD22E;
}

#bandeau #menu_h dl.violet dd ul {	
	width: 143px;
	border: 1px solid #741356;
}

#bandeau #menu_h dl.vert dd ul {	
	width: 143px;
	border: 1px solid #96BF0D;
}

#bandeau #menu_h dl.rouge dd ul {	
	width: 143px;
	border: 1px solid #F03D03;
}

#bandeau #menu_h dl.bleu dd ul {	
	width: 143px;
	border: 1px solid #80aaff;
}

#bandeau #menu_h dl dd ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#bandeau #menu_h dl dd ul li {
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	
	border-bottom: 1px solid #dcdcdc;
}

#bandeau #menu_h dl dd ul li.dernier,
#bandeau #menu_h dl dd ul li.dernier-ssenfant {
	border-bottom: 0px;
}

#bandeau #menu_h dl dd ul li a {
	display: block;
	height: 20px;
	padding-left: 10px;
	font-size: 11px;
	text-decoration: none;
}

#bandeau #menu_h dl.jaune dd ul li a {
	color: #FCD22E;
}

#bandeau #menu_h dl.violet dd ul li a {
	color: #741356;
}

#bandeau #menu_h dl.vert dd ul li a {
	color: #96BF0D;
}

#bandeau #menu_h dl.rouge dd ul li a {
	color: #F03D03;
}

#bandeau #menu_h dl.bleu dd ul li a {
	color: #80aaff;
}

#bandeau #menu_h dl dd ul li a:hover {
	color: #ffffff;
}

#bandeau #menu_h dl.jaune dd ul li a:hover {
	background-color: #FCD22E;
}

#bandeau #menu_h dl.violet dd ul li a:hover {
	background-color: #741356;
}

#bandeau #menu_h dl.vert dd ul li a:hover {
	background-color: #96BF0D;
}

#bandeau #menu_h dl.rouge dd ul li a:hover {
	background-color: #F03D03;
}

#bandeau #menu_h dl.bleu dd ul li a:hover {
	background-color: #80aaff;
}



#page {
	width: 763px;
	height: auto;
	float: left;
}


#droite {
	width: 200px;
	height: auto;
	margin-left: 31px;
	float: right;
}

#actualites {
	width: 200px;
	height: auto;	
}

#actualites #titre_actu {
	width: 200px;
	height: 20px;
	padding-top: 11px;
	
	border-bottom: 3px solid #80aaff;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/titre-actu.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	color: #80aaff;
}

#actualites #actu {
	width: 200px;
	height: auto;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/actu.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

#actualites #actu dl {
	width: 198x;
	margin: 0px;
	padding-top: 5px;
	
	border-right: 2px solid #80aaff;
}

#actualites #actu dl dt {
	line-height: 15px;
	margin-right: 10px;
	
	color: #80aaff;
}

#actualites #actu dl dd {
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	
	border: 0px;
	
	color: #a0a0a0;
}

#actualites #actu dl dd a {
	display: block;	
	padding: 0px;
	height: inherit;
	line-height: inherit;
	margin: 0px;
	padding-bottom: 5px;
		
	color: #80aaff;
	text-decoration: none;
	text-align: right;
	text-transform: none;
	
	background-color: transparent;
	
	border: 0px;
}

#actualites #actu a {
	display: block;	
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
	
	border-top: 1px solid #80aaff;
	
	color: #80aaff;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	
	background-color: #ffffff;
}


#espace_client {
	width: 200px;
	height: auto;	
	margin-top: 15px;
}

#espace_client #titre_espace {
	width: 200px;
	height: 20px;
	padding-top: 9px;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/espace-client.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	border-bottom: 3px solid #FCD22E;
	
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	color: #FCD22E;
}

#espace_client #espace {
	width: 193px;
	height: auto;
	padding-top: 20px;
	padding-left: 5px;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/espace.gif);
	background-position: left top;
	background-repeat: repeat-y;
	
	border-left: 2px solid #FCD22E;
	border-bottom: 1px solid #FCD22E;
}

#espace_client #espace form {
	margin: 0px;
}

#espace_client #espace label {
	display: block;
	width: 193px;
	height: 15px;
	line-height: 15px;
	
	font-size: 11px;
	color: #a0a0a0;
}

#espace_client #espace input {
	display: block;
	width: 189px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 10px;
	
	border: 1px solid #a0a0a0;
	
	font-size: 11px;
	color: #a0a0a0;
}

#espace_client #espace #ok_connexion {
	display: block;
	width: 193px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 5px;
	
	text-align: right;
}

#espace_client #espace #ok_connexion a {	
	font-size: 12px;
	text-transform: uppercase;
	color: #FCD22E;
	text-decoration: none;
}


#visuel_droite {
	width: 190px;
	height: auto;
	margin-top: 15px;
	padding: 4px;
	
	border: 1px solid #dcdcdc;
	background-color: #eeeeee;
}


#baseline {
	clear: both;
	width: 994px;
	height: 35px;
	margin-bottom: 20px;
	padding-top: 10px;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/fleche-baseline.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	
	border-bottom: 1px solid #80aaff;
}

#baseline #baseline_gauche {
	height: 35px;
	float: left;
}

#baseline #baseline_gauche dl {
	float: left;
	width: auto;
	margin: 0px;
}

#baseline #baseline_gauche dl dt {
	float: left;
	width: auto;
	height: 11px;
	line-height: 9px;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	
	border-right: 1px solid #80aaff;
}

#baseline #baseline_gauche dl dt.premier {
	padding-left: 0px;
}

#baseline #baseline_gauche dl dt.dernier {	
	border-right: 0px;
}

#baseline #baseline_gauche dl dt a {
	font-size: 11px;
	color: #80aaff;
	text-decoration: none;
}

#baseline #baseline_droite {
	display: inline;
	height: 35px;
	margin-right: 45px;
	float: right;
}

#baseline #baseline_droite dl {
	float: left;
	width: auto;
	margin: 0px;
}

#baseline #baseline_droite dl dt {
	float: left;
	width: auto;
	height: 11px;
	line-height: 9px;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	
	border-right: 1px solid #80aaff;
}

#baseline #baseline_droite dl dt.dernier {	
	border-right: 0px;
}

#baseline #baseline_droite dl dt a {
	font-size: 11px;
	color: #80aaff;
	text-decoration: none;
}


#fenetre_diaporama {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity: 0.8;
}

#mon_diaporama {
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	left: 50%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}

#mon_diaporama #entete_diaporama {
	width: 800px;
	height: 50px;
	margin: auto;
  
  background-color: #ffffff;
}

#mon_diaporama #entete_diaporama a#fermer_diaporama {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
  	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/diapo-fermer.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#mon_diaporama div#mon_image_complete_diaporama
{
}

#mon_diaporama img {
	display: block;
	margin: auto;
	
	border: 8px solid #BEBEBE;
}

#mon_diaporama #deplacement_diaporama {
	width: 800px;
	height: 50px;
	margin: auto;
  
  background-color: #ffffff;
}


#mon_diaporama #deplacement_diaporama a#precedent_diaporama {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
  	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/diapo-precedent.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#mon_diaporama #deplacement_diaporama #diapo_titre_diaporama {
	display: block;
	width: 700px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#mon_diaporama #deplacement_diaporama a#suivant_diaporama {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
  	
	background-image: url(http://www.svs-cap.com/commun/modeles/commun/structure/img/diapo-suivant.gif);
	background-position: top left;
	background-repeat: no-repeat;
}



#gauche {
	width: 200px;
	float: left;		
}

#menu_v {
	width: 200px;
	float: left;	
}

#menu_v .jaune {
	padding-bottom: 10px;

	border-top: 3px solid #FCD22E;
	border-right: 2px solid #FCD22E;
	border-bottom: 1px solid #FCD22E;
	
	background-color: #ffffff;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/fond-dl.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#menu_v .violet {
	padding-bottom: 10px;

	border-top: 3px solid #741356;
	border-right: 2px solid #741356;
	border-bottom: 1px solid #741356;
	
	background-color: #ffffff;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/fond-dl.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#menu_v .vert {
	padding-bottom: 10px;

	border-top: 3px solid #96BF0D;
	border-right: 2px solid #96BF0D;
	border-bottom: 1px solid #96BF0D;
	
	background-color: #ffffff;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/fond-dl.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#menu_v .rouge {
	padding-bottom: 10px;

	border-top: 3px solid #F03D03;
	border-right: 2px solid #F03D03;
	border-bottom: 1px solid #F03D03;
	
	background-color: #ffffff;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/fond-dl.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#menu_v .bleu {
	padding-bottom: 10px;

	border-top: 3px solid #0697FF;
	border-right: 2px solid #0697FF;
	border-bottom: 1px solid #0697FF;
	
	background-color: #ffffff;
		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/fond-dl.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#menu_v .jaune h1 {
	height: 25px;
	line-height: 25px;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 8px;
	
	border-left: 12px solid #FCD22E;	
	border-bottom: 1px solid #dcdcdc;
	
	background-color: #ffffff;
	
	font-size: 14px;
	text-transform: uppercase;
	color: #FCD22E;
}

#menu_v .violet h1 {
	height: 25px;
	line-height: 25px;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 8px;
	
	border-left: 12px solid #741356;
	border-bottom: 1px solid #dcdcdc;
	
	background-color: #ffffff;
	
	font-size: 14px;
	text-transform: uppercase;
	color: #741356;
}

#menu_v .vert h1 {
	height: 25px;
	line-height: 25px;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 8px;
	
	border-left: 12px solid #96BF0D;
	border-bottom: 1px solid #dcdcdc;
	
	font-size: 14px;
	text-transform: uppercase;
	color: #96BF0D;
}

#menu_v .rouge h1 {
	height: 25px;
	line-height: 25px;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 8px;
	
	border-left: 12px solid #F03D03;
	border-bottom: 1px solid #dcdcdc;
	
	font-size: 14px;
	text-transform: uppercase;
	color: #F03D03;
}

#menu_v .bleu h1 {
	height: 25px;
	line-height: 25px;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 8px;
	
	border-left: 12px solid #0697FF;
	border-bottom: 1px solid #dcdcdc;
	
	font-size: 14px;
	text-transform: uppercase;
	color: #80aaff;
}

#menu_v dl {
	margin: 0px;
}

#menu_v dl dt {
	height: 21px;
	line-height: 21px;
	margin-left: 23px;
	
	border-bottom: 1px solid #eeeeee;
}

#menu_v dl dt a {
	display: block;
	
	font-size: 12px;
	text-decoration: none;
	color: #626262;
}

#menu_v dl dt a:hover {
	padding-left: 10px;
	color: #ffffff;
}

#menu_v .jaune dl dt a:hover {
	background-color: #FCD22E;
}

#menu_v .violet dl dt a:hover {
	background-color: #741356;
}

#menu_v .vert dl dt a:hover {
	background-color: #96BF0D;
}

#menu_v .rouge dl dt a:hover {
	background-color: #F03D03;
}

#menu_v .bleu dl dt a:hover {
	background-color: #0697FF;
}

#menu_v dl dt.premier-selected,
#menu_v dl dt.premier-selected-ssenfant,
#menu_v dl dt.defaut-selected,
#menu_v dl dt.defaut-selected-ssenfant,
#menu_v dl dt.dernier-selected,
#menu_v dl dt.dernier-selected-ssenfant {
	border: 0px;
}

#menu_v .jaune dl dt.premier-selected a,
#menu_v .jaune dl dt.premier-selected-ssenfant a,
#menu_v .jaune dl dt.defaut-selected a,
#menu_v .jaune dl dt.defaut-selected-ssenfant a,
#menu_v .jaune dl dt.dernier-selected a,
#menu_v .jaune dl dt.dernier-selected-ssenfant a {
	padding-left: 10px;
	
	color: #ffffff;
	background-color: #FCD22E;
}

#menu_v .violet dl dt.premier-selected a,
#menu_v .violet dl dt.premier-selected-ssenfant a,
#menu_v .violet dl dt.defaut-selected a,
#menu_v .violet dl dt.defaut-selected-ssenfant a,
#menu_v .violet dl dt.dernier-selected a,
#menu_v .violet dl dt.dernier-selected-ssenfant a {
	padding-left: 10px;
	
	color: #ffffff;
	background-color: #741356;
}

#menu_v .vert dl dt.premier-selected a,
#menu_v .vert dl dt.premier-selected-ssenfant a,
#menu_v .vert dl dt.defaut-selected a,
#menu_v .vert dl dt.defaut-selected-ssenfant a,
#menu_v .vert dl dt.dernier-selected a,
#menu_v .vert dl dt.dernier-selected-ssenfant a {
	padding-left: 10px;
	
	color: #ffffff;
	background-color: #96BF0D;
}

#menu_v .rouge dl dt.premier-selected a,
#menu_v .rouge dl dt.premier-selected-ssenfant a,
#menu_v .rouge dl dt.defaut-selected a,
#menu_v .rouge dl dt.defaut-selected-ssenfant a,
#menu_v .rouge dl dt.dernier-selected a,
#menu_v .rouge dl dt.dernier-selected-ssenfant a {
	padding-left: 10px;
	
	color: #ffffff;
	background-color: #F03D03;
}

#menu_v .bleu dl dt.premier-selected a,
#menu_v .bleu dl dt.premier-selected-ssenfant a,
#menu_v .bleu dl dt.defaut-selected a,
#menu_v .bleu dl dt.defaut-selected-ssenfant a,
#menu_v .bleu dl dt.dernier-selected a,
#menu_v .bleu dl dt.dernier-selected-ssenfant a {
	padding-left: 10px;
	
	color: #ffffff;
	background-color: #0697FF;
}

#menu_v dl dd {
	margin: 0px;
	margin-left: 35px;
}

#menu_v dl dd ul {
	list-style: none;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
}

#menu_v dl dd ul li {
	height: 16px;
	line-height: 16px;
	padding-left: 10px
}

#menu_v .jaune dl dd ul li {		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-jaune.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#menu_v .violet dl dd ul li {		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-violet.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu_v .vert dl dd ul li {		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-vert.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu_v .rouge dl dd ul li {		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-rouge.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu_v .bleu dl dd ul li {		
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-bleu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
	
#menu_v dl dd ul li a {
	display: block;
	
	font-size: 11px;
	text-decoration: none;
	color: #a0a0a0;
}
	
#menu_v dl dd ul li.premier-selected a,
#menu_v dl dd ul li.defaut-selected a,
#menu_v dl dd ul li.dernier-selected a {
	color: #000000;
}


#visuel_gauche {
	width: 200px;
	height: auto;
	margin-top: 20px;
	float: left;
}

#visuel_gauche img {	
	border-top: 3px solid #80aaff;
	border-left: 2px solid #80aaff;
	border-bottom: 1px solid #80aaff;
}


#page {
	width: 545px;
	float: left;
	margin-left: 18px;
}

#page #visuel_page {
	width: 545px;
	height: 45px;
	margin-bottom: 10px;
	padding-top: 165px;
}

#page #visuel_page h1 {
	height: 29px;
	margin: 0px;
	padding-left: 50px;
	padding-top: 16px;
	
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/fleche.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#page #visuel_page h1.jaune {	
	background-color: #FCD22E;
}

#page #visuel_page h1.violet {	
	background-color: #741356;
}

#page #visuel_page h1.vert {	
	background-color: #96BF0D;
}

#page #visuel_page h1.rouge {	
	background-color: #F03D03;
}

#page #visuel_page h1.bleu {	
	background-color: #0697FF;
}


#texte {
}

#texte img {
	margin-left: 5px;
	margin-right: 5px;
	padding: 4px;
	
	border: 1px solid #dcdcdc;
	background-color: #eeeeee;
}

.texte_jaune h2 {
	font-size: 12px;
	margin: 0px;
	color: #FCD22E;
	font-weight: bold;
}

.texte_jaune .mise_avant {
	color: #FCD22E;
}

.texte_jaune a {
	color: #FCD22E;
}

.texte_jaune ul {
	list-style-type: none;
}

.texte_jaune ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-jaune.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
}

#texte .texte_jaune a:hover img {	
	border: 1px solid #FCD22E;
}

.texte_violet h2 {
	font-size: 12px;
	margin: 0px;
	color: #741356;
	font-weight: bold;
}

.texte_violet .mise_avant {
	color: #741356;
}

.texte_violet a {
	color: #741356;
}

.texte_violet ul {
	list-style-type: none;
}

.texte_violet ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-violet.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
}

#texte .texte_violet a:hover img {	
	border: 1px solid #741356;
}

.texte_vert h2 {
	font-size: 12px;
	margin: 0px;
	color: #96BF0D;
	font-weight: bold;
}

.texte_vert .mise_avant {
	color: #96BF0D;
}

.texte_vert a {
	color: #96BF0D;
}

.texte_vert ul {
	list-style-type: none;
}

.texte_vert ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-vert.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
}

#texte .texte_vert a:hover img {	
	border: 1px solid #96BF0D;
}

.texte_rouge h2 {
	font-size: 12px;
	margin: 0px;
	color: #F03D03;
	font-weight: bold;
}

.texte_rouge .mise_avant {
	color: #F03D03;
}

.texte_rouge a {
	color: #F03D03;
}

.texte_rouge ul {
	list-style-type: none;
}

.texte_rouge ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-rouge.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
}

#texte .texte_rouge a:hover img {	
	border: 1px solid #F03D03;
}

.texte_bleu h2 {
	font-size: 12px;
	margin: 0px;
	color: #0697FF;
	font-weight: bold;
}

.texte_bleu .mise_avant {
	color: #0697FF;
}

.texte_bleu a {
	color: #0697FF;
}

.texte_bleu ul {
	list-style-type: none;
}

.texte_bleu ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	
	background-image: url(http://www.svs-cap.com/commun/modeles/page/img/puce-li-bleu.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
}

#texte .texte_bleu a:hover img {	
	border: 1px solid #0697FF;
}

