﻿@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
	
	font-family:  verdana, arial, tahoma ;
	font-size: 11px;

	background-repeat: repeat-x;
}
 
H1 {
	
	color: #70b221;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
}

H2 {
	color: #70b221;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
}
.illustration {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


H3 {
	color: #70b221;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
}

.misenvaleur {
	color: #70b221 /* previous green: #9FC213 */;
	text-decoration: none;
	font-weight: bold;
}


.memoire {
	color: #49699c;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.framboise {
	color: #b60e1d;
	text-decoration: none;
	font-weight: bold;
}

.poire {
	color: #cab120;
	text-decoration: none;
	font-weight: bold;
}

.pomme {
	color: #849930;
	text-decoration: none;
	font-weight: bold;
}

.orange {
	color: #f97b03;
	text-decoration: none;
	font-weight: bold;
}

.kiwi {
	color: #a97e49;
	text-decoration: none;
	font-weight: bold;
}

.citron {
	color: #f6c509;
	text-decoration: none;
	font-weight: bold;
}


.cerise {
	color: #b71d1b;
	text-decoration: none;
	font-weight: bold;
}

.fraise {
	color: #890f0a;
	text-decoration: none;
	font-weight: bold;
}

.fushia {
	color: #da14a4;
	text-decoration: none;
	font-weight: bold;
}





a {color:#000099;}
a:hover {
	color:#9DC212;
}

.bloc2 ul li {
	list-style-image: url('/images/bullet_green.png');
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.bloc2 ul ul li {
list-style-image: url('/images/bullet_blue.png');
	line-height: normal;
}


/*----------------------------------------BOX------------------------------------------------------- */
.tl { border-right:#CCCCCC 1px solid; border-bottom:#CCCCCC 1px solid; width:10px; height:10px;}
.tr { border-left:#CCCCCC 1px solid; border-bottom:#CCCCCC 1px solid; width:10px; height:10px; }
.tm { border-bottom:#CCCCCC 1px solid;}
.mr { border-left:#CCCCCC 1px solid;}
.ml { border-right:#CCCCCC 1px solid;}
.bm { border-top:#CCCCCC 1px solid;}
.bl { border-top:#CCCCCC 1px solid; border-right:#CCCCCC 1px solid; width:10px; height:10px; }
.br { border-top:#CCCCCC 1px solid; border-left:#CCCCCC 1px solid; width:10px; height:10px; }
.m { padding:10px;}


/*---------------------------------------------SEPARATION-----------------------------------------------*/
.dotted {border-right:dotted #666666 1px;}
.dottedbottom {border-bottom:dotted #9DC212 1px;}
.topPad {padding-top:10px;}



/*------------------------------------------------MENU------------------------------------------------*/
#btn {
	display: block;
	position: relative;
	padding-top: 2px;
	font-size:11px;
	float: left;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	background-repeat: no-repeat;
	width:108px;
	height:31px;
	text-align:center;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#btn a { text-decoration: none; color:#fff;}
#btn a:hover { color:#fff;}

#btn.act { background-image: url(../images/menu/blue.png);   }
#btn.act:hover {background-image: url(../images/menu/fushia.png);}
#btn.rouge {background-image: url(../images/menu/red1.png);}
#btn.yell {background-image: url(../images/menu/yell.png);}
#btn.green2 {background-image: url(../images/menu/green2.png);}
#btn.orange {background-image: url(../images/menu/orange.png);}
#btn.grey {background-image: url(../images/menu/grey.png);}

/*------------------------------------LISTES------------------------------------------------*/




ul.bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	list-style-type:none;
	line-height:20px;
	}

ul.bas a { text-decoration: none; color:#fff;}
ul.bas a:hover { color:#9FC213;}


.listTop{
font-family: Arial, Helvetica, sans-serif;
	color: #9FC213;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	}











.tableau {
	border: 1px dotted #999999;
}

#baselineTexte {
	margin-right: 25px;
	margin-left: 25px;
}
#baselineTexte p {
	color: #FFFFFF;
	font-size: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

