/* @override Credits */
/*
Date : 14.11.2008
Auteur : Adrien Heury + Clément Robert (www.NOE-Interactive.com)
Projet : FRANCE 5 - www.lesite.tv
Logiciel : CSS Edit 2.6 - iMac
Commentaire : Les _ sont destinés aux hacks ie6 (seul element non valide de la feuille de style CSS) / Une réorganisation de la feuille de style est à prevoir

                        
                          oooo$$$$$$$$$$$$oooo
                      oo$$$$$$$$$$$$$$$$$$$$$$$$o
                   oo$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$o         o$   $$ o$
   o $ oo        o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$o       $$ $$ $$o$
oo $ $ "$      o$$$$$$$$$    $$$$$$$$$$$$$    $$$$$$$$$o       $$$o$$o$
"$$$$$$o$     o$$$$$$$$$      $$$$$$$$$$$      $$$$$$$$$$o    $$$$$$$$
  $$$$$$$    $$$$$$$$$$$      $$$$$$$$$$$      $$$$$$$$$$$$$$$$$$$$$$$
  $$$$$$$$$$$$$$$$$$$$$$$    $$$$$$$$$$$$$    $$$$$$$$$$$$$$  """$$$
   "$$$""""$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     "$$$
    $$$   o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     "$$$o
   o$$"   $$$$$$$$$$$    HAVE FUN WITH MY CSS    $$$$$$$$$$$$       $$$o
   $$$    $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" "$$$$$$ooooo$$$$o
  o$$$oooo$$$$$  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$   o$$$$$$$$$$$$$$$$$
  $$$$$$$$"$$$$   $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     $$$$""""""""
 """"       $$$$    "$$$$$$$$$$$$$$$$$$$$$$$$$$$$"      o$$$
            "$$$o     """$$$$$$$$$$$$$$$$$$"$$"         $$$
              $$$o          "$$""$$$$$$""""           o$$$
               $$$$o                                o$$$"
                "$$$$o      o$$$$$$o"$$$$o        o$$$$
                  "$$$$$oo     ""$$$$o$$$$$o   o$$$$""
                     ""$$$$$oooo  "$$$o$$$$$$$$$"""
                        ""$$$$$$$oo $$$$$$$$$$
                                """"$$$$$$$$$$$
                                    $$$$$$$$$$$$
                                     $$$$$$$$$$"
                                      "$$$""*/

/*[Table of contents]
-------------------------------------------------------------------*/
/*[Color codes]
Vert : 				#339900 / #99CC66 > nouvelle nuance : #79ac45
Rouge : 			#FF3333
Orange : 			#FF6600
Violet : 			#CC33CC
Jaune : 			#FFCC33
Noir : 				#262626 / #747474

Bleu (Liens) : 		#0066CC
Noir/Gris (Texte) : #000 / #666

Gris (Alternance) : #E1E1E1 (foncé) / #F2F2F2 (clair)

Marron : 			#6E5455
-------------------------------------------------------------------*/
/*[Typography]
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.2em;
-------------------------------------------------------------------*/

@import url("reset.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000;
	margin: 0;
	padding: 0;
	background: #6E5455;
}

/* @group Gabarit */

#accesRapide {
	height: 20px;
	padding: 0 10px;
	background: url(../images/bkg-accesRapide.png) no-repeat 0 0;
}
#acces_site_bandeau
{
	color: #FFFFFF;
	float: left;
	font-size:85%;
	margin: 1px 0 0 0;
}
#bandeau {
	height: 100px;
	background: url(../images/bandeau.jpg);
}

#ariane {
	height: 20px;
	margin: 10px;
	font-size: 85%;
}

#conteneur {
	width: 770px;
	margin: 0 auto;
	background-color: #FFF;
}

#centre {
	margin-left: 155px;
	padding: 0 5px;
}

#gauche {
	float:left;
	width: 145px;
	padding: 0 5px 0 5px;
	font-size: 85%;
}

#footer {
	clear: both;
	height: 20px;
	background-color: #000;
	padding: 0 10px;
	text-align: center;
}

/* @end */

/* @group Wysiwyg et classes standards */

/* A la difference de la couleur principale qui est le noir #000 on a le gris + taille plus petite en couleur secondaire pour alterner */
.couleurSecondaire {
	color: #666;
	font-size: 85%;
}

