/* CSS Document */
body{
	background-color: #FFF;
	margin-top: 30px;
	padding:0px;
	background:url(../images/mainbg.gif) 0 0 repeat-x #FFFFFF;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	
}
div, p, ul, h1, h2, h4, img, form, label{
	padding:0px 0px 0 0px;
	margin:0px;
	color: #475343;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul{list-style-type:none;}

#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#195fa4 url(CSS/images/bg.gif) repeat-x;
	color:#fff;
	}
#easyTooltip2{
	padding:5px 10px;
	border:1px solid #5e5e5e;
	background:#5e5e5e url(bg2.gif) repeat-x;
	color:#fff;
	}
#easyTooltip2 h4, #easyTooltip2 p{
	margin:.25em 0;
	}	
				

/*----MAIN PANEL----*/
#mainPan{
	width:870px;
	position:relative;
	margin:0 auto;
	padding:0px;
}
/*----GAUCHE----*/
#leftPan{
	width:240px;
	float:left;
}
#leftTopPan{
	width:250px;
	height:124px;
	position:relative;
	margin:0 auto;
	padding:0;
	background:url(../images/left-top.jpg) 0 0 no-repeat;
}
#leftTopPan img{
	width:160px;
	margin: 5px 0 0 37px;
}
#leftbasPan{
	width:240px;
	height:145px;
	position:relative;
	margin:0 auto;
	padding:0;
	background:url(../images/left-bas.jpg) 0 0 no-repeat;
	float: left;
}
#leftbasPan img{
	width:160px;
	margin: 5px 0 0 0px;
}
#leftPan h2{
	width:90px;
	height:50px;
	font-size:24px;
	line-height:50px;
	padding:0 0 0 63px;
	font-weight:normal;
	color: #C36;
}
#leftPan h3{
	width:90px;
	height:40px;
	font-size:20px;
	line-height:20px;
	padding:0 0 0 63px;
	font-weight:normal;
	color: #C36;
}
/*!!!!!!!!!!! QuickMenu Core CSS  !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {
	position:relative;
	zoom:1;
	z-index:10;
}.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
	height: 5;
}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {
	list-style:none;
	padding:0px;
}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {
	float:none;
}#qm0 li:hover>ul{top:5px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{
	width:240px;
	background-image: url(../images/menu-bg.jpg);
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{
	padding:10px 5px 0px 80px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{
	text-decoration:none;
	font-weight: normal;
	color: #999;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{
	text-decoration:none;
	color: #FFF;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{
	text-decoration:none;
	font-weight:normal;
	color: #666;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px 0px 5px 60px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{
	padding:2px 0px 2px 15px;
	margin:0px 5px 0px 5px;
	background-image:none;
	color:#666;
	font-size:12px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{
	text-decoration:none;
	color: #CCC;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{
	text-decoration:none;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		font-size:11px;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{
	border-top-width:0px;
	}


	/*"""""""" Box Animation Styles""""""""*/	
	#qm0 .qmbox	
	{
	border-width:0px;
	border-style:solid;
	border-color:#999999;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" (sub) Rounded Items""""""""*/	
	#qm0 div .qmritem span	
	{
	}


	/*"""""""" (sub) Rounded Items Content""""""""*/	
	#qm0 div .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{
	background: url(../QuickMenu/qmvis/qmimages/arrow_0.gif) no-repeat 95% 55%;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul a	
	{
	padding:2px 20px 2px 90px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{
	border-width:0px;
	border-style:solid;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0	
	{
	border-width:0px;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	}
#leftPan newsletter{
	width:130px;
	height:0px;
	margin:0 auto;
	margin-left: 0px;
	background-image: url(../images/memberbg.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	visibility: visible;
}

#leftPan newsletter h2{
	width:240px;
	height:10px;
	display:block;
	line-height:10px;
	padding:5px 0 0 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
}
#leftPan newsletter module{
	width:250px;
	height:80px;
	margin:0px 0 0 0px;
	font:12px/15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(../images/memberbg.jpg);
}

#leftPan_contact {
	width:230px;
	float:left;
	text-align: right;
	padding-top: 70px;
	background-image: url(../images/contact/contact_form.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	min-height: 280px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
#leftPan_form{
	margin:0;
	padding:0;
	padding-left: 10px;
	padding-right: 10px;
}
	
#leftPan_contact_form {
	float:left;
	width:200px;
	text-align: left;
	padding-left: 25px;
	margin-top: 50px;
	}
	
