body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	min-width:987px;/* for mozilla*/
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #814e77;/*#a5044a;*/
	background-position: center top;
	margin: 0px;
}

.hidden {
	display: none;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#outer{
	height:100%;
	min-height:100%;
	width:987px;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;

}

#innerwrap {/* enables content first */
	float:left;
	width:818px;
	/*background-color: pink;*/
}


/* ---------------------------------------------------------------- */
/*                            Top Header                            */
/* ---------------------------------------------------------------- */

#header {	
    position:absolute;
	top:0;
	left:0px;
	width:987px;
	height:80px;
	background-color: #814e77;
	background-image:url(images/bg-header.jpg);
	overflow:hidden;
}

.toolbar {
	position: absolute;
	top: 80px;
	background: #98cb4a;
	background-image:url(images/bg-menu.jpg);
	background-repeat:repeat-x;
	background-position:right;
	font-size: 70%;
	color: #ffffff;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	width: 100%;

}
.toolbar div {
	line-height: 14px}


.toolbar div a:link {
	text-decoration: none;
	background-image:url(images/bg_toolbar.gif) repeat-x;
	color:#FFFFFF;
	padding: 6px 10px 5px 10px;
}
.toolbar div a:hover{
	text-decoration: none;
	background-color:#5c960a;
	color:#FFFFFF;
	padding: 6px 10px 5px 10px;
}

.toolbar div a:visited {
	text-decoration: none;
	background-image:url(images/bg_toolbar.gif) repeat-x;
	color:#FFFFFF;
	padding: 6px 10px 5px 10px;
}	


.toolbar div a:visited:hover {
	text-decoration: none;
	background-image:url(images/bg_toolbar.gif) repeat-x;
	color:#FFFFFF;
	padding: 6px 10px 5px 10px;
}

.toolbar div a:active {
	text-decoration: none;
	background-color:#5c960a;
	color:#FFFFFF;
	padding: 6px 10px 5px 10px;
}

.topadvert {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 1;
}

.topadvert {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 1;
}

/* search panel */

.search1 {
	text-align: right;
	color: #814e77;
	position: absolute;
	top: 0px;
	left: 820px;
	font-weight: bold;
	font-size: 65%;

}

.search2 {
	text-align: right;
	color: #814e77;
	position: absolute;
	top: 115px;
	left: 480px;
	font-weight: bold;
	font-size: 65%;
}

.search3 {
	text-align: right;
	position: absolute;
	white-space: nowrap; 
	top: 115px;
	left: 690px;
	font-weight: bold;
	font-size: 65%;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #5c960a;
	background-color: #FFFFFF;
	padding: -2px;
	margin-top:3px;
}

input.btn {
	background-color: #FFFFFF;
	border-style:none;	
	color: #000066;
}

textarea {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0.5em;
	color:#000000;
	border: 1px solid #5c960a;
}

.submit {
	/*border: 1px solid #003366;
	background-color: #ceeba4;
	color: #9d0020;
	padding: 2px 5px;
	font-size: 50%;*/
	background-color: #9ac34e;
	color: #ffffff; 
	cursor: pointer; 
	font-family: Verdana; 
	font-weight: bold;
}

/* ---------------------------------------------------------------- */
/*                         Left menu column                         */
/* ---------------------------------------------------------------- */

#leftColumn {
	position:relative;/*ie needs this to show float */
	left: 5px;
	width:164px;
	float:left;
	font-size: 68%;
	padding: 120px 0px 32px 0px;
    /*background-color:Maroon;*/
}

.menuPrimary1, .menuPrimary2 {
	margin: 0px;
	padding: 0px;
}


.menuPrimary1, .menuPrimary2 img{
	/*margin: 0px 8px 0px 8px;*/
	/*padding: 0px;*/
}

.menuPrimary1 a, .menuPrimary1 a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px;
	padding: 4px 4px 4px 25px;
	background-image:url(images/_menu-main.gif);
	background-repeat:no-repeat;
	color: #6d2f61;
}

