body {
background-image:url(images/fond.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
background-color:#52a913;
font-size:12px;
margin:0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

.champconnect {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#339900;
}

.titre_video {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
font-weight:bold;
margin:0 8px 0 8px;
}

.video {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}
.nomvideo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

#video{
	width: 334px; /* Taille identique a l'image */
	
	background: url(images/div_video_milieu.jpg) repeat-y; /* Image du millieu répéter en y */
	overflow:auto; ; /* La valeur hidden permet de cacher tout ce qui dépasse */
	/*scrollbar-face-color:#A6E0AA;*/
	/*scrollbar-arrow-color:#FFDF91;*/
}
#video_toutes_entete{
	background: url(images/div_video_haut.jpg) no-repeat;
	height: 478px;
	padding: 15px 0 0 0; /* Niveau de la premiere ligne */
}
#video_bottom{
	background: url(images/div_video_bas.jpg) no-repeat;
	width: 334px; /* Taille identique a l'image */
	height: 29px; /* Taille identique a l'image */
	line-height:1px;
}

.video_cadre{ /* Peu etre standart pour plusieur DIV*/
	margin:0 8px 0 8px; /*Marge du cadre haut,droite,bas gauche*/

}



