@charset "UTF-8";
/* CSS Document */


     

    body  {
	
		background-image:url(../images/back.jpg);
		background-repeat:no-repeat;
    	font: 100% Arial, Verdana, Helvetica, sans-serif;
    	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
    	padding: 0;
    	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
    	color: #000000;
		
    }
	
	img {
	border:none;
	}
	
	
	a:link {
	
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	padding:0px;
	
	}
	
	a:visited {
	
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	padding:0px;
	
	}
	
	a:hover {
	
	color: #F29400;
	font-weight:bold;
	padding:0px;
	border:0px;
	background-color:none;
	
	}
	
	a:active {
	
	color: #FFFFFF;
	text-decoration: none;
	border:0px;
	
	}
	
	#link { 
  
  	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	background-image:url(../images/link.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	border-right: solid 10px #F29400;
	width:auto;
	height:30px;
	float:left;
	padding-left:26px;
	padding-right:20px;
	margin-right:30px;
	color:#333333;
		
		}
	
	#link a:link{ 

	font-size:14px;
	color:#B3162B;	
	line-height:28px;
	background-color:none;

	}
		
	#link a:hover{ 
	
	background-color:none;
	color:#333333;	
		
	}
	
			
	#link a:active{ 
	
	background-color:none;
	color:#333333;	
		
	}
	
	#link a:visited{ 
	
	background-color:none;
	font-size:14px;
	color:#B3162B;	
	line-height:28px;

	}
	#bordertop{ 
	
	background-image:url(../images/980.jpg);
	width:980px;
    margin-left:auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    margin-right:auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	height:8px;
	margin-bottom:0px;

	}

    .twoColFixRtHdr #container { 

    width: 980px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background-image:url(../images/fd-container02a.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
    margin-left:auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    margin-right:auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	padding:0px;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */

    } 
	
	.twoColFixRtHdr #container2 { 

    width: 980px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background-image:url(../images/fd-container05a.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
    margin-left:auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    margin-right:auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	padding:0px;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */

    }
	.twoColFixRtHdr #container3 { 

    width: 980px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background-image:url(../images/fd-container08a.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
    margin-left:auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    margin-right:auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	padding:0px;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */

    } 

    .twoColFixRtHdr #header { 
	
	position:relative;
    background: #fff; 
	widht:980px; 
	height:100px;
	margin-bottom:0px;
	margin-top:10px;

    } 
	.twoColFixRtHdr #headerleft { 
	
	position:relative;
    background: #fff; 
	widht:320px; 
	height:100px;
	float:left;

    } 
	.twoColFixRtHdr #headerright { 
	
	position:relative;
	margin-top:0px;
    background: #fff; 
	width:660px;
	height:100px;
	float:right;

    } 
	
    .twoColFixRtHdr #sidebar1 {

    float: right; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 200px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
   	background:none; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
  	padding: 35px 10px;
 	border-right: 10px solid #F29400;
   	margin-left: 15px ;
   	margin-bottom: 15px ;

    }
	
	.twoColFixRtHdr #sidebar1 h1 {

	color:#666666;
	font-size:12px;
	text-align:justify;
   	padding: 0px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

	}
	
	.twoColFixRtHdr #sidebar1 p {

	color:#999999;
	font-size:10px;
	line-height:14px;
	text-align:justify;
	font-style:italic;
   	padding: 10px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

	}
	
	.twoColFixRtHdr #sidebar2 {

    float: right; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 200px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
   	background:none; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
  	padding: 15px 10px;
 	border-right: 10px solid #b3162b;
   	margin-left: 15px ;
   	margin-bottom: 15px ;

    }
	
	.twoColFixRtHdr #sidebar2 h1 {

	color:#666666;
	font-size:12px;
	text-align:justify;
   	padding: 0px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

	}
	
	.twoColFixRtHdr #sidebar2 p {

	color:#999999;
	font-size:10px;
	line-height:14px;
	text-align:justify;
	font-style:italic;
   	padding: 10px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

	}

    .twoColFixRtHdr #mainContent { 

    margin: 0 250px 0 0; /* La marge droite de cet élément div crée la colonne qui s'étend sur le côté droit de la page - quel que soit le contenu de l'élément div sidebar1, l'espace de cette colonne reste intact. Vous pouvez supprimer cette marge si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace de l'élément #sidebar1 lorsque le contenu de ce dernier se termine. */
    padding: 20px 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	font-size: 12px;
	text-align:justify;
	line-height:16px;

    } 
	
	#mainContent img{
	float:right;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:20px;
}
		
	.twoColFixRtHdr #mainContent p {

	color:#333333;
	font-size:12px;
	line-height:17px;
	text-align:justify;
   	padding-bottom: 5px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

	}
	
	.twoColFixRtHdr #mainContent h1 { 

	font-size: 20px;
	font-weight:bold;
	line-height:22px;
	padding-left:25px;
	padding-bottom:0px;
	padding-top:6px;
	margin-bottom:25px;
	margin-left:0px;
	color:#333333;
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	height:33px;
    } 
	.twoColFixRtHdr #mainContent h2 { 

	font-size: 14px;
	font-weight:normal;
	line-height:18px;
	padding-bottom:15px;
	margin:0px;
    } 
	.twoColFixRtHdr #mainContent li { 
	padding-left:5px;
	margin-left:35px;
    } 

    .twoColFixRtHdr #footer { 

    padding: 0 10px 0 20px; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	background:#B3162B; 
	height:45px;

    } 

    .twoColFixRtHdr #footer p {
   
   	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	color:#fff;
	font-size:11px;
   	padding: 10px 0 0 40px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

    }

    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */

   	float: right;
 	margin-left: 8px;

    }

    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
 
   	float: left;
   	margin-right: 8px;

    }

    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */

   	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

    }

	.lexique {background-image:url(../images/lex.jpg);	background-repeat:no-repeat; height:28px; color: #B4152B; font-weight: normal; font-size:16px; line-height:18px; padding-left:20px; }
	.lexiquegr {}
	.blanc {color: #fff; font-weight: normal; font-size:11px; line-height:normal; padding-right:0px; margin-right:0px; }
	.or {color: #F29400; font-weight: normal; }
	.orb {color: #F29400; font-weight: bold; }
	.citblak {font-size:18px ;color: #333; font-weight: normal; line-height:22px; }
	.citorb {font-size:18px ;color: #F29400; font-weight: normal; line-height:22px; }
	.citredb {font-size:18px ;color: #B4152B; font-weight: normal; line-height:22px; }
	.red {color: #B4152B; font-weight: normal; }
	.redb {color: #B4152B; font-weight: bold; }
	.grey {color: #666666; font-weight: normal; }
	.greyb {color: #666666; font-weight: bold; }
	.minus {font-size: 9px; font-style: italic; color: #F29400;}
	.pass {font-size: 10px; font-weight:normal; }
	
	

	#lexique {
	color: #666666; 
	font-weight: normal;
	font-size:11px; 
	line-height:17px; 
	font-style:italic;  
	border-left:none;
	padding-left:20px;
	margin-top:20px;
	padding-bottom:30px;
	border-bottom:solid 2px #CCCCCC;
}
	
	#border {
	border-left:none;
	padding-left:20px;
	margin-top:20px;
	margin-bottom:30px;
}
	
	#menu ul {
	
	margin:0;
	padding:0px;
	list-style-type: none;
	color:#B4152B;
}
	
	#menu  li {
	
	display:inline;
	width:auto;
	margin-top:30px;
	margin-right:1px;
	height:30px;


	}
	
	#menu li a {
	background-image:url(../images/back-menu03.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#333333;
	width:10px;
	height:50px;
	border-right: solid 5px #F29400;
	padding-left:12px;
	padding-right:4px;
	color:#fff;
	font-size:11px;
	padding-top:1px;
	padding-bottom:0px;
	margin-right:1px;
	margin-left:1px;
	font-weight:normal;
	
	}
	
	#menu  li a:hover {
	
	background-image:url(../images/back-menu02.jpg);
	background-repeat:no-repeat;
	background-color:#F29400;
	border-right: solid 5px #333333;
	padding-left:12px;
	padding-right:4px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	height:30px;
	color:#fff;
	
	}

	#menu  li a:active {

	height:30px;	
	color:#C1C3C4;
	
	}
	
	#footleft a {
	background-image:url(../images/back-menu03.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#333333;
	width:10px;
	height:50px;
	border-right: solid 5px #F29400;
	padding-left:12px;
	padding-right:4px;
	color:#fff;
	font-size:11px;
	padding-top:1px;
	padding-bottom:0px;
	margin-right:1px;
	margin-left:1px;
	font-weight:normal;
	
	}
	
	#footleft a:hover {
	
	background-image:url(../images/back-menu02.jpg);
	background-repeat:no-repeat;
	background-color:#F29400;
	border-right: solid 5px #333333;
	padding-left:12px;
	padding-right:4px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	height:30px;
	color:#fff;
	
	}

	#footleft a:active {

	height:30px;	
	color:#C1C3C4;
	
	}
	
	#liste li {
	
	display:inline;
	
	}
	
	.actif {
	
	background-image:url(../images/back-menu.jpg);
	background-repeat:no-repeat;
	background-color:#B4152B;
	border-right: solid 1px #B4152B;
	padding-left:15px;
	padding-right:5px;
	color:#fff;
	font-size:11px;
	padding-top:1px;
	padding-bottom:0px;
	font-weight:normal;
	height:30px;
	color:#fff;
	
	}
	
	#menu  li.actif a {
		background-image:none;
		background-repeat:no-repeat;
		background-color:#B4152B;
		border-right: solid 1px #B4152B;
		color:#fff;
		height:30px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
		margin-top:-1px;
		display:inline;
	}

	#menu  li.actif  {
		margin-right:5px;
	}
	
	#circle  {
	background-image:url(../images/circle01.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:auto;
	height:40px;
	margin-left:-30px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	font-weight:normal;
	
	}
	#circle2  {
	background-image:url(../images/circle02.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:auto;
	height:40px;
	margin-left:-30px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	font-weight:normal;
	
	}
	#circle3  {
	width:auto;
	height:40px;
	margin-left:-30px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	font-weight:normal;
	
	}
	
	#cadretop  {
	background-image:url(../images/cadretop.jpg);	
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:576px;
	height:17px;
	margin:0;
	padding:0;
	font-weight:normal;
	
	}
	#cadremiddle  {
	background-position:left;
	background-color:#F29400;
	color:#FFFFFF;
	width:536px;
	height:auto;
	margin:0;
	padding-left:20px;
	padding-right:20px;
	font-weight:normal;
	
	}
	
	
	#cadremiddle p {
	color:#fff;
	margin:0;
	padding:20px;
	font-weight:normal;
	
	}
	
	#cadremiddle ul {
	color:#fff;
	margin:0;
	padding:0px;
	font-weight:normal;
	
	}
	#cadremiddle li {
	color:#fff;
	line-height:normal;
	font-weight:normal;
	height:auto;
	width:auto;
	margin-right:3px;
	margin-left:20px;
	
	}
	#cadremiddle a {
	color:#fff;
	padding-right:0px;	
	}
	
	#cadrebottom  {
	background-image:url(../images/cadrebottom.jpg);	
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:576px;
	height:17px;
	margin:0;
	padding:0;
	font-weight:normal;
	
	}
	
	#cadretop2  {
	background-image:url(../images/cadretop2.jpg);	
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:576px;
	height:17px;
	margin:0;
	padding:0;
	font-weight:normal;
	
	}
	#cadremiddle2  {
	background-position:left;
	background-color:#b3162b;
	color:#FFFFFF;
	width:536px;
	height:auto;
	margin:0;
	padding-left:20px;
	padding-right:20px;
	font-weight:normal;
	
	}
	
	#cadremiddle2 p {
	color:#fff;
	margin:0;
	padding:20px;
	font-weight:normal;
	
	}
	
	#cadremiddle2 ul {
	color:#fff;
	margin:0;
	padding:0px;
	font-weight:normal;
	
	}
	#cadremiddle2 li {
	color:#fff;
	line-height:normal;
	font-weight:normal;
	height:auto;
	width:auto;
	margin-right:3px;
	margin-left:20px;
	
	}
	#cadremiddle2 a {
	color:#fff;
	padding-right:0px;	
	}
	
	#cadrebottom2  {
	background-image:url(../images/cadrebottom2.jpg);	
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:576px;
	height:17px;
	margin:0;
	padding:0;
	font-weight:normal;
	
	}
	
	#puce1  {
	background-image:url(../images/1.jpg);	
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:auto;
	height:auto;
	margin-left:-40px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:normal;
	
	}
	#puce2  {
	background-image:url(../images/2.jpg);	
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:auto;
	height:auto;
	margin-left:-40px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:normal;
	
	}
	
	#puce3  {
	background-image:url(../images/3.jpg);	
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:auto;
	height:auto;
	margin-left:-40px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:normal;
	
	}
	
	#puce4  {
	background-image:url(../images/4.jpg);	
	background-repeat:no-repeat;
	background-position:left;
	background-color:none;
	width:auto;
	height:auto;
	margin-left:-40px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:normal;
	
	}

     


    <style type="text/css"> 

    /* placer les corrections pour le modèle de boîte css pour IE 5.x dans ce commentaire conditionnel */

    .twoColFixRtHdr #sidebar1 { width: 220px; }

    </style>

    <![endif][if IE]>

    <style type="text/css"> 

    /* placer les corrections pour toutes les version d'IE dans ce commentaire conditionnel */

    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }

    .twoColFixRtHdr #mainContent { zoom: 1; 
	}

    /* la propriété propriétaire zoom ci-dessus transmet à IE l'attribut hasLayout nécessaire pour éviter plusieurs bogues */

    