#leftPan_contact_form.contactform {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	width:250px;
	text-align: left;
	margin-top: 20px;
}

#leftPan_contact_form.contactform textarea {
	padding:2px;
	border:1px solid #d2d1cf;
	width:120px;
	height:50px;
	font-size:14px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #333;
}

#leftPan_contact_form.contactform label {
	min-width: 80px;
	float: left;
	padding: 5px;
	padding-left: 10px;
	margin-left: 25px;
}

#leftPan_contact_form.input-submit {
	margin-top:10px;
	margin-left: 0px;
	background-image: url(../images/contact/but1.png);
	width: 22px;
	height: 22px;
	background-repeat:no-repeat;
	border: none;
	cursor: pointer;
	background-color: transparent;
}


#leftPan_contact_form.input-submit:hover {
	margin-top:10px;
	margin-left: 5px;
	background-image: url(../images/contact/submit_small_over.gif);
	width: 50px;
	height: 100px;
	background-repeat:no-repeat;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

#leftPan_contact_form.input-textarea {
	padding:2px;
	border:1px solid #d2d1cf;
	width:120px;
	height:20px;
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f0eee7;
}

#leftPan ul.linkone{
	width:235px;
	height:30px;
	padding:0;
	background:none;
	line-height: 10px;
}
#leftPan ul.linkone li{
	width:118px;
	height:26px;
	position:relative;
	margin:0 auto;
	padding:0px;
	line-height: 10px;
}
#leftPan ul.linkone li a{
	width:96px;
	height:26px;
	display:block;
	background:url(../images/arrow-normal.gif) 0px 30% no-repeat;
	color:#8F8C73;
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:8px 0 0 22px;
	text-decoration:none;
	line-height: 10px;
}
#leftPan ul.linkone li a:hover{
	background:url(../images/arrow-normal.gif) 0 50% no-repeat;
	color:#CCC;
	text-decoration:none;
}





/*----DROITE----*/
#rightPan{
	width:580px;
	float:left;
}
#rightPan equipe{
	display:block;
	margin:0px 0 10px 16px;
	height:28px;
	background-repeat: no-repeat;
	width: 550px;
	padding-top: 0px;
	padding-left: 20px;
	}
#rightPan equipe2{
	font:24px/22px BlairMdITC TT-Medium, Tahoma, Arial, Helvetica, sans-serif;
	color:#CCC;
	display:block;
	margin:0px 0 0px 0px;
	height:30px;
	width: 550px;
	background: url(images/sous-titres-rond_bas.jpg) no-repeat;
	}
	#rightPan equipe2{
	color:#FFF;
	display:block;
	margin:0px 0 20px 0px;
	height:37px;
	width: 550px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	padding-left: 20px;
	padding-top: 10px;
	}
	#rightPan p.intro{
	color:#333;
	font:13px/20px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width:250px;
	padding:0px 0px 0 0px;
	margin:0px 0 0 0;
	margin-right: 0px;
	margin-left: 260px;
	}
	#rightPan p.intro8{
	color:#333;
	font:12px/20px Verdana, Arial, Helvetica, sans-serif;
	width:550px;
	padding:16px 0px 0px 12px;
	margin:0px 0 0 0;
	margin-right: 0px;
	text-align: left;
	}
	#rightPan p.contenu1{
	color:#666;
	font:14px/15px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width:240px;
	padding:0px 0px 0 10px;
	margin:0 0 0 240px;
	background:url(images/01.gif) no-repeat 11px 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	}
	
#rightPan p.details {
	background-color:#151515;
	color:#8C8C8B;
	padding:7px 0 13px 0px;
	width:560px;
	margin:0 0 0 0;
	}
#rightPan p.details a{
	background-color:#000000;
	color:#2BCB02;
	width:520px;
	display:block;
	font:14px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	padding:0 3px;
	}
