/****************************************/
/*  Information principale              */
/****************************************/
body {
	FONT-SIZE: 13px;
	/*COLOR: #330099;*/
	color: #003399;
	margin:0px;
	LINE-HEIGHT: 22px;
	Verdana, Arial, sans-serif;
	/*FONT-FAMILY: Georgia, "Times New Roman", Times, serif;*/
	FONT-FAMILY: Verdana, Arial, sans-serif;
	BACKGROUND-COLOR: #F9F9EE;
	TEXT-ALIGN: left;
	background-image: url(divers/fond/081104112154_80fade2.jpg);
}

A {
	COLOR: #660000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FF0000; TEXT-DECORATION: none
}

/*****************************  PAGE STANDARD  **********************************************************/


/****************************************/
/*  Frame page générale                 */
/****************************************/
/*

en-tete
new_navig
bandeau (facultatif)
fond
	col-gauche
		mod-gauche (n fois)	
			element-de-menu	

	col-milieu
		chemin (1 fois)
		article
			liste

pied-de-page
*/			


/********************************/
/* Entete d'une page standard   */
/********************************/

#en-tete {
	VISIBILITY: visible;
	POSITION: relative;
	HEIGHT: 50px;
	/*background-image: url(divers/fond/banniere3.jpg);*/
	BACKGROUND-COLOR: #993333;
	TEXT-ALIGN: center;
	border:0px;
/*	margin-left:5px;
	margin-right:5px;
	border: solid #663300 1px;*/
}


/********************************/
/* Menu principal page standard */
/********************************/
#new_navig
{
}

#new_navig ul
{
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-align: center;
	margin:0;
	margin-bottom: 8px;
	padding:0;
	padding-top:5px;
	height:25px;

	/*virer ces deux lignes si on veut un fond au menu*/
	background:transparent url(divers/bonton_degrade.gif) repeat-x top left;
	background-repeat: repeat-x;
	
	border-bottom:1px solid #663300;
	border-top:1px solid #663300;

}

#new_navig li
{
	display: inline;
	margin-left: -4px;
}
	
#new_navig li a
{
	padding:3px 20px 0px 20px;
	color: #FFFFD5; /*FFFFCC;*/
	font-weight:bold;
}

#new_navig li a:hover
{
	COLOR: #663333;
	height:100px;
	/*background-image: url(divers/fond/beige031.jpg);*/
	BACKGROUND-COLOR: #FFFFD5;
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;

}

#active a 
{ 
	border-bottom: 2px solid #FFFFD5; 
}





/* Principal */
#menu{
        width: 860px;  /*23 oct : passage de 800 à 860 pour faire de la place au bouton Home */
        				/*width: 820px; /*passage à 850px pour l'icone FB*/
        margin: 0;
		margin-top: 2px;
		margin-bottom: 4px;
		margin-left: 205px; 
		font-size:15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		
        padding: 10px 0 0 0;
        list-style: none;