.menuPrimary1 a:hover, .menuPrimary1 a:visited:hover {
	background-image:url(images/_menu-main2.gif);
	color: #ffffff;
	text-decoration: none;
}

.menuPrimary2 a, .menuPrimary2 a:visited {
	display: block;
	text-decoration: none;
	margin: 0px 8px 0px;
	padding: 4px 4px 4px 25px;
	background-image:url(images/_menu-main.gif);
	color: #6d2f61;

	font-weight: bold;
}

.menuPrimary2 a:hover, .menuPrimary2 a:visited:hover {
	
	font-weight: bold;
	color: #ffffff;
	background-image:url(images/_menu-main2.gif);
	text-decoration: none;
}

.menuSecondary {
	margin: 0px;
	padding: 0px;
}

.menuSecondary a, .menuSecondary a:visited {
	display: block;
	text-decoration: none;
	margin: 0px 8px 0px;
	padding: 4px 4px 4px 8px;
	color: #cc0000;
	background: #e2cfde url(images/bullet_blue.gif) no-repeat 6px 8px;
	border-left: 10px solid #ffff00;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.menuSecondary a:hover, .menuSecondary a:visited:hover {
	color: #cc0000;
	background: #cccccc;
	text-decoration: underline;
}

.menuTertiary {
	margin: 0px;
	padding: 0px;
}

.menuTertiary a, .menuTertiary a:visited {
	display: block;
	text-decoration: none;
	margin: 0px 8px 1px;
	padding: 4px 4px 4px 26px;
	color: #93111d;
	background: #E7EBF0 url(images/indent.gif) 16px 6px no-repeat;
}

.menuTertiary a:hover, .menuTertiary a:visited:hover {
	color: #93111d;
	background-color: #B2BFCC;
}

/* other links in left menu */

.leftLink {
	margin: 0px;
	padding: 8px 0px;
}

.leftLink a, .leftLink a:visited {
	display: block;
	text-decoration: none;
	color: #000066;
	margin: 0px 8px 1px;
	padding: 3px 3px 3px 15px;
	border: 1px solid #90A4B6;
	background: #CDD7DF url(images/bullet_blue.gif) no-repeat 5px 7px;
}

.leftLink a:hover, .leftLink a:visited:hover {
	color: #000066;
	background-color: #FFFFFF;
}

.leftLink1 {
	text-align: center;
	border: 1px solid #814e77;
	padding: 5px 10px;
	margin-top: 15px;
	margin-left: 8px;
	margin-right: 8px;
	background: #97cb4a;
}

.leftLink1 a, .leftLink1 a:visited {
	display: block;
	text-decoration: none;
	color: #000066;
}

.leftLink1 a:hover, .leftLink1 a:visited:hover {
	color: #000066;
}

.leftLink2 {
	border: 1px solid #cc0000;
	padding: 5px 2px;
	margin-top: 15px;
	margin-left: 8px;
	margin-right: 8px;
}

.leftLink2 a, .leftLink2 a:visited {
	display: block;
	text-decoration: none;
	color: #000066;
}

.leftLink2 a:hover, .leftLink2 a:visited:hover {
	color: #cccccc;
	text-decoration: underline;

}

.leftLink3 {
	padding: 5px 2px;
	margin-top: 15px;
	margin-left: 8px;
	margin-right: 8px;
}

.leftLink3 a, .leftLink3 a:visited {
	display: block;
	text-decoration: none;
	color: #000066;
}

.leftLink3 a:hover, .leftLink3 a:visited:hover {
	color: #cc0000;
	text-decoration: underline;
}

.footer {
	position: relative;
	top: 20px;
	font-family: verdana, arial;
	font-size: 0.8em;
	color: #814e77;
	text-align: center;
	margin: 0px;
	padding: 0 1em 1em;
}

.footer a, .footer a:visited {
	color: #814e77;
	text-decoration: none
}

.footer a:hover, .footer a:visited:hover {
	color: #814e77;
	text-decoration: underline;
}
.date {
	color: #999999;
	margin: 0px;
	padding: 0;
	font-weight: normal;
	font-size: 0.7em;
}