#foot { 
	
	width:980px;
	font-size:10px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:none; 
	padding-top:10px; 
	height:45px;
	color:#666666;
    } 
	
	#footleft { 
	
	position:relative;
    width:710px;
	background:none;
	padding-left:30px; 
	text-align:left;
	float:left;

    } 
	
	#footright { 
	
	position:relative;
    width:220px;
	background:none; 
	float:right;

    } 

    #foot p {
   
   	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	color:#666666;
	font-size:10px;
	text-align:left;
   	padding-left: 15px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
   	padding-right: 0px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

    }
	
	#foot a {
   
   	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	color:#fff;
	font-size:10px;
	text-align:left;
	font-weight:normal;
   	padding-left: 10px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
   	padding-right: 10px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

    }
	
	#foot a:hover {
   
   	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	color:#F29400;
	font-size:10px;
	text-align:left;
	font-weight:normal;
   	padding-left: 10px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
   	padding-right: 10px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

    }
	
	#foot a:active {
   
   	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	color:#666666;
	font-size:10px;
	text-align:left;
	font-weight:normal;
   	padding-left: 10px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
   	padding-right: 10px; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

    }
	#footright a {
   
	color:#F29400;
    }
	
	
	#link2 { 
  
  	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	background-image:url(../images/link.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	border-right:none;
	width:auto;
	height:25px;
	float:left;
	font-size:14px;
	padding-top:5px;
	padding-left:26px;
	padding-right:20px;
	margin-right:30px;
	color:#B3162B;
		
		}
	
	#link2 a:link{ 

	font-size:14px;
	color:#B3162B;	
	line-height:20px;
	background-color:none;

	}
		
	#link2 a:hover{ 
	
	background-color:none;
	color:#333333;	
		
	}
	
			
	#link2 a:active{ 
	
	background-color:none;
	color:#B3162B;	
		
	}
	
	form {
	margin: 0px;
	padding: 0px;
}
	
	#form input{
	background-color: #F5F5F5;
	height: 17px;
	width: 153px;
	margin: 6px 0px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #666666;
}
	#form textarea{
	background-color: #F5F5F5;
	height: 140px;
	width: 400px;
	margin: 6px 0px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #cccccc;
}

	#form .submit{
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(images/submit-btn.gif) no-repeat top left;
	border:solid 1px #666666;
	width: 135px;
	height: 25px;
	}