/* Permet l'alternance de couleur dans un tableau ou sur des li par exemple */
.alternance1 {
	background: #E1E1E1;
}

.alternance2 {
	background: #F2F2F2;
}

/* Liens */
a {
	color: #0066cc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.mentions{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #000;
}

/* Liens avec picto */
.videoBleu {
	background: url(../images/picto-video-bleu.gif) no-repeat 0 0;
	padding: 0px 0 0 15px;
}

.pdfBleu {
	background: url(../images/picto-pdf-bleu.gif) no-repeat 0 0;
	padding: 0px 0 0 20px;
}

.flecheBleu {
	background: url(../images/picto-fleche-bleu.gif) no-repeat 0 0;
	padding: 0px 0 0 15px;
}

.videoVert {
	background: url(../images/picto-video-vert.gif) no-repeat 0 0;
	padding: 0px 0 0 15px;
}

.pdfVert {
	background: url(../images/picto-pdf-vert.gif) no-repeat 0 0;
	padding: 0px 0 0 20px;
}

.flecheVert {
	background: url(../images/picto-fleche-vert.gif) no-repeat 0 0;
	padding: 0px 0 0 15px;
}


span.nomconnecte{
    font-weight:bold;
}


/* Boutons de type submit */
.btn {
	background: url(../images/btn-repeat.png) repeat-x 0 0;
	border: 1px solid #999;
	cursor: pointer;
}

.btn:hover {
	color: #666;
}

/* Champ input de type texte */
.inputText {
	background: #FFF;
	border: none;
	padding: 2px;
	border: 1px solid #999;
}

/* Formulaires en partie centrale */
#centre form fieldset {
	display: block;
	margin: 20px 0 0 0;	
}
	
#centre form fieldset legend {
	font-size: 100%;
	display: block;
	width: 100%;
	_width: 97%;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	background: url(../images/separateur-dotted-horizontal.gif) repeat-x 0 0;
}

#centre form fieldset div {
	padding: 5px 0 0 0;
}

#centre form fieldset div label {
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	margin: 0 15px 0 0;
}
#centre form fieldset div label.long {
	text-align: left;
	padding:0 0 0 0px;
	margin: 0 0 0 0;
	width:150px;
}


/* Mise en forme par défaut des titres */
#centre h2{
    color:#FFF;
}



.debutnoir h2{
    color:#fff;
    /*font-size: 175%;
    background: url(../images/fleche-verte.gif) no-repeat 0 0;
    height:50px;
    
    font-family:Arial;*/
    font-family:Arial;
    background: url(../images/fleche-verte.gif) no-repeat 0 0;
    height:50px;
    font-size: 175%;
    line-height:45px;
    padding:0 0 0 50px;
}

#centre h3 {
	font-size: 150%;
	margin: 5px 0 10px 0;
	padding: 0 0 15px 0;
	background: url(../images/separateur-repeat.png) repeat-x 0 bottom;
}

#centre h4 {
	font-size: 100%;
	margin: 10px 0 10px 0;
	padding: 5px;
	background: #666;
	color: #FFF;
}

#centre h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	background: url(../images/separateur-dotted-horizontal.gif) repeat-x 0 0;
}

#centre p {
	margin: 0 0 5px 0;
}

#centre .oblig {
	color: #f00;
}

/* Les listes à puce en page interieure doivent avoir la classe mepINT */
#centre ul.mepINT {
	margin: 0 0 0 20px;
}

#centre ul.mepINTmetions {
	margin: 0 0 0 20px;

}


#centre ul.mepINT li {
	list-style-type: square;
}

#centre ul.mepINTmetions li {
	list-style-type: square;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #000;
}
/* Les tableaux en page interieure doivent avoir la classe mepINT */
#centre table.mepINT {
	width: 100%;
    _width: 97%;
}

#centre table.mepINT tr td {
	padding: 10px;
}


/* @end */

/* @group Acces Rapide */

/* Liens rapides en haut de page */
#accesRapide ul {
	list-style: none;
	text-align: right;
}

#accesRapide ul li {
	display: inline;
	margin: 0 0 0 10px;
}

#accesRapide ul li a {
	color: #FFF;
	font-size: 85%;
}

/* @end */