/* ---------------------------------------------------------------- */
/*                          Right menu column                       */
/* ---------------------------------------------------------------- */

#rightColumn {
    position:relative;/*ie needs this to show float */
    right: 5px;
	width:164px;
	float:right;
	font-size: 68%;
    padding: 120px 0px 32px 0px;
    /*background-color: Maroon;*/
}



/* information panel style 1 */


.rightBox1 {
	margin: 0px 0px 0px 0px;
}

.rightBox1 img {
	/*margin: 0px 8px 0px 8px;*/
}

.rightBox1 h1{
	font-size: 1em;
	background: #814e77;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
}

.rightBox1 a, .rightBox1 a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 4px 22px;
	color: #6d2f61;
}

.rightBox1 a:hover, .rightBox1 a:visited:hover {
	color: #FFFFFF;

text-decoration: none;
}




/* information panel style 2 */

.rightBox2 {
	border: 1px solid #814e77;
	margin-top: 1px;
	margin-bottom: 15px;
	padding: 5px;
	margin-right: 10px;
	margin-left: -15px;
}

.rightBox2 h1{
	background: #814e77;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
}

.rightBox2 a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 0px;
}

.rightBox2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 0px;
}

.rightBox2 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.rightBox2 a:visited:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.rightBox2 img {
	margin: 0px 0px 5px;
}

.rightBox2 p {
	padding-top: 0.5em;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
}

.rightBox2 .imageLeft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}

/* information panel style 3 */

.rightBox3 {
	border: 1px solid #814e77;
	background: #ffffff;
	display: block;
	text-align: center;
	margin-top: 15px;
	padding: 5px;
	margin-right: 10px;
	color:#814e77;
	font-size:80%;
	font-weight:bold;
}

.rightBox3 h1{
	background: #814e77;
	color: #97cb4a;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}

.rightBox3 a, .rightBox3 a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px;
	color: #814E77;
}

.rightBox3 a:hover, .rightBox3 a:visited:hover {
	color: #814E77;
	text-decoration: underline;
}

.rightBox3 img {
	margin: 0px 0px 5px;
}

.rightBox3 p {
	padding-top: 0.5em;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
}

.rightBox3 .imageLeft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}

.rightBox3 ul {
	list-style: url(/images/bullet_blue.gif) disc;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0.5em;
	padding-bottom: 0px;
	padding-left: 2em;
	text-indent: 0;
}


/* ---------------------------------------------------------------- */
/*                         Main content area                        */
/* ---------------------------------------------------------------- */

#content {	
    position: relative;
    left: -15px;
    width:619px;
	float:right;
	font-size: 72%;
	padding-top:123px;
	padding-bottom:32px;/* needed to make room for footer */
	/*background-color: Aqua;*/
}

h1 {
	color: #814e77;
	margin: 0px;
	padding: 0px 0px 0.8em;
	font-size: 1.2em;
}

h1.main {
    background-color: #814E77;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	padding:4px 6px 4px 6px;
/*	background: #814e77 url(images/bg-main-title.jpg)repeat-x;*/
	margin: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	display: block;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000066;
	padding: 4px 4px 4px 6px;
	background: #97cb4a;
	margin: 0px;
	margin-bottom: 8px;
}

h2.article {
	font-size: 105%;
	color: #3366ff;
}

h3 {
	font-size: 105%;
	color: #97CB4A;
}

h4 {
	font-size: 1em;
	color: #000066;
}


h5 {
    font-size: 12px;
    text-align: center;
	font-weight: normal;
	padding: 4px 4px 4px 6px;
	background: #97CB4A;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 8px;
	display: block;
}


h6 {
    font-size: 12px;
    text-align: center;
	font-weight: normal;
	padding: 4px 4px 4px 6px;
	background: #814E77;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 8px;
	display: block;
}

a {
	color: #814e77;
	
}

a:visited {
	color: #814e77;
	
}

