a {
font-size:11px;
}

/*Css Div Principales */
#accueil_gauche {
	width : 200px;
	float  : left;
	margin-left : 0px;
	margin-right : 10px;
	padding : 0px;
}

#accueil_centre {
	width : 450px;
	float  : left;
	margin-left : 0px;
	margin-right : 10px;
	padding : 0px;
}

#accueil_droite {
	width : 300px;
	float  : left;
	margin-left : 0px;
	margin-right : 0px;
	padding : 0px;
}
/* Fin Div Principales */



/*Css Agenda*/

.element_header {
	background : url("../images/index_element_header.jpg");		
	width 		 : 300px;
	height 		 : 25px;	
	color : #deab3f;
	text-align : center;
	line-height : 25px;
	font-size:14px;
}


.element_bg {
	width : 300px;
	margin-left : 0px;
	margin-right : 0px;
	padding : 0px;
}

.vignette {
	width  : 129px;
	height : 92px;
	float  : left;
	padding-top : 10px;
	text-align : center;
}

.list {
	width : 155px;
	height : 92px;
	padding-top : 10px;
	float : left;
}

.list #desc-selected {
	text-align : right;
	font-size : 10px;
	/*font-weight : none;*/
	margin-bottom : 7px;
}


.list #desc {
	text-align : right;
	font-size : 10px;
	/*font-weight : none;*/
	margin-bottom : 7px;
	visibility : hidden;
}

.list .title-bg {
	background : url("../images/index_agenda_title-bg.jpg");
	width : 165px;
	height : 15px;
	text-align : right;
	font-size : 10px;
	margin-bottom : 2px;
	margin-right : 5px;
}

.list .title-bg .arrow-selected {
	background : url("../images/index_agenda_title-bg_arrow-down.jpg");
	height : 15px;
	width : 6px;
	float : right;
}

.list .title-bg .arrow {
	background : url("../images/index_agenda_title-bg_arrow-right.jpg");
	height : 15px;
	width : 6px;
	float : right;
}

.list .title-bg .text-selected {
	height : 15px;
	color : #deab3f;
	font-weight : bold;
	float : right;
	line-height : 15px;
}

.list .title-bg .text {
	height : 15px;
	float : right;
	line-height : 15px;
}

.element_footer {
	background : url("../images/index_element_footer.jpg");
	width : 300px;
	height : 15px;	
	color : #deab3f;
	text-align : right;
	line-height : 10px;
	font-size : 10px;
}


/*Fin Agenda*/

/*Css Last Vidéos*/
.mods_header {
	background : url("../images/videos_mods_header.jpg");
	height : 26px;
	width : 200px;	
	line-height : 26px;
	color : #deab3f;
	text-align : center;
	font-size : 12px;
}

.mods_footer {
	background : url("../images/videos_mods_footer.jpg");	
	height : 13px;
	width : 200px;	
	line-height : 1px;
	font-size : 10px;
	text-align : right;
	color : #deab3f;
}

.mods_bg {
	background : url("../images/videos_mods_bg.jpg");	
	width : 200px;	
	height : 108px;
	line-height : 28px;
	/*margin-bottom : 5px;*/
}
/*Fin Last Vidéos*/



#ToTV {
	width : 230px;
	height : 90px;
	float : right;
}


.clear {
	clear:both;
}