/* @group Bandeau */

/* Logo Lesite.tv */
#bandeau h1 a {
	background: url(../images/h1-logo.png) no-repeat 0 0;
	width: 210px;
	height: 70px;
	display: block;
}

#bandeau h1 a span {
	display: none;
}

/* Menu principal dans le bandeau */
#bandeau ul {
	list-style: none;
	margin: 0 0 0 320px;
	padding: 2px 0 0 0;
	_padding: 7px 0 0 0;
}

#bandeau ul li {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	margin: 0 0 0 5px;
	padding: 6px 2px 2px 2px;
	text-align: center;
}

/* Chaque onglet a sa couleur */
#bandeau ul li.m1 {
	background: #339900;
}

#bandeau ul li.m2 {
	background: #79ac45;
}

#bandeau ul li.m3 {
	background: #FF3333;
}

#bandeau ul li.m4 {
	background: #CC33CC;
}

#bandeau ul li a {
	color: #FFF;
	text-decoration: none;
}

/* Onglet selectionné */
#bandeau ul li.select {
    background: #FFF;
    font-weight: bold;
}

#bandeau ul li.m1.select a {
    color: #339900;
}

#bandeau ul li.m2.select a {
    color: #79ac45;
}

#bandeau ul li.m3.select a {
    color: #FF3333;
}

#bandeau ul li.m4.select a {
    color: #CC33CC;
}

/* Spécial ie6 qui ne comprend pas les 2 classes associées */
#bandeau ul li.m4.select a {
    _color: #000000;
}

/* Survol */
#bandeau ul li a:hover {
    text-decoration: underline;
}

/* @end */

/* @group Ariane */

#ariane span {
	background: url(../images/selecteur.png) no-repeat 0 0;
	padding: 0 0 0 6px;
}

/* @end */

/* @group Blocs Gauche */

/* Commun à tous les blocs de gauche*/
#gauche h3 {
	font-weight: bold;
}

#gauche p {
	margin: 0 0 5px 0;
}

#gauche .milieu {
	background: url(../images/blocG-milieu-repeat.png) repeat-y 0 0;
	padding: 10px 15px 5px 10px;
}

#gauche .fin {
	background: url(../images/blocG-fin.png) no-repeat 0 0;
	width: 145px;
	height: 13px;
	margin: 0 0 20px 0;
}

/* Formulaire */
#gauche form fieldset legend {
	display: none;
}

#gauche form fieldset div {
	padding: 2px 0 0 0;
}

#gauche form fieldset div input {
	width: 100px;
}

/* @group Bloc Identification */

#gauche #blocIdentification .debut {
	/*background: url(../images/blocG-debut-identification.png) no-repeat 0 0;*/
	width: 145px;
	height: 53px;
}

/* @end */

/* @group Bloc Recherche */

#gauche #blocRecherche .debut {
	/*background: url(../images/blocG-debut-recherche.png) no-repeat 0 0;*/
	width: 145px;
	height: 53px;
}

/* @end */

/* @group Bloc Decouvertes */

#gauche #blocDecouvertes .debut {
	/*background: url(../images/blocG-debut-decouverte.png) no-repeat 0 0;*/
	width: 145px;
	height: 53px;
}

/* @end */

/* @group Bloc Partenaires */

/* Logos des partenaires constamment présent en bas à gauche */
#gauche #blocPartenaires ul li a.france5 {
	background: url(../images/logo-france5.png) no-repeat 0 0;
	width: 120px;
	height: 100px;
}

#gauche #blocPartenaires ul li a.cndp {
	background: url(../images/logo-cndp.png) no-repeat 0 0;
	width: 120px;
	height: 100px;
}

#gauche #blocPartenaires ul li a.education {
	background: url(../images/logo-education.png) no-repeat 0 0;
	width: 120px;
	height: 100px;
}

#gauche #blocPartenaires ul li a {
	display: block;
}

#gauche #blocPartenaires ul li a span {
	display: none;
}

/* @end */

/* @end */

/* @group Blocs Centre */

/* Commun à tous les blocs du centre */
#centre .milieu {
	background: url(../images/blocC-milieu-repeat.png) repeat-y 0 0;
	padding: 10px 20px;
	_padding: 5px 10px;
	_margin: 0 0 0 3px;
}