a:hover, a:visited:hover {
	color: #98cb4a;
}

.top {
	font-size: 0.9em;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 1em;
}

.inBox {
    border: 1px solid #814e77;
    float:right;
    margin:5px 5px 5px 20px;
    padding-left: 8px;
    padding-top: 5px;
    display:inline;
}

.inBox li {
    list-style: url(images/bullet_circle.gif) disc;
    margin-top: 5px;
    margin-left: -10px;
    margin-right: 10px;   
    padding: 0;
}

.inBox1 {
    float:right;
    margin:5px 5px 5px 5px;
    padding-left: 1px;
    display:inline;
}

.centerBox1 {
	background-color: #ceeba4;
	border: 1px solid #814e77;
	margin-top: 1px;
	margin-bottom: 15px;
	padding: 5px;
	margin-right: 20px;
}

.centerBox1 h1{
	font-size: 1.1em;
	color: #814e77;
	font-weight: bold;
	margin: 0px;
}

.centerBox1 a, .centerBox1 a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #814e77;
	margin: 0px;
	padding: 4px 0px;
	color: #333333;
}

.centerBox1 a:hover, .centerBox1 a:visited:hover {
	color: #814e77;
	text-decoration: underline;
}

.centerBox2 {
	font-size: 90%;
	text-align: center;
	background-color: #ceeba4;
	/*border: 1px solid #ffffff;*/
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;

}

.centerBox2 h1{
	background: #814e77 url(images/bg-main-title.jpg)repeat-x;
	color: #FFFFFF;
	padding: 2px 0px;
	font-weight: bold;
}

.centerBox2 a, .centerBox2 a:visited {
	font-weight: normal;
	display: block;
	text-decoration: none;
	background: #ceeba4 ;
	border-top: 1px solid #ffffff;
	margin: 0px;
	padding: 2px 0px;
	color: #000000;
}

.centerBox2 a:hover, .centerBox2 a:visited:hover {
	color:#578216;
	/*background: #97cb4a ;*/
	text-decoration: none;
}

.abecedaire {
    background: #EEEEEE ;
    display: block;
    text-align: center;
    padding: 5px;
    line-height: 20px;
    	
}

.abecedaire a, .abecedaire a:visited {
	font-weight: normal;
    text-decoration: none;
	margin: 0px;
	color: #000000;
    padding: 2px;


}

.abecedaire a:hover, .abecedaire a:visited:hover {
    color:#578216;
	text-decoration: none;
    color: #ffffff;
    background-color: #bbbbbb;
    padding: 2px 2px 3px 2px;
}

.more {
	border-top:1px solid #cecece;
	border-bottom:1px solid #cccccc;
	font-size:100%;
	margin:0;
	padding:5px;
	background: #98cb4a;
	background-image:url(images/bg-menu.jpg);
	background-position:right;
	background-repeat:repeat-x;
	color:red;
	font-weight: bold;
}

.more a  {
	margin:0px;
	padding:0 0 0 20;
	background: url(images/next.gif) no-repeat 3px 3px;
	color:#ffffff;
	text-decoration:none;
}

.more a:visited 
{
    margin:0px;
	padding:0 0 0 20;
	background: url(images/next.gif) no-repeat 3px 3px;
	color:#ffffff;
	text-decoration:none;
}

.more a:hover {
	color:#006600;
	text-decoration:none;
}

.more a:visited:hover {
	color:#006600;
	text-decoration:none;
}

.morehome {
	font-size:100%;
	margin:0px;
	padding-bottom:1px;
}

.morehome a, morehome a:visited {
	padding-left:10px;
	color:#ffffff;
	text-decoration:none;
			background: url(images/bg-main-title.jpg)repeat-x;
}

.morehome a:hover, morehome a:visited:hover {
	color: #ffffff;
	text-decoration:underline;
		background: url(images/bg-main-title.jpg)repeat-x;
}

p {
	margin: 0px 0px 1em;
	padding: 0px;
}

.googlefooter {
	white-space: nowrap; 
}