#rightPan p.details a:hover{
	color:#fff; background-color:#124D8C; text-decoration:none;
	}
	#rightPan p.intro2{
	background-color:#151515;
	color:#FFFFFF;
	font:14px/20px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width:538px;
	padding:16px 0px 0 12px;
	margin:0px 0 0 0;
	}
#rightPan p.contenu2{
	color:#D3D3D3;
	font:14px/20px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width:498px;
	padding:10px 0px 0 52px;
	margin:0 0 0 0;
	background:url(images/02.gif) no-repeat 11px 13px #151515;
	}
#rightPan p.three{
	 color:#D3D3D3; font:14px/20px Verdana, Arial, Helvetica, sans-serif; display:block; width:373px; 
	padding:10px 0px 0 52px; margin:0 0 0 0; background:url(images/03.gif) no-repeat 11px 13px #151515;
	}

#rightPan p.participer {
	color:#333;
	padding:7px 0 20px 0px;
	width:542px;
	margin:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
#rightPan p.participer a{
	color:#333;
	width:90px;
	display:block;
	font:14px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	padding:6px 3px 10px 2px;
	margin-left: 400px;
	margin-top: 0px;
	background-image: url(../images/contact/contact_mail.png);
	background-repeat: no-repeat;
	}
#rightPan p.participer a:hover{
	color:#000;
	text-decoration:none;
	text-align: center;
	background-image: url(../images/contact/contact_mail1.png);
	background-repeat: no-repeat;
	}

#blocktoscroll {
	border:0px solid black;
	width:565px;
	height:295px;
	overflow:auto; /*Tu mets hidden si tu ne veux pas avoir de scrollbar*/
}
#blocktoscroll3 {
	border:0px solid black;
	width:540px;
	height:350px;
	overflow:auto; /*Tu mets hidden si tu ne veux pas avoir de scrollbar*/
}
#blocktoscroll4 {
	border:0px solid black;
	width:540px;
	height:30px;
	overflow:hidden; /*Tu mets hidden si tu ne veux pas avoir de scrollbar*/
}
#blocktoscroll2 {
	border:0px solid black;
	width:560px;
	height:30px;
	overflow:hidden; /*Tu mets hidden si tu ne veux pas avoir de scrollbar*/
}
#rightPan h1{
	width:530px;
	height:220px;
	background:url(../images/header.jpg) 0 0 no-repeat ;
	color:#666;
	font:20px/13px Georgia, "Times New Roman", Times, serif;
	padding:10px 0 0 13px;
}
#rightPan h1 span{
	font:13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
#rightPan h2{
	width:520px;
	height:36px;
	display:block;
	background:url(../images/icon4.jpg) 0 0 no-repeat #FFFFFF;
	color:#333;
	font-size:22px;
	line-height:36px;
	padding:0 0 0 65px;
	margin:29px 0 0 9px;
}
#rightPan h22{
	width:470px;
	height:36px;
	display:block;
	background:url(../images/contact/merci.jpg) 0 0 no-repeat #FFFFFF;
	color:#333;
	font-size:24px;
	line-height:36px;
	padding:0 0 0 65px;
	margin:29px 0 0 9px;
}
#rightPan h3{
	width:240px;
	height:36px;
	display:block;
	background:url(../images/icon4re.jpg) 0 0 no-repeat #FFFFFF;
	color:#333;
	font-size:24px;
	line-height:36px;
	padding:0 0 0 65px;
	margin:29px 0 0 9px;
}

#rightPan h4{
	width:350px;
	height:50px;
	display:block;
	background:url(../images/icon2.jpg) 0 0 no-repeat #FFFFFF;
	color:#333;
	font-size:16px;
	line-height:22px;
	padding:0 0 0 75px;
	margin:0 0 0 9px;
	clear:both;
}
#rightPan h4 span{
	color:#666;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
#rightPan hbloc{
	width:350px;
	height:35px;
	display:block;
	background:url(../images/contact/fini.jpg) 0 0 no-repeat #FFFFFF;
	color:#333;
	font-size:16px;
	line-height:22px;
	padding:12px 0 0 50px;
	margin:0 0 0 9px;
	clear:both;
}
#rightPan hbloc span{
	color:#666;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
