@charset "iso-8859-1";
/* CSS Document */

/* Main Document */
body {
	/*background-color:#473831;*/
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}

ul {
	margin-bottom:0;
}

li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:0px;
	line-height:1.5;
	font-size:11px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3366FF;
	text-decoration: none;
	line-height: normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3366FF;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3366FF;
	text-decoration: underline;
}
a.lien1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;

}
a.lien1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.lien1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3366FF;
	text-decoration: underline;
}

hr {
	width:80%;
	text-align:center;
}

/*Vertical and Horizontal Align*/

.horizon {
	position:absolute;
	left:50%;
	top:50%;
	width:350px;
	height:350px;
	margin-left: -175px; /* half of width */
	margin-top: -175px;  /* half of height */
}

/* Hide elements */

.hid {
	display:none;
}

/* Tables */

.maintableblue{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#007bbe;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#007bbe;
	clear:both;
}

.maintableyellow{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#fcc100;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#fcc100;
	clear:both;
}

.maintablered{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#e25d25;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#e25d25;
	clear:both;
}

.maintablegreen{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#49a834;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#49a834;
	clear:both;
}

.maintablepurple{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#8e137e;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#8e137e;
	clear:both;
}

.maintableblue2{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#005c9d;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#005c9d;
	clear:both;
}

.maintablered2{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#c50e1f;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#c50e1f;
	clear:both;
}

.contenttable{
	background:url(../../images/lucie.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	vertical-align:top;
}

/* Divs */

.maindiv {
	margin:0px;
	width:900px;
	margin:auto;
	height:100px;
}

/* Boxes */

.box1{
	position:relative;
	left:0px;
	top:0px;
	text-align:justify;
	width:450px;
	float:left;
}

.box1table{
	width:430px;
	border-bottom-style:solid;
	border-bottom-color:#fcc107;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#fcc107;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#fcc107;
	border-right-width:1px;
	padding:10px;
}

.box2table{
	/*width:330px;*/
	border-bottom-style:solid;
	border-bottom-color:#4aa933;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#4aa933;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#4aa933;
	border-right-width:1px;
	padding:10px;
}

.box2tablep{
	width:370px;
}

.box3table{
	width:330px;
	border-bottom-style:solid;
	border-bottom-color:#d25e25;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#d25e25;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#d25e25;
	border-right-width:1px;
	padding:10px;
}

.imagebox{
	position:relative;
	left:-10px;
	top:0px;
	float:left;
	z-index:10;
}

.mainbox{
	position:relative;
	left:0px;
	top:0px;
	float:left;
	width:580px;
	text-align:justify;
}

/* Menu */

#menu li{
	list-style-position:outside;
	list-style-type:disc;
	margin-left:-25px;
	line-height:1.5;
	font-size:9px;
}

.menu01{
	height:96px;
	width:75px;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	z-index:12;
}

#menu01{
	position:absolute;
	left:0px;
	top:96px;
	height:59px;
	width:0px;
	z-index:11;
	visibility:hidden;
}

.menu02{
	height:96px;
	width:105px;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	z-index:12;
}

#menu02{
	position:absolute;
	left:0px;
	top:96px;
	height:59px;
	width:0px;
	z-index:11;
	visibility:hidden;
}

.menu03{
	height:96px;
	width:105px;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	z-index:12;
}

#menu03{
	position:absolute;
	left:0px;
	top:96px;
	height:59px;
	width:0px;
	z-index:11;
	visibility:hidden;
}

.menu04{
	height:96px;
	width:105px;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	z-index:12;
}

#menu04{
	position:absolute;
	left:0px;
	top:96px;
	height:59px;
	width:0px;
	z-index:11;
	visibility:hidden;
}

.menu05{
	height:96px;
	width:102px;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	z-index:12;
}

#menu05{
	position:absolute;
	left:0px;
	top:96px;
	height:59px;
	width:0px;
	z-index:11;
	visibility:hidden;
}

.menu06{
	height:96px;
	width:138px;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	z-index:12;
}

#menu06{
	position:absolute;
	left:0px;
	top:96px;
	height:59px;
	width:0px;
	z-index:11;
	visibility:hidden;
}

.menu07{
	height:96px;
	width:100px;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	z-index:12;
}

#menu07{
	position:absolute;
	left:0px;
	top:96px;
	height:59px;
	width:0px;
	z-index:11;
	visibility:hidden;
}

/* Text */

.verysmallnormal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}

.mediumnormal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.grostitrebleu{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #87ACD2;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

.titrebleu{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #87ACD2;
	text-decoration: none;
	font-weight: bold;
}

.textebleu{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #87ACD2;
	text-decoration: none;
	font-weight:normal;
}

.grostitrejaune{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #fcc107;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

.titrejaune{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fcc107;
	text-decoration: none;
	font-weight: bold;
}

.textejaune{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fcc107;
	text-decoration: none;
	font-weight:normal;
}

.grostitrerouge{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #e25d25;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

.titrerouge{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #e25d25;
	text-decoration: none;
	font-weight: bold;
}

.texterouge{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #e25d25;
	text-decoration: none;
	font-weight:normal;
}

.grostitrevert{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4aa933;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

.titrevert{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4aa933;
	text-decoration: none;
	font-weight: bold;
}

.textevert{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4aa933;
	text-decoration: none;
	font-weight:normal;
}

.grostitreviolet{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #8d147d;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

.titreviolet{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8d147d;
	text-decoration: none;
	font-weight: bold;
}

.texteviolet{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8d147d;
	text-decoration: none;
	font-weight:normal;
}

.grostitrebleu2{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #067bcc;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

.titrebleu2{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #067bcc;
	text-decoration: none;
	font-weight: bold;
}

.textebleu2{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #067bcc;
	text-decoration: none;
	font-weight:normal;
}

.grostitrerouge2{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #c4101f;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

.titrerouge2{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #c4101f;
	text-decoration: none;
	font-weight: bold;
}

.texterouge2{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #c4101f;
	text-decoration: none;
	font-weight:normal;
}

/* thumbnail viewaer */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #067bcc;
	visibility: hidden;
	z-index: 11;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}

/* Presse */

div.titrepresse {
	border-bottom:1px solid #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	font-size:14px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #87ACD2;
	font-weight: bold;
}

div.presse {
	border: 1px solid #EFEFEF;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	text-align: justify;
}

div.presse h3 {
	clear: both;
	margin: 0 0 3px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

div.presse p {
	padding-left: 100px;
	margin: 10px 0px 0px 20px;
}

div.presse img {
	padding: 2px;
	margin: 10px 10px 0 0;
	float: left;
	border: 1px solid #C0C0C0;
}

div.presse ul {
	margin-left: 75px;
	color: #606060;
}