.rule {
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 12px;
	border-top: 1px solid #814e77;
}

.quote {
	padding-left: 1em;
	padding-bottom: 0em;
	padding-right: 0px;
	margin: 0px 0px 1em;
}

.category {
	font-size: 0.9em;
	color: #6666ff;
	padding-bottom: 1em;
	line-height: 1em;
	margin: 0px;
}

.category a{
	color: #006666;
}

.category a:hover, .category a:visited:hover {
	color: #666666;
}

.category a:visited{
	color: #006666;
}

.other-category {
    line-height: 17px;
    font-size: 85%;
}

.other-category a, other-category a:hover, .other-category a:visited:hover, .other-category a:visited {
    text-decoration: none;    
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 0;
}

ul ul {
	list-style: url(images/indent.gif) disc;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	list-style: url(images/bullet.gif) disc;
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 18px;
	margin-right: 0.5em;	
	padding: 0.5em;
}

.date {
	color: #999999;
	margin: 0px;
	padding: 0;
	font-weight: normal;
	font-size: 72%;
}

.dottedleft {
  	/*padding-right: 10px;
  	padding-left: 10px;*/
  	/*background: url(images/dot.gif) repeat-y left top;*/
}

.table-events {
    font-size:14px; 
    width:100%;
 
}

.table-events td {
    /*text-align: center;*/
    /*background: #814E77; color: #ffffff; */
    border-bottom: solid 1px #814E77;
    padding: 10px; 
}

td {
	font-size: 72%;
	color: #000000;
	/*padding-right: 10;*/
	/*padding: -20px;*/
}

.formsItem {
	float: left;
	font-size: 1em;
	color: #666666;
}

.formsHeader {
	padding: 0;
	margin-top: 10px;
	font-weight: bold;
	color: #97cb4a;
}

.formsCategory {
	color: #814e77;
	text-align: right;
	width: 199px;
}



.formsInputbox {
	font-size: 1em;
	border: none;
	color: #97cb4a;
	padding: 0px;
	margin: 0px 0px 8px 8em;
	float: none;
}

.bottomadvert {
	position: relative;
	margin-top: 18px;
	text-align: center;
}
	
.upgraded {
	margin:0;
	padding:5px;
	background: #ceeba4;
	color:#578216;
	font-weight: bold;
}

.upgraded a, upgraded a:visited {
	color:#578216;
	text-decoration:none;
}

.upgraded a:hover, upgraded a:visited:hover {
	color:#578216;
	text-decoration:underline;
}

.gold {
	margin:5px 0;
	padding:5px 15px;
	background: #ceeba4 url(images/arrowredblue.gif) no-repeat 6px 8px;
	color:#334f8e;
	font-size: 110%;
	font-weight: bold;
}

.gold a, gold a:visited {
	color:#000066;
}

.gold a:hover, gold a:visited:hover {
	color:#814e77;
}

.silver {
	margin:0;
	padding:5px 15px;
	color:#814e77;
	background: url(images/arrowblue.gif) no-repeat 6px 8px;
	font-weight: bold;
}

.silver a, silver a:visited {
	color:#4f1343;
}

.silver a:hover, silver a:visited:hover {
	color:#814e77;
}

.bronze {
	margin:0;
	padding:5px;
	color:#814e77;
	font-weight: bold;
}

.bronze a, bronze a:visited {
	color:#814e77;
}

.bronze a:hover, bronze a:visited:hover {
	color:#4f1343;
}

.articleDeFond
{
    background-color: #ceeba4;
	text-align:justify;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-right: #b5e074 1px solid;
    border-top: #b5e074 1px solid;
    border-left: #b5e074 1px solid;
    border-bottom: #b5e074 1px solid;
    margin-top: 2px;
    cursor:hand;
}

.title-contest{
	color:#814e77;
	font-size:14px;
	font-weight:bold;
}

.title-contest a{
text-decoration:none;
}

.top10{
	font-size:9px;
	}
	
#google_article {
	position: relative;
	top: 2px;
	float:right; 
	margin:1px 0px 5px 10px; 
	display:inline;
}
	