#rightPan h4b{
	width:350px;
	height:35px;
	display:block;
	background:url(../images/contact/fini.jpg) 0 0 no-repeat #FFFFFF;
	color:#333;
	font-size:16px;
	line-height:22px;
	padding:12px 0 0 50px;
	margin:0 0 0 9px;
	clear:both;
}
#rightPan h4b span{
	color:#666;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
#rightPan h42{
	width:350px;
	height:25px;
	display:block;
	background:url(../images/icon2.jpg) 0 0 no-repeat #FFFFFF;
	color:#C36;
	font-size:18px;
	line-height:22px;
	padding:10px 0 0 75px;
	margin:0 0 0 9px;
	clear:both;
}
#rightPan h42 span{
	color:#666;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
#rightPan h44{
	width:380px;
	height:25px;
	display:block;
	background:url(../images/contact/merci2.jpg) 0 0 no-repeat #FFFFFF;
	color:#333;
	font-size:18px;
	line-height:22px;
	padding:0 0 0 35px;
	margin:0 0 0 9px;
	clear:both;
}
#rightPan h44 span{
	color:#666;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
#rightPan h99{
	width:350px;
	height:30px;
	display:block;
	background:#FFFFFF url(../images/contact/fini3.jpg) no-repeat 0 0;
	color:#333;
	font-size:18px;
	line-height:22px;
	padding:3px 0 0 45px;
	margin:0 0 0 9px;
	clear:both;
}
#rightPan h99 span{
	color:#666;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
#rightPan bloc1{
	padding:20px 0 0 9px;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/contact/sous-bloc.jpg);
}
#rightPan bloc1 a:hover{
	text-decoration:none;
	color: #000;
}
#rightPan p{
	padding:20px 0 0 9px;
	text-decoration: none;
}
#rightPan p a:hover{
	text-decoration:none;
	color: #000;
}
#rightPan p.bottompadding{padding:22px 0 0 9px; margin:0 0 38px 0;}
#rightPan p span.boldtext{
	font-weight:bold;
	text-align: left;
}
#rightPan p span.magedacolortext{background:#F6F4E4; color:#8F146E;}
#detailPan{
	width:530px;
	height:28px;
	display:block;
	background:url(../images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;
}
#detailPan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#detailPan a{
	float:left;
	width:20px;
	height:28px;
	display:block;
	background:url(../images/morebg.gif) 0 0 no-repeat #FFFFFF;
	color:#1F1E15;
	text-decoration:none;
	padding:0 15px 0 75px;
	margin:0 0 0 100px;
}
#detailPan a:hover{text-decoration:underline;}

#detail2Pan{
	width:530px;
	height:28px;
	display:block;
	background:url(../images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;
}
#detail2Pan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#detail2Pan a{
	float:left;
	width:20px;
	height:28px;
	display:block;
	background:url(../images/morebg.gif) 0 0 no-repeat #D5D2BC;
	color:#1F1E15;
	text-decoration:none;
	padding:0 15px 0 75px;
	margin:0 0 0 223px;
}
#detail2Pan a:hover{text-decoration:underline;
}
#detail3Pan{
	width:530px;
	height:28px;
	display:block;
	background:url(../images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;
}
#detail3Pan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#detail3Pan a{
	float:left;
	width:20px;
	height:28px;
	display:block;
	background:url(../images/morebg.gif) 0 0 no-repeat #D5D2BC;
	color:#1F1E15;
	text-decoration:none;
	padding:0 15px 0 75px;
	margin:0 0 0 226px;
}
#detail3Pan a:hover{text-decoration:underline;}
#detail4Pan{
	width:530px;
	height:28px;
	display:block;
	background:url(../images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;
}
#detail4Pan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#detail4Pan a{
	float:left;
	width:20px;
	height:28px;
	display:block;
	background:url(../images/morebg.gif) 0 0 no-repeat #D5D2BC;
	color:#1F1E15;
	text-decoration:none;
	padding:0 15px 0 75px;
	margin:0 0 0 185px;
}
#detail4Pan a:hover{text-decoration:underline;}
#detail5Pan{
	width:530px;
	height:28px;
	display:block;
	background:url(../images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;
}
#detail5Pan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#detail5Pan a{
	float:left;
	width:20px;
	height:28px;
	display:block;
	background:url(../images/morebg.gif) 0 0 no-repeat #D5D2BC;
	color:#1F1E15;
	text-decoration:none;
	padding:0 15px 0 75px;
	margin:0 0 0 225px;
}
#detail5Pan a:hover{text-decoration:underline;}
#detail6Pan{
	width:530px;
	height:28px;
	display:block;
	background:url(../images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;
}
#detail6Pan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#detail6Pan a{
	float:left;
	width:20px;
	height:28px;
	display:block;
	background:url(../images/morebg.gif) 0 0 no-repeat #D5D2BC;
	color:#1F1E15;
	text-decoration:none;
	padding:0 15px 0 75px;
	margin:0 0 0 212px;
}
#detail6Pan a:hover{text-decoration:underline;}
#rightaddonePan{
	width:550px;
	height:167px;
	float:left;
	background:url(../images/image-mag.jpg) 100% 0 no-repeat #FFFFFF;
	color:#333;
	margin-left: 5px;
	margin-bottom: 20px;
}
#rightaddonePan p.whitetext{
	font-size:22px;
	padding:16px 0 0 45px;
}
#rightaddonePan p.whitetextbig{
	font-size:28px;
	padding:10px 0 0 365px;
}
#rightaddonePan a{
	width:60px;
	height:58px;
	display:block;
	background:url(../images/click-normal.gif) 0 0 no-repeat;
	color:#000;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin:35px 0 0 390px;
	padding:0 0 0 55px;
}
#rightaddonePan a:hover{
	text-decoration:none;
	background:url(../images/click-hover.gif) 0 0 no-repeat;
	color: #93C;
}

