﻿/* CSS Document */

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	padding: 0px;
	margin: 0px;
	color: #666;
	font: 14px/20px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* HEADER */

#header
{
	width: 780px;
	height: 290px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 99;
}

#header .linkLogo
{
	position: absolute;
	top: 60px;
	left: 60px;
	width: 400px;
	height: 120px;
}

#header .flag
{
	width: 50px;
	height: 20px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	top: 267px;
	left: 15px;
}

#header .flag img
{
	margin: 2px 0 0 2px;
	padding: 0px 0 0 0px;
	position: static;
	width: 17px;
	height: 16px;
}

#header .rss
{
	width: 30px;
	height: 20px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	top: 267px;
	left: 70px;
	color: #EF7E18;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#header .tinymenu
{
	width: 70px;
	height: 20px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	top: 267px;
	left: 100px;
	z-index: 999;
}
#header .tinymenu a
{
	font-size: 11px;
	color: #878787;
	text-decoration: none;
	vertical-align: middle;
}

#header .tinymenu img
{
	margin: 2px 0 0 8px;
	padding: 0px 0 0 0px;
	position: static;
}

#header .login
{
	width: 370px;
	height: 20px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	top: 267px;
	left: 180px;
	z-index: 999;
	color: #F3F4F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#header .login a
{
	color: #F3F4F0;
	text-decoration: none;
}

#header .login a:hover
{
	color: #F3F4F0;
	text-decoration: none;
}

.loginControl .loginTitle
{
	font-family: Tahoma,Arial;
	font-size: 10.5pt;
	color: #666666;
}

.loginControl label
{
	color: #003366;
}


#header .imf
{
	width: 185px;
	height: 20px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	top: 267px;
	left: 580px;
	z-index: 999;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-align: right;
}

#header .imf a
{
	text-decoration: none;
	color: #333333;
}

#header .img1
{
	width: 780px;
	height: 290px;
	background: url(../images/header-img1.jpg) 0 0 no-repeat #FEEBB0;
	color: #fff;
	text-indent: -2000px;
}

#header .img2
{
	width: 780px;
	height: 290px;
	background: url(../images/header-img2.jpg) 0 0 no-repeat #FEEBB0;
	color: #fff;
	text-indent: -2000px;
}

#header .img3
{
	width: 780px;
	height: 290px;
	background: url(../images/header-img3.jpg) 0 0 no-repeat #FEEBB0;
	color: #fff;
	text-indent: -2000px;
}

#header .img4
{
	width: 780px;
	height: 290px;
	background: url(../images/header-img4.jpg) 0 0 no-repeat #FEEBB0;
	color: #fff;
	text-indent: -2000px;
}

#header .img5
{
	width: 780px;
	height: 290px;
	background: url(../images/header-img5.jpg) 0 0 no-repeat #FEEBB0;
	color: #fff;
	text-indent: -2000px;
}

#header .img6
{
	width: 780px;
	height: 290px;
	background: url(../images/header-img6.jpg) 0 0 no-repeat #FEEBB0;
	color: #fff;
	text-indent: -2000px;
}

/* REM: AJOUT D IMAGE SUPLEMENTAIRE
	
	#header .imgN  <--- POUR AJOUT D'IMAGE INCREMENTER N
	{
		width: 780px;
		height: 290px;
		background: url(../images/header-imgN.jpg) 0 0 no-repeat #FEEBB0;   METRE L IMAGE DS LE REPERTOIRE "images"
		color: #fff;
		text-indent: -2000px;
	}
	
	*/


#header ul
{
	width: 420px;
	height: 50px;
	display: block;
	position: absolute;
	top: 290px;
	right: 0px;
	color: #fff;
	z-index: 999;
	visibility: visible;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu-bg_long.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header ul li
{
	float: right;
	display: block;
	height: 50px;
	background: url(../images/menu-devider.gif) right top no-repeat;
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 0px;
	padding-right: 10px;
}

#header ul li span
{
	display: block;
	width: 108px;
	height: 55px;
	background: url(../images/menu-hover.gif) 50% 0 no-repeat;
	font: 13px/17px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}

#header ul li a
{
	display: block;
	height: 50px;
	background: url(../images/menu-bg.gif) 0 0 repeat-x;
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding-top: 7px;
	text-transform: uppercase;
}

#header ul li a:hover
{
	display: block;
	background: url(../images/menu-hover.gif) 50% 0 no-repeat;
	text-decoration: none; /*position:fixed;*/
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

/* /HEADER */






/* BODY */

#body
{
	background-image: url(../images/bg_Lpan_2cols.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	z-index: 89;
	vertical-align: top;
}

#bodyLeft
{
	position: relative;
	width: 360px;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	z-index: 99;
}


#bodyRight
{
	position: relative;
	width: 420px;
	height: 100%;
	display: block;
	float: right;
	margin-top: 40px;
	padding: 0px 0px 0px 0px;
	z-index: 90;
}

/* /BODY */


/* STYLE DE TEXTE, ETC */
.margeleft /* Toujours l'utiliser pour avoir la marge à gauche */
{
	margin-left: 25px;
	z-index: 999;
}

.aligneright
{
	text-align: right;
	margin-right: 20px;
}

.texteorange
{
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	line-height: 10px;
}

.texteorangenormal
{
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

.texteorangeptit
{
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.lienorange
{
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

.lienbleu
{
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	line-height: 14px;
	text-decoration: none;
}

.liengris
{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.textegristit
{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height: 12px;
}

.textegrisgrasptit
{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height: 14px;
}

.textegrisgrasptit a
{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration:none;
	line-height: 14px;
}

.textegrisgrasptit a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration:underline;
	line-height: 14px;
}
.textenoir13, .textenoir13 a
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}
.textenoir13 a:hover
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: 14px;
}

.textegris
{
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 10px;
}

.textegrisnorm
{
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 13px;
	font-family: Tahoma,arial;
}
.texteorangebig
{
	font: 22px/90px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C05409;
	text-align: center;
	text-decoration: none;
}
.texteorangebigtitre
{
	font-size: 22px;
	font-weight: bold;
	color: #C05409;
	text-align: right;
	text-decoration: none;
	width: 420px;
}
.texteorangesmall
{
	font-size: 12px;
	font-weight: bold;
	color: #C05409;
	text-align: right;
	width: 420px;
	text-decoration: none;
}

.texteorangetit
{
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#lefth4Pan
{
	width: 360px;
	display: block;
	float: left;
	margin: 0px 0 0;
	padding: 0;
}

.textebleunorm
{
	font-size: 11px;
	color: #0066cc;
	text-decoration: none;
}

.textebleu, a.textebleu
{
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a.textebleu:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
.texterouge, a.texterouge
{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.texterouge:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.textebleutit
{
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.textaligndroite
{
	text-align: right;
	margin-right: 25px;
}

.textecenter
{
	text-align: center;
}

.textmarron
{
	font-size: 13px;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
	line-height: 13px;
}

.menutop
{
	font-family: Tahoma, Arial;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 340px;
	height: 50px;
}

.menutop ul
{
	text-align: center;
}

.menutop li
{
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 90px;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A53F00;
	line-height: 15px;
}

.menutop li a
{
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

ul
{
	list-style-type: none;
}

.blanc
{
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 50px;
	text-decoration: none;
}

.blanc2
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
}


.blanc3
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
}

.orange
{
	color: #FF9900;
}

.orange2
{
	color: #DD8F00;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.bleu
{
	color: #003399;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.orange3
{
	color: #ee7d16;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/fleche_off_blue.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.gris
{
	color: #999999;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
}

.gris2
{
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
}

.gris3
{
	color: #999999;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
}




/* /STYLE DE TEXTE, ETC */
/* PAGER */

.pager
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	line-height: 45px;
	margin-left: 100px;
}

.pager a.page
{
	color: #FFFFFF;
	text-decoration:underline;
}

.pager a.currentpage
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* POUR LES TITRES */

.bg_orange_s
{
	width: 340px;
	height: 55px;
	display: block;
	font: 16px/40px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EFEFEF;
	padding: 0 0 0 20px;
	margin: 0;
	background-image: url(../images/bg_orange_suite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.bg_orange
{
	width: 340px;
	height: 64px;
	display: block;
	font: 16px/40px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EFEFEF;
	padding: 0 0 0 20px;
	margin: 0;
	background-image: url(../images/bg_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.bg_bleu_left
{
	width: 340px;
	height: 56px;
	display: block;
	font: 16px/40px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EFEFEF;
	padding: 0 0 0 20px;
	margin: 0;
	background-image: url(../images/h2_bleu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

 .bg_bleu_left a
 {
 	font-weight: normal;
	color: #EFEFEF;
	text-decoration: none;
 }
.bg_bleu_right
{
	width: 400px;
	height: 56px;
	display: block;
	font: 16px/40px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EFEFEF;
	padding: 0 0 0 20px;
	margin: 0;
	background-image: url(../images/bg_bleu_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

/* /TITRES */



/* Image avec cadre. 3 tailles possibles: 70x70 100x100 et 300x300 */

.img70
{
	position: relative;
	clear: both;
	display: block;
	height: 78px;
	width: auto;
	padding-top: 4px;
	padding-left: 4px;
	margin-left: 20px;
	background-image: url(../images/img_cadre_70.png);
	background-repeat: no-repeat;
}

.img100
{
	position: relative;
	clear: both;
	display: block;
	height: 110px;
	width: 110px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 20px;
	background-image: url(../images/img_cadre_100.png);
	background-repeat: no-repeat;
}

.img300
{
	position: relative;
	clear: both;
	display: block;
	height: 312px;
	width: 312px;
	padding-top: 6px;
	padding-left: 6px;
	margin-left: 20px;
	background-image: url(../images/img_cadre_300.png);
	background-repeat: no-repeat;
}

.img70 .detailsimg, .img100 .detailsimg, .img300 .detailsimg
{
	position: absolute;
	margin-left: 10px;
	width: 230px;
}

.detailsimg
{
	margin-left: 10px;
}
/* --------------------------------------------------------- */


/* FOOTER */

.footer
{
	vertical-align: bottom;
	color: #F3F4F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
}

.footer a
{
	vertical-align: middle;
	text-decoration: none;
	color: #F3F4F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
}
#mainfooterPages_05
{
	color: #FAFAFA;
	position: relative;
	clear: both;
	width: 780px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/bg_footer_780px05.jpg);
	min-height: 60px;
}

#mainfooterbody
{
	color: #fff;
	clear: both;
	display: block;
	width: 780px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/bg_footer_780px.jpg);
	height: 56px;
	left: 0px;
	bottom: 0px;
	vertical-align: bottom;
	z-index: 95;
}
#mainfooterbodyHome
{
	color: #fff;
	clear: both;
	display: block;
	width: 780px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/bg_footer_780pxHome.jpg);
	height: 56px;
	left: 0px;
	bottom: 0px;
	vertical-align: bottom;
	z-index: 95;
}

#mainfooterbody1
{
	color: #fff;
	position: absolute;
	clear: both;
	display: block;
	width: 780px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/bottom_pers.png);
	height: 176px;
	left: 0px;
	bottom: 0px;
	vertical-align: bottom;
	z-index: 95;
}

#mainfooterbody2
{
	color: #fff;
	clear: both;
	display: block;
	width: 780px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/bg_footer_780px02.jpg);
	height: 248px;
	left: 0px;
	bottom: 0px;
	vertical-align: bottom;
	z-index: 95;
}

#mainfooterbody3
{
	color: #fff;
	clear: both;
	display: block;
	width: 780px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/bg_footer_780px03.jpg);
	height: 108px;
	left: 0px;
	bottom: 0px;
	vertical-align: bottom;
	z-index: 95;
}

/* /FOOTER  */

/* --------------------------------------------------------- */

/* FORM */
#form
{
	color: #999999;
	float: left;
	width: 720px;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
}

#form label
{
	color: #999999;
	font-size: 12px;
}

.form_left
{
	background-image: url(../images/bg_form_left.jpg);
	background-position: -75px 60px;
	background-repeat: no-repeat;
}

/* /FORM  */