/*        background: #111;
        background: -moz-linear-gradient(#444, #111);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
        background: -webkit-linear-gradient(#444, #111);
        background: -o-linear-gradient(#444, #111);
        background: -ms-linear-gradient(#444, #111);
        background: linear-gradient(#444, #111);*/
        background: #983436;
        background: -moz-linear-gradient(to bottom, #983436, #D19583);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #983436),color-stop(1, #D19583));
        background: -webkit-linear-gradient(to bottom, #983436, #D19583);
        background: -o-linear-gradient(to bottom, #983436, #D19583);
        background: -ms-linear-gradient(to bottom, #983436, #D19583);
        background: linear-gradient(to bottom, #983436, #D19583);
        -moz-border-radius: 50px;
        border-radius: 50px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;

}

#menu li{
        float: left;
        padding: 0 0 10px 0;
        position: relative;

}

#menu a{
        float: left;
        height: 25px;
        padding: 0 25px;
/*        color: #999;*/
        color: #FDFFD5;
        text-transform: uppercase;
        /*font: bold 12px/25px Arial, Helvetica;*/
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
		;
}

#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
        background: #983436;
        background: -moz-linear-gradient(to bottom, #983436, #D19583);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #983436),color-stop(1, #D19583));
        background: -webkit-linear-gradient(to bottom, #983436, #D19583);
        background: -o-linear-gradient(to bottom, #983436, #D19583);
        background: -ms-linear-gradient(to bottom, #983436, #D19583);
        background: linear-gradient(to bottom, #983436, #D19583);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  /*left: 150px;*/
  left: 175px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	/*width: 130px;*/
	width: 155px;  /*155*/
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */	






/**************************************/
/* Bandeau d'une page principale      */
/**************************************/
#bandeau {
	FONT-SIZE: 13px;
	/*LINE-HEIGHT: 25px;*/
	LETTER-SPACING: 2px;
	COLOR: #663333;
	/*HEIGHT: 20px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	BACKGROUND-COLOR: #99CCFF;
	/*	BACKGROUND-COLOR: #FFFFCC;*/
/*	TEXT-ALIGN: center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid #663300 2px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 10px;
	border: solid #663300 1px;
	border-color: #663300;
	font-style: italic;
	text-align: justify;
}

/*****************************************/
/* Fond d'une page principale            */
/*****************************************/

.fond {
	/*BACKGROUND-COLOR: #00FFFF;*/
}	

/*********************************************/
/* Colonne gauche d'une page principale      */
/*********************************************/
.col-gauche {
	position: absolute;
	left:0;
	WIDTH: 190px; /*14/9/14 chgt colonne ex 130*/
	/*background-color: #99FFCC;*/
	margin-left: 5px;
}

.mod-gauche {
	/*TEXT-ALIGN: right;*/
	/*BORDER-RIGHT: 0px; BORDER-TOP: 0px; MARGIN-TOP: 20px; MARGIN-LEFT: 10px; BORDER-LEFT: 0px; COLOR: #6666CC; BORDER-BOTTOM: #758642 1px dotted;*/
	TEXT-ALIGN: left;
	color: #6B2424;
	background-color: #FFFFD5;
	padding-right: 10px;
	padding-left: 0px;
	border: solid #663300 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.titre-de-menu {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	MARGIN-TOP: 5px;
	MARGIN-LEFT: 10px;
	BORDER-LEFT: 10px;
	MARGIN-BOTTOM: -10px;
	TEXT-ALIGN: left;
	COLOR: #6B2424;
	/*font-style: italic;*/
	font-weight: bold;
}

.element-de-menu {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; MARGIN-TOP: 20px; MARGIN-LEFT: 10px; BORDER-LEFT: 0px; COLOR: #6666CC; BORDER-BOTTOM: #758642 1px dotted;
	TEXT-ALIGN: right;

}
.element-de-menu A {
	COLOR: #6B2424; TEXT-DECORATION: none
}
.element-de-menu A:hover {
	COLOR: #246B24; TEXT-DECORATION: none
}


/*********************************************/
/* Colonne milieu d'une page principale      */
/*********************************************/

.col-milieu {
	/*background-color: #CC6633;*/
	MARGIN-LEFT: 205px; /*14/9/14 chgt colonne ex 145 */
	margin-bottom: 10px;
	margin-right: 5px;
}

.chemin {
/*    COLOR: #FFFFCC;
	BACKGROUND-COLOR: #993333;*/

	COLOR: #6B2424;
	background-color: #FFFFD5; 

	HEIGHT: 20px;
	TEXT-ALIGN: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	PADDING-LEFT: 10px;
	PADDING-right: 10px;
	border: solid #663300 1px;
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	/*background-image: url(../divers/bground79.gif);
	background-repeat: repeat;*/
}

.chemin A {
	COLOR: #6B2424;
}
.chemin A:hover {
	COLOR: #246B24;
}


/*********************************************/
/* Colonne milieu d'une page principale      */
/* Partie "article"						     */
/*********************************************/
.article {

	text-align:justify;
	font-size: small;
	LETTER-SPACING: 1px;

	PADDING-LEFT: 10px;
	PADDING-right: 10px;
	padding-top: 20px;
	padding-bottom: 40px;	

	border: solid #663300 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;

	/*background-image: url(divers/fond/lblue047.gif);
	background-repeat: repeat;*/
	background-color: #EEF1FA; /* ou EEF1FA bleu   FFFFD5 jaune   FFEED5 rosé */

}

.article img {
	border: 1px solid #000000;
	/*margin-left: 50px;*/
	display: block;
	margin-right: auto;
	margin-left: auto;
	
/* ajout 21/3/18 de 2 lignes pour le dimensionnement auto des photos au max de la largeur de la page si nécessaire*/
	/*max-width: 100%;*/
	max-width: 1000px;
	height: auto;
		
}

.article h1 {
	text-align:center;
	padding-bottom: 10px;
	font-size: 36px;
	LETTER-SPACING: 2px;
	line-height: 36px;
}
.article h2 {
	text-align:center;
	font-size: 18px;
	LETTER-SPACING: 0px;	
	line-height: 18px;
}

.article h3 {
	text-align:left;
	font-size: 15px;
	LETTER-SPACING: 0px;	
}

/* pour des tableau d'imagette (non highslide)*/
.tableau_fin {
}
.tableau_fin img {
	border:0;
}

/* pour des commentaires sous image */
.com_img {
	text-align:center;
	font-style: italic;
	LETTER-SPACING: 0px;
	margin-top:-13px;
}

/* pour des listes d'items : liste de mes amis, les expos, etc */
.liste {
}
.liste img {
	border:0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.liste a {
	FONT-SIZE: 18px;
	LETTER-SPACING: 0px;
}

/* navigation multi-page sur un même sujet */
.multi ul {
margin: 0;
line-height: 28px;
padding: 0;
list-style-type: none;
text-align: center;
}
.multi ul li {
	display: inline;
}
.multi ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #330099; /*color: #FFFF99;*/
	background-color: #BCBCFE; /*background-color: #330099;*/
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	/*border-top-color: #84C1FF;*/
}
.multi ul li a:visited {
	color: #333333;
	/*background-color: #FFFF99;*/
	background-color: #CCCCCC;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}
.multi ul li a:hover {
	color: #fff;
	background-color: #593DFE;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}


/*********************************************/
/* Pied de page milieu d'une page principale */
/* Utilisé aussi pour la page d'index
/*********************************************/
#pied-de-page {
	CLEAR: left;
	FONT-SIZE: 10px;
	COLOR: #663333;
	LINE-HEIGHT: 16px;
	LETTER-SPACING: 4px;
	HEIGHT: 30px;
	BACKGROUND-COLOR: #FFFFCC;
	TEXT-ALIGN: center;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left:5px;
	margin-right:5px;

	border: solid #663300 1px;
	padding:0;
	vertical-align: middle;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}



/*****************************  INDEX   **********************************************************/


/****************************************/
/*  Frame page index                 */
/****************************************/
/*

ind_entete_global
	ind_entete
	new_navig
	
bandeau_aux (facultatif)

ind_conteneur

		ind_gauche
			ind_mod_col
			
		news
			tab1, 
			tab2
				a1, a3, a3
			tab3
				b1, b2
			
pied-de-page
*/					


/*********************************************/
/* Entete page d'index      */
/*********************************************/
#ind_entete_global{
	background-image: url(divers/fond/banniere3.jpg);
}


#ind_entete {
VISIBILITY: visible;
POSITION: relative;
HEIGHT: 105px;
/*BACKGROUND-COLOR: #993333;*/
TEXT-ALIGN: center;
border:0px;

}

.jaune {
  background-color: #ffff00;
  float: right;
  width: 100px;
  margin: 0;
}




/**********************************************************/
/* Conteneurs principal pour le corps de la page d'index   */
/**********************************************************/
#ind_conteneur {
	position: absolute;
	width: 1020px;
	left: 50%;
	margin-left: -510px;
	/*BACKGROUND-COLOR: #F9F9EE;*/
	margin-top:5px;
}

/* colonne de gauche */
#ind_gauche {
	position: absolute;
	left:0;
	width: 190px;
	margin-left:5px;
}


/**************************************************************************/
/* Elements à l'intérieur des colonnes gauche et droite - Page d'index    */
/**************************************************************************/
.ind_mod_col {
	FONT-SIZE: 14px;
	COLOR: #663333;
	LETTER-SPACING:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN:center;
	background-color: #FFFFD5;
	border: solid #663300 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/*height:290px;*/
	
}

.ind_mod_col img {
	border:0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/**************************************************************************/
/* Elements des news -                                    Page d'index    */
/**************************************************************************/
#news {

	margin-left:205px;
	margin-bottom:5px;
	
	border: solid #663300 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/*background-image: url(divers/fond/lblue047.gif);
	background-repeat: repeat;*/
	background-color: #EEF1FA;  /* EEF1FA bleu ou FFFFCC old  FFFFD5 jaune FFEED5 rosé */
	color: #003399;
	
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	
}

.tab1 {visibility: visible;width: 100%;position: relative}
.tab1 table {
background-color: transparent;
width:100%;
}
.tab1 td{background-color: #FFFFCC;padding: 0px 4px 0px 4px;border-width: 2px 2px 2px 2px;border-style: solid;border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff}
.tab1 th{
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;border-style: solid;border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;
	background-color: #FFFFD5; /* EEF1FA bleu ou FFDDAA old  FFFFD5 jaune FFEED5 rosé */
	text-align: left
}

.tab2 {visibility: visible;width: 100%;position: relative}
.tab2 table {
background-color: transparent;
width:100%;
}
.tab2 td{
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff
}
.tab2 td.a1 {width:15%; text-align:center; }
.tab2 td.a2 {width:25%; text-align:center; }

.tab2 td.a3 {width:60%; }
.tab2 td img {border:0; }

.tab3 {visibility: visible;width: 100%;position: relative}
.tab3 table {
background-color: transparent;
width:100%;
}
.tab3 td{padding: 0px 4px 0px 4px;border-width: 2px 2px 2px 2px;border-style: solid;border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff}
.tab3 td.b1 {width:20%;text-align:center;}
.tab3 td.b2 {width:80%;}
.tab3 td img {border:0;}



/**************************************************************************/
/* Spécifique de la page expositions_liens    */
/**************************************************************************/
.liste_liens {
}
.liste_liens td {
	text-align: left;
	font-weight: bold;
	font-size: x-large;
	letter-spacing: normal;
	padding-top: 15px;
}

.liste_liens td.an {
	background-color: #BCBCFE ; /*#FFFFCC;*/
	padding: 10px 10px 10px 10px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff
}

.liste_liens a {
	FONT-SIZE: 11px;
	LETTER-SPACING: 0px;
}

/**************************************************************************/
/* Spécifique pour les tableaux par thèmes (liens, lafayette, amis)       */
/**************************************************************************/
.theme1 {
	visibility: visible;
	width: 85%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}
.theme1 table {
background-color: transparent;
width:100%;
font:bold;
}
.theme1 td{
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff
}
.theme1 th{
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;
	background-color: #FFFFD5; /* EEF1FA bleu ou FFDDAA old  FFFFD5 jaune FFEED5 rosé */
	text-align: left
}

.theme2 {visibility: visible;width: 85%;position: relative;margin-right: auto;margin-left: auto;}
.theme2 table {
background-color: transparent;
width:100%;
}
.theme2 td{padding: 0px 4px 0px 4px;border-width: 2px 2px 2px 2px;border-style: solid;border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff }
.theme2 td.t1 {	width:100%;	text-align:left; padding: 20px 10px 20px 10px;}
.theme2 td.t2 { width:25%; text-align:center; padding: 10px 5px 10px 5px;}
.theme2 td.t2_50 { width:50%; text-align:center; padding: 10px 5px 10px 5px;}
.theme2 td.t2fini { width:25%; text-align:center; padding: 10px 5px 10px 5px;background-color:#FFEED5 }
.theme2 td.t11 { width:15%; text-align:center; padding: 10px 5px 10px 5px;}
.theme2 td.t12 { width:6%; text-align:center; padding: 10px 5px 10px 5px;}
.theme2 td.t13 { width:74%; text-align:left; padding: 10px 5px 10px 5px;}
.theme2 td.t14 { width:5%; text-align:center; padding: 10px 5px 10px 5px;}
.theme2 td.t21 { width:30%; text-align:center; padding: 10px 5px 10px 5px;}
.theme2 td.t22 { width:70%; text-align:left; padding: 10px 5px 10px 5px;}
.theme2 td img {border:0;}


.theme3 {visibility: visible;width: 85%;position: relative;margin-right: auto;margin-left: auto;}
.theme3 table {
background-color: transparent;
width:100%;
}
.theme3 td{padding: 0px 4px 0px 4px;border-width: 2px 2px 2px 2px;border-style: solid;border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff }
.theme3 td.t1 {	width:100%;	text-align:left; padding: 20px 10px 20px 10px;}
.theme3 td.t21 { width:35%; text-align:left; padding: 10px 5px 10px 5px;}
.theme3 td.t22 { width:6%; text-align:center; padding: 10px 5px 10px 5px;}
.theme3 td.t23 { width:54%; text-align:left; padding: 10px 5px 10px 5px;}
.theme3 td.t24 { width:5%; text-align:center; padding: 10px 5px 10px 5px;}
.theme3 td img {border:0; pause:inherit }

.theme4 {visibility: visible;width: 60%;position: relative;margin-right: auto;margin-left: auto;}
.theme4 table {
background-color: transparent;
width:100%;
}
.theme4 td{padding: 0px 4px 0px 4px;border-width: 2px 2px 2px 2px;border-style: solid;border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff }
.theme4 td.t1 {	width:100%;	text-align:left; padding: 20px 10px 20px 10px;}
.theme4 td.t2_25 { width:25%; text-align:center; padding: 10px 5px 10px 5px;}
.theme4 td.t2_50 { width:50%; text-align:center; padding: 10px 5px 10px 5px;}



/*
.article img {
	border: 1px solid #000000;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
*/

/**********************************************************
* Début des styles HighSlide
**********************************************************/


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	/*border: 2px solid silver;*/ /* ac : IMPORTANT A VIRER pour virer le bord de l'imagette*/
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(js/highslidev41/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(js/highslidev41/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(js/highslidev41/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(js/highslidev41/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(js/highslidev41/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(js/highslidev41/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(js/highslidev41/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	float: right;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(js/highslidev41/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	margin: 1px 0.4em;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(js/highslidev41/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(js/highslidev41/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(js/highslidev41/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(js/highslidev41/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(js/highslidev41/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(js/highslidev41/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% broke in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(js/highslidev41/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(js/highslidev41/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(js/highslidev41/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(js/highslidev41/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}

/**********************************************************
*Fin des styles HighSlide
**********************************************************/

/**********************************************************
* Début des styles Lightbox2
**********************************************************/
.lightbox img{ border: 0px solid gray;}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; border: 0px solid gray;}
#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(js/lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(js/lightbox2/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; }


/**********************************************************
* Fin des styles Lightbox2
**********************************************************/