#rightaddtwoPan{width:218px; height:110px; float:left; background:url(../images/image2.jpg) 100% 0 no-repeat #CBC8B2; color:#fff; margin:0 0 0 6px;}
#rightaddtwoPan p.whitetext{font-size:22px; padding:16px 0 0 16px;}
#rightaddtwoPan p.whitetextbig{font-size:28px; padding:10px 0 0 16px;}

#rightaddtwoPan a{width:82px; height:33px; display:block; background:url(../images/viewmore.jpg) 0 0 no-repeat #ABA894; color:#fff; font-size:16px; line-height:30px; text-decoration:none; margin:15px 0 0; padding:0 0 0 55px;}
#rightaddtwoPan a:hover{text-decoration:underline;}

/*----/FIN DROITE----*/

/*----PIED_de_PAGE ----*/
#footermainPan{
	background:url(../images/footerbg.gif) 0 0 repeat-x #4c4c4c;
	color:#CCC;
	position:relative;
	margin:0 auto;
	height:227px;
	clear:both;
}
#footerPan{
	width:691px;
	position:relative;
	margin:0 auto;
	font:13px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#footerPan ul{
	width:900px;
	position:absolute;
	top:85px;
	left:0px;
}
#footerPan li{float:left; }
#footerPan ul li a{
	padding:0 10px 0;
	color:#fff;
	text-decoration:none;
}
#footerPan ul li a:hover{
	text-decoration:none;
}

#footerPan ul.antoniolou{
	width:230px;
	color:#CCC;
	display:block;
	position:absolute;
	top:170px;
	left:570px;
	background-image: url(../images/copyright/sous-antoniolou.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 6px;
	padding-left: 0px;
	text-decoration: none;
}

#footerPan ul.antoniolou li{
	height:30px;
	padding-left: 15px;
}
#footerPan ul.antoniolou li a{
	display:block;
	color:#CCC;
	text-decoration:none;
	padding:0px;
}
#footerPan ul.antoniolou li a:hover{
	text-decoration:none;
	color: #FFF;
}

#footerPan ul.adresse{
	width:820px;
	color:#666;
	display:block;
	position:absolute;
	top:120px;
	left:0px;
	padding-top: 20px;
}
#footerPan ul.adresse li{height:20px;}
#footerPan ul.adresse li a{background:#6B6854; display:block; color:#fff; text-decoration:none; padding:0px;}
#footerPan ul.adresse li a:hover{text-decoration:underline;}

#footerPan p.copyright{width:204px; background:#6B6854; color:#F3F1DF; position:absolute; top:105px; left:218px;}