#centre .fin {
	background: url(../images/blocC-fin.png) no-repeat 0 0;
	width: 605px;
	_width:602px;
	height: 13px;
	margin: 0 0 20px 0;
}

/* @group Bloc Vidéothèque (Home + Interieure) */

/* Commun */
#centre .blocVideotheque .debut {
	background: #262626;
	width: 605px;
	_width: 602px;
	height: 55px;
}




#centre .blocVideotheque .milieu {
	background: url(../images/blocC-milieu-repeatVert.png) repeat-y 0 0;
	padding: 10px 20px;
	_padding: 5px 12px;
	_margin: 0 0 0 3px;
}


#centre .blocVideotheque .fin {
	background: url(../images/blocC-finVert.png) no-repeat 0 0;
	width: 605px;
	_width:602px;
	height: 13px;
	margin: 0 0 20px 0;

}

/***** BLOC FICHE VIDEO ****/

#centre .blocFicheVideo .debut {
	background: #262626;
	width: 605px;
	_width: 602px;
	height: 55px;
	float:left;
	_margin:0 0 0 3px;
}

#centre .blocFicheVideo .milieu {
	background: url(../images/blocC-milieu-repeatVert.png) repeat-y 0 0;
	padding: 10px 20px;
	_padding: 5px 12px;
	_margin: 0 0 0 3px;
	float:left;
	width:570px;
	_width:578px;
}

#centre .blocFicheVideo .fin {
	background: url(../images/blocC-finVert.png) no-repeat 0 0;
	width: 605px;
	_width:602px;
	height: 13px;
	margin: 0 0 20px 0;
		_margin:-18px 0 20px 3px;
	float:left;
}

#centre .blocVideotheque h3.selection, #centre .blocFicheVideo h3.selection {
	display: block;
	background: url(../images/h3-selection.png) no-repeat 0 0;
	padding: 1px 0 0 20px;
	margin: 0;
	width: 242px;
	height: 22px;
	color: #FFF;
	float: left;
	font-size: 100%;
}

#centre .blocVideotheque h4.selection, #centre .blocFicheVideo h4.selection {
	margin: 0;
	padding: 0;
	background: none;
}

#centre .blocVideotheque img, #centre .blocFicheVideo img, #centre .blocDisciplineNiveau img {
	float: left;
	margin: 0 5px 10px 0;
}

#centre .blocVideotheque .debut span.nbrVideo, #centre .blocFicheVideo .debut span.nbrVideo {
	color: #FFF;
	float:right; 
	margin:20px 10px 0 0;
}

/* Onglets rubriques vidéothèque */
.rubriquesVideotheque {
	width: 565px;
	height: 30px;
	text-align: center;
	margin: 10px 0 0 0;
}

.rubriquesVideotheque a img{
    margin: 0 !important;
}

.rubriquesVideotheque a span {
	display: none;
}

/*.rubEcole {
	display: block;
	float: left;
	width: 189px;
	height: 30px;
	background: url(../images/onglet-ecole.png) no-repeat 0 0;
}*/

/*.rubCollege {
	display: block;
	float: left;
	width: 188px;
	height: 30px;
	background: url(../images/onglet-college.png) no-repeat 0 0;
}*/

/*.rubLycee {
	display: block;
	float: left;
	width: 188px;
	_width: 184px;
	height: 30px;
	background: url(../images/onglet-lycee.png) no-repeat 0 0;
}*/

/* Tableau */
/* Commun */
#centre .blocVideotheque table, #centre .blocFicheVideo table, #centre .blocDisciplineNiveau table {
	width: 100%;
    _width: 97%;
	border: 6px solid #79ac45;
	margin: 0;
	padding: 0;
}

#centre .blocVideotheque table caption, #centre .blocFicheVideo table caption,#centre .blocDisciplineNiveau table caption,#centre .blocServices table caption {
	display: none;
}

#centre .blocVideotheque table tr th , #centre .blocFicheVideo table tr th {
	background: #79ac45 url(../images/separateur-repeat2.png) repeat 0 0;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

#centre .blocVideotheque table tr th.hide , #centre .blocFicheVideo table tr th.hide {
	display: none;
}