.divMap{
	font-size:9px;
	width:200px;
}

/* Sert à changer les liens des numéros de page en bas de affichage_contact.asp */

.lien {
    line-height : 20px;
}

.lien a {
    font: 11px Arial,Verdana;
    color: #000000;
    text-decoration: none;
    border: 1px solid #814E77 ;
    padding: 2px 6px 2px 6px;
    margin: 10px 1px 10px 1px;
    background-color: white;
}

.lien a:visited {
    font: 11px Arial,Verdana;
    color: #000000;
    text-decoration: none;
    border: 1px solid #814E77 ;
    padding: 2px 6px 2px 6px;
    margin: 10px 1px 10px 1px;
    background-color: white;
}

.lien a:visited:hover {
    font: 11px Arial,Verdana;
    color: #ffffff;
    background-color: #814E77;
    text-decoration: none;
    border: 1px solid #814E77 ;
    padding: 2px 6px 2px 6px;
    margin: 10px 1px 10px 1px;
}

.lien a:hover {
    font: 11px Arial,Verdana;
    color: #ffffff;
    background-color: #814E77;
    text-decoration: none;
    border: 1px solid #814E77 ;
    padding: 2px 6px 2px 6px;
    margin: 10px 1px 10px 1px;
}

.noLien {
    font: 11px Arial,Verdana;
    color: #AAAAAA;
    text-decoration: none;
    border: 1px solid #CCCCCC ;
    /*Marge interieur*/
    padding: 2px 6px 2px 6px;
    /*Marge exterieur*/
    margin: 10px 3px 10px 3px;
    background-color: white;
}

.lienActif a {
    font: 11px Arial,Verdana;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #814E77 ;
    padding: 2px 6px 2px 6px;
    margin: 10px 1px 10px 1px;
    background-color: #814E77;
}

.lienActif a:hover {
    font: 11px Arial,Verdana;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #814E77 ;
    padding: 2px 6px 2px 6px;
    margin: 10px 1px 10px 1px;
    background-color: #814E77;
}

.lienActif a:visited {
    font: 11px Arial,Verdana;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #814E77 ;
    padding: 2px 6px 2px 6px;
    margin: 10px 1px 10px 1px;
    background-color: #814E77;
}

.lienActif a:hover:visited {
    font: 11px Arial,Verdana;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #814E77 ;
    padding: 2px 6px 2px 6px;
    margin: 10px 1px 10px 1px;
    background-color: #814E77;
}

.numPage {
    text-align:center; 
    font-size:10px; 
    padding-top: 10px; 
    color: #B9B9D5;
}


/* ---------------------------------------------------------------- */
/*                           Pied de page                           */
/* ---------------------------------------------------------------- */

#clearfooter { /* to clear footer */
    width:100%;
    height:1px;
    clear:both;
    /*background-color: Red;*/
}

#bottom-footer { 
    width:987px;
	clear:both;
	height:38px;
	background-color: #98cb4a;
	color: #ffffff;
	position: absolute;
	font-size: 65%;
    padding: 5px 0px 5px 0px;
	text-align:center;
}

#bottom-footer a,#bottom-footer a:visited { 
	color: #ffffff;
	text-decoration:none;
}
	
#bottom-footer a:hover,#bottom-footer a:active { 
	text-decoration:underline;
}

/* ---------------------------------------------------------------- */
/*                           SHOPPING NOEL                          */
/* ---------------------------------------------------------------- */
.main_image {
    width: 576px;
    height: 310px;
    float: left;
    background-color:#ffffff;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #000;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	border:#999999 1px solid;
	
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.0em;
    line-height: 1.5em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #ceeba4;
    border-top: 1px solid #ffffff;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;
}


.image_thumb {
    float: left;
    width: 20px;

}
.image_thumb img {
    border: none;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
	padding: 0px 0px 3px 2px;
    float: left;
}
.image_thumb ul li.hover { /*--Hover State--*/

    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 15px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/