.field input{
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 0px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}

.field textarea{
	font: 110% Arial, Helvetica, sans-serif;
	width: 460px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

.field-preview, .submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
}
.field-preview:hover, .submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
.field textarea:focus, .field input[type="text"]:focus {
	border: solid 1px #3b9acc;
}
	
	.lettrine {
	float:inherit; /* positionnement de la lettrine dans le conteneur*/
	font-size: 24px;
	font-style: normal;
	font-weight:800;
	color:#B4152B; /* 3 hauteurs de lignes pour la lettrine*/
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#extras1 {
	position:relative;
	margin-top:30px;
	background-color:#666;
	border-top:solid 2px #999;
	border-bottom:solid 1px #999;
	width:100%;
	height:290px;
	margin-right:auto;
	margin-left:auto;
}
#extras {
	position:relative;
	width:980px;
	margin-right:auto;
	margin-left:auto;
	text-align:justify;
}
#extras h1{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	padding-left:20px;
	padding-top:7px;
	margin:0px;
}
#extras p{
	color:#fff;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	padding-left:20px;
	padding-right:15px;
	padding-top:10px;
	margin:0px;
	line-height:normal;
}
#extras a:link{
	color:#fff;
	text-decoration:underline;
}
#extras a:hover{
	color:#fff;
	text-decoration:underline;
}
#extras a:visited{
	color:#fff;
	text-decoration:underline;
}
#extrasleft {
	position:relative;
	width:790px;
	height:auto;
	float:left;
}
#extrasleftleft {
	position:relative;
	width:785px;
	height:auto;
	float:left;
}
#extrasleftleft img{
	position:relative;
	padding-left:8px;
	padding-bottom:8px;
	float:right;
}
#extrasleftright {
	position:relative;
	width:325px;
	height:auto;
	float:right;
}
#extrasright a:link {
	color:#fff;
	text-decoration:underline;
	line-height:18px;
	padding-left:20px;
}
#extrasright a:visited {
	color:#fff;
	text-decoration:underline;
	line-height:18px;
	padding-left:20px;
}
#extrasright {
	position:relative;
	width:330px;
	height:auto;
	float:right;
}
#extrasright h1{
padding-bottom:18px;
}

.ctr_login_box_label{
	text-align:left;
	padding-left:10px;
	font-size:11px;
	font-family: Arial, Verdana, sans-serif;
}

.form_error{
	color:#FFF;
	background-color:#B3162B;
	padding:2px 5px;
}
a.forgot_a{
	font-size:11px;
	font-family: Arial, Verdana, sans-serif;
}