#centre .blocVideotheque table tr td, #centre .blocFicheVideo table tr td, #centre .blocDisciplineNiveau table tr td {
	padding: 5px;
    font-size: 90%;	
}

#centre .blocVideotheque tr td a.cat, #centre .blocFicheVideo tr td a.cat {
	padding: 0 0 0 30px;
	background: url(../images/picto-dossierFleur.gif) no-repeat 0 -5px;
	display:block;
}

#centre .blocVideotheque tfoot, #centre .blocFicheVideo tfoot {
	display: none;
}

/* @end */

/* @group blocDisciplineNiveau */

#centre .blocDisciplineNiveau .debut {
	/*background: url(../images/blocC-debut-videotheque.png) no-repeat 0 0;*/
	background: #262626;
	width: 605px;
	_width: 602px;
	height: 55px;
}

#centre .blocDisciplineNiveau .debutnoir {
	/*background: url(../images/blocC-debut-videotheque.png) no-repeat 0 0;*/
	background: #262626;
	width: 605px;
	_width: 602px;
	height: 55px;
}

#centre .blocDisciplineNiveau table tr td a.cat {
	padding: 0 0 0 30px;
	background: url(../images/picto-dossierPerso.gif) no-repeat 0 -5px;
	display:block;
}

#centre .blocDisciplineNiveau table tr td a.cat2 {
	padding: 0 0 0 30px;
	background: url(../images/picto-dossierFichier.gif) no-repeat 0 -5px;
	display:block;
}




div.textediscipline{
    min-height:200px;
    width:253px

    display:block;
}

/* @end */

/* @group Bloc A la Une */

#centre .blocAlaUne .debut {
	background: #262626;
	width: 605px;
	_width: 602px;
	height: 55px;
}

/* @end */

/* @group Bloc Vidéothèque (Fiche détaillée - Page intérieure) */

/* Fiche détaillée d'une vidéo en 2 colonnes */
#centre .blocVideotheque .colonne1 ,#centre .blocFicheVideo .colonne1,#centre .blocServices .colonne1{
	width: 300px;
	float: left;
}

#centre .blocVideotheque .colonne2 ,#centre .blocFicheVideo .colonne2,#centre .blocServices .colonne2 {
	width: 253px;
	float: right;
	padding: 0 0 0 7px;
	background: url(../images/separateur-dotted-vertical.gif) repeat-y 0 0;
}

/*#centre .blocVideotheque h3, #centre .blocFicheVideo h3 {
	color: #79ac45;
}*/

/* Cursus */
ul.cursus {
	margin: 0 0 0 20px;
}

ul.cursus li {
	list-style-type: square;
}

/* Mots clés */
ul.motsCles li {
	display: inline;
	margin: 0 5px 0 0;
}

/* Vidéos Thème */
ul.videoTheme li {
	display: block;
	height: 40px;
	padding: 5px;
}

/* Liste */
dl {
	background: #F2F2F2;
	padding: 5px;
	margin: 0 0 10px 0;
}

dt {
	display: block;
	width: 100px;
	float: left;
	font-size: 80%;
	font-weight: bold;
}

dd {
	margin: 5px 5px 5px 100px;
	font-size: 80%;
}

/* Bloc des abonnés */
#centre .abonnes {
	background: #F2F2F2;
}

/*#centre .abonnes h3 {
	background: url(../images/h3-abonnes.png) no-repeat 0 0;
	width: 253px;
	height: 55px;
	margin: 0;
	padding: 0;
}*/

#centre .abonnes h3 span {
	display: none;
}

#centre .contentAbonnes {
	padding: 5px;
	margin: 0;
}

#centre .abonnes .contentAbonnes h4 {
	background: #79ac45;
}

/* @end */

/* @group Bloc RechercheAvancee */

#centre .blocRecherche .debut {
	background: #262626;
	width: 605px;
	_width: 602px;
	height: 55px;
}

#centre .blocRecherche .milieu {
	background: url(../images/blocC-milieu-repeatJaune.png) repeat-y 0 0;
	padding: 10px 20px;
	_padding: 5px 12px;
	_margin: 0 0 0 3px;
}

#centre .blocRecherche .fin {
	background: url(../images/blocC-finJaune.png) no-repeat 0 0;
	width: 605px;
	_width:602px;
	height: 13px;
	margin: 0 0 20px 0;
}



