@charset "ISO-8859-1";

/*CONFIGURATION PAR DEFAUT*/
/******************************************/
/*Tous les éléments ont des marges nulles*/
body,ul,li,p, h1,h2,h3,h4,h5,h6,a {
	margin:0;
	padding:0;
}
/*et pas de puces pour les listes*/
ul,li {
	list-style-type: none ; 
}
/*tous les liens sont de la même couleur*/
a {color: #5a6d84;/*gris typo rubrique*/}
/*les liens pour visionner, telecharger ont le même corps*/
a.visio {
	font-size:12px;
	font-weight:bold;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/img/fd_accueil.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-size: 11px;
}
/*Les h par defaut*/
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #5F4A5F;
}
h4 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #5F4A5F;
}

/*la regle invisible pour annuler les flottants*/
hr.separation {
	clear:both;
	visibility: hidden;
	margin: 3px;
}
hr.espace {
	visibility: hidden;
	margin: 2px;
}
hr.fine {
	border: 0px solid #5a6d84;
	height: 1px;
	background-color: #5a6d84;
	width:12.3em;
}
/*le point qui sépare les telechargement*/
.point {
	font-size: 12px;
	font-weight: bold;
	margin: 0 1px;
	color: #5a6d84;/*gris typo rubrique, comme les liens*/
}
/*pour le bouton retour sur toutes les pages*/
a.fixe {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 5;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: 10px;
}
a.fixe:link, a.fixe :visited  {
	color:#5a6d84;
}
a.fixe:hover, a.fixe:active {
	color: #9E513A;/*marron*/
	text-decoration:underline;
}


/* DIVISION sur chaque page */
#main {
	position:relative;
	width:800px;
	height: 600px;
	margin:0 auto;
	padding:0 auto;
}
#logo {/*ejected!*/
	position:absolute;
	left:-5000px;
	top:-5000px;
	text-indent:-5000px;
}
/*menu de NAVIGATION*/
ul#navigation {
	display:block;
	position:absolute;
	left:81px;
	top:174px;
	height:137px;
	z-index:3;
	visibility:visible;
}
ul#navigation li {
	font-size: 13px;
	font-weight: bold;
	position: relative;
}
ul#navigation li a {
	display:block;
	text-decoration: none;
	height:23px;
	padding:4px 5px 0 25px;
}
ul#navigation li a:link,ul#navigation li a:visited { background:transparent url(../img/fd_titre_rub.gif) top left no-repeat; }
ul#navigation li a:hover { background:transparent url(../img/fd_titre_rub_f2.gif) top left no-repeat; }

/*décorer la sous-rubrique qui apparait en focus*/
a.lefocus:link,a.lefocus:visited {
	/*color:#9E513A; orange refusé*/
	font-weight:bold;
	background-image:none;
	width:10em;
}
ul#navigation li a:active { }


/*page ACCUEIL*/
/******************************************/
ul#news li h2 {
	margin:6px 0;
}
/*placement commun (accueil, rubriques, video small) de la fenêtre de contenu*/
ul#news,ul#ShowSousRubrique {
	position:absolute;
	left:402px;
	top:124px;
	width:314px;
	height:426px;
	z-index:2;
	visibility:visible;
	background-color: #FFFFFF;
	overflow: auto;/*fenêtre déroulante*/
	padding: 15px 25px 0 25px;
}


ul#news li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	list-style-position: outside;
	list-style-image: url(../img/fleche_titre_news.gif);
	margin-bottom: 15px;
}
/*l'image est écartée du texte par une marge supérieure et inférieure*/
ul#news img {
	margin: 10px 0;
}
/*le lien également*/
a#liennews {
	margin : 6px 0;
	font-size: 11px;
	color: #5F4A5F;/*gris texte lien*/
}


/*page RUBRIQUE*/
/******************************************/
span#result  {
	text-transform: uppercase;
	color: #5A6D84;/*gris texte result*/
	font-weight: bold;
}
#ExplainVignette {
	margin-left: 125px;
	position: relative;
}
ul#ShowSousRubrique li img {
	float: left;
}
ul#ShowSousRubrique li {
	margin-bottom: 15px;
}


/*page VIDEO SMALL*/
/******************************************/
/*problème de l'interpretation du padding : je le supprime pour la video small*/
/*CONTAINER*/
#ContainerVideoSmall {
	position:absolute;
	left:400px;
	top:126px;
	width:365px;/*largeur moins les 50px de padding habituels*/
	z-index:2;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}
#ShowVideoSmall {
	position:relative;
	left:0px;
	top:0px;/*largeur moins les 50px de padding habituels*/
	z-index:2;
	background-color:#FFFFFF;
	margin:22px;
	padding:0;
}
#ShowVideoSmall img, #ShowVideoSmall embed {
	margin-bottom: 10px;
}

#ShowVideoSmall p {
	margin: 0;
}
#ColonneGauche {
	position: relative;
	width: 60%;
	float: left;
}

#ColonneDroite {
	position:relative;
	margin-left:38%;
	text-align: right;
	}
#ContainerVideoWide {
	margin: 0 auto;
	width: 640px;
}
#ContainerVideoWide img, #ContainerVideoWide embed {
	margin: 46px 0 5px 0;
}