#centre .blocRecherche form fieldset div input,#centre .blocRecherche form fieldset div select{
    margin:5px 0 10px 25px;
}

#centre .blocRecherche form fieldset legend, #centre .blocServices form fieldset legend {
	display: none;
}


#centre .blocRecherche table.list_recherche img{
    float:left;
	padding-right : 5px;
}

#centre .blocRecherche table.list_recherche p.resume_avance{
    margin: 0 0 25px 0;
}

/* @end */

/* @group Bloc Contact */

#centre .blocContact .debut {
	background: #262626;
	width: 605px;
	_width: 602px;
	height: 55px;
}

#centre .blocContact .milieu {
	background: url(../images/blocC-milieu-repeatVert.png) repeat-y 0 0;
	padding: 10px 20px;
	_padding: 5px 12px;
	_margin: 0 0 0 3px;
}

#centre .blocContact .fin {
	background: url(../images/blocC-finVert.png) no-repeat 0 0;
	width: 605px;
	_width:602px;
	height: 13px;
	margin: 0 0 20px 0;
}

/* @end */

/* @group Bloc Abonnement (Violet) */

#centre .blocAbonnement .debut {
	background: #262626;
	width: 605px;
	_width: 602px;
	height: 55px;
}

#centre .blocAbonnement .milieu {
	background: url(../images/blocC-milieu-repeatViolet.png) repeat-y 0 0;
	padding: 10px 20px;
	_padding: 5px 12px;
	_margin: 0 0 0 3px;
}

#centre .blocAbonnement .fin {
	background: url(../images/blocC-finViolet.png) no-repeat 0 0;
	width: 605px;
	_width:602px;
	height: 13px;
	margin: 0 0 20px 0;
}

/* @end */

/* @group Bloc Satelite (Vert) */

/* Page de type mention légales ou autre page très "generique" */
#centre .blocSatelite .debut {
	background: #262626;
	width: 605px;
	_width: 602px;
	height: 55px;
}

#centre .blocSatelite .milieu {
	background: url(../images/blocC-milieu-repeatVert.png) repeat-y 0 0;
	padding: 10px 20px;
	_padding: 5px 12px;
	_margin: 0 0 0 3px;
}

#centre .blocSatelite .fin {
	background: url(../images/blocC-finVert.png) no-repeat 0 0;
	width: 605px;
	_width:602px;
	height: 13px;
	margin: 0 0 20px 0;
}

/* @end */

/* @group Bloc Mes services (Rouge) */

#centre .blocServices .debut {
	background: #262626;
	width: 605px;
	height: 55px;
	float:left;
	_margin: 0 0 0 3px;
}

#centre .blocServices .milieu {
	background: url(../images/blocC-milieu-repeatRouge.png) repeat-y 0 0;
	padding: 10px 20px;
	float:left;
	width:570px;
	_width:565px;
}

#centre .blocServices .fin {
	background: url(../images/blocC-finRouge.png) no-repeat 0 0;
	width: 605px;
	height: 13px;
	margin: 0 0 20px 0;
	float:left;
    _margin:-8px 0 0 3px;
}

#centre .blocServices .milieu .duree{
    color:#E25858;
    background:url(../images/picto_duree_r.gif) no-repeat 0 0;
    padding: 0 0 0 15px;
    font-size:85%;
}

#centre .blocServices .milieu .lienfiche{
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
    font-size:90%;
}

#centre .blocServices .milieu form fieldset label{
    text-align:left;
    width:80px;
}

#centre .blocServices .colonne1form{
	width: 250px;
	float: left;
}

/* @end */

/* @end*/

/* @group Footer */

/* Liens en bas de page */
#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
	margin: 0 10px 0 0;
}

#footer ul li a {
	color: #FFF;
	font-size: 85%;
}

/* @end */

/* A classer */

acronym, abbr {
	/*border-bottom: 1px dotted #000;*/
	cursor: help;
}

/* Categorie dans le tableau exemple onglet lycée sur la page d'accueil */
#centre table tr th#categorie {
	padding: 10px;
	font-weight: bold;
}

/* Separateur spécifique */
.separateurClear10 {
	 height:10px;
}
.separateurClear60 {
	 height:60px;
}
.separateurClear300 {
	 height:300px;
}

