/* 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;
}




#rightPan {
width : 580px;
float : left;
}
#rightPan equipe {
display : block;
margin : 0 0 10px 16px;
height : 28px;
background-repeat : no-repeat;
width : 550px;
padding-top : 0;
padding-left : 20px;
}
#rightPan equipe2 {
font : 24px/22px BlairMdITC TT-Medium, Tahoma, Arial, Helvetica, sans-serif;
color : #ccc;
display : block;
margin : 0 0 0 0;
height : 30px;
width : 550px;
background : url(../images/sous-titres-rond_bas.jpg) no-repeat;
}
#rightPan equipe2 {
color : #fff;
display : block;
margin : 0 0 20px 0;
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 : 0 0 0 0;
margin : 0 0 0 0;
margin-right : 0;
margin-left : 260px;
}
#rightPan p.intro8 {
color : #333;
font : 12px/20px Verdana, Arial, Helvetica, sans-serif;
width : 550px;
padding : 16px 0 0 12px;
margin : 0 0 0 0;
margin-right : 0;
text-align : left;
}
#rightPan p.contenu1 {
color : #666;
font : 14px/15px Verdana, Arial, Helvetica, sans-serif;
display : block;
width : 250px;
padding : 0 0 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 0;
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 0 0 12px;
margin : 0 0 0 0;
}
#rightPan p.contenu2 {
color : #d3d3d3;
font : 14px/20px Verdana, Arial, Helvetica, sans-serif;
display : block;
width : 498px;
padding : 10px 0 0 52px;
margin : 0 0 0 0;
background : #151515 url(../images/02.gif) no-repeat 11px 13px;
}
#rightPan p.three {
color : #d3d3d3;
font : 14px/20px Verdana, Arial, Helvetica, sans-serif;
display : block;
width : 373px;
padding : 10px 0 0 52px;
margin : 0 0 0 0;
background : #151515 url(images/03.gif) no-repeat 11px 13px;
}
#rightPan p.participer {
color : #333;
padding : 7px 0 20px 0;
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 : 300px;
margin-top : 30px;
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 : 0 solid black;
width : 565px;
height : 295px;
overflow : auto;
}
#blocktoscroll3 {
border : 0 solid black;
width : 540px;
height : 350px;
overflow : auto;
}
#blocktoscroll4 {
border : 0 solid black;
width : 540px;
height : 30px;
overflow : hidden;
}
#blocktoscroll2 {
border : 0 solid black;
width : 560px;
height : 30px;
overflow : hidden;
}
#rightPan h1 {
width : 560px;
height : 220px;
background : url(../images/header.jpg) no-repeat 0 0;
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 : #ffffff url(../images/liens/liens.jpg) no-repeat 0 0;
color : #333;
font-size : 24px;
line-height : 36px;
padding : 0 0 0 65px;
margin : 29px 0 0 9px;
}
#rightPan h22 {
width : 470px;
height : 36px;
display : block;
background : #ffffff url(../images/contact/merci.jpg) no-repeat 0 0;
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 : #ffffff url(../images/icon4re.jpg) no-repeat 0 0;
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 : #ffffff url(../images/icon2.jpg) no-repeat 0 0;
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 : #ffffff url(../images/contact/fini.jpg) no-repeat 0 0;
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 : #ffffff url(../images/contact/fini.jpg) no-repeat 0 0;
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 : #ffffff url(../images/icon2.jpg) no-repeat 0 0;
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 : #ffffff url(../images/contact/merci2.jpg) no-repeat 0 0;
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) repeat 0 0;
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 : 0;
}
#detailPan a {
float : left;
width : 20px;
height : 28px;
display : block;
background : #ffffff url(../images/morebg.gif) no-repeat 0 0;
color : #1f1e15;
text-decoration : none;
padding : 0 15px 0 75px;
margin : 0 0 0 200px;
}
#detailPan a:hover {
text-decoration : underline;
}
#detail2Pan {
width : 530px;
height : 28px;
display : block;
background : url(../images/pattern.gif) repeat 0 0;
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 : 0;
}
#detail2Pan a {
float : left;
width : 20px;
height : 28px;
display : block;
background : #d5d2bc url(../images/morebg.gif) no-repeat 0 0;
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) repeat 0 0;
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 : 0;
}
#detail3Pan a {
float : left;
width : 20px;
height : 28px;
display : block;
background : #d5d2bc url(../images/morebg.gif) no-repeat 0 0;
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) repeat 0 0;
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 : 0;
}
#detail4Pan a {
float : left;
width : 20px;
height : 28px;
display : block;
background : #d5d2bc url(../images/morebg.gif) no-repeat 0 0;
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) repeat 0 0;
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 : 0;
}
#detail5Pan a {
float : left;
width : 20px;
height : 28px;
display : block;
background : #d5d2bc url(../images/morebg.gif) no-repeat 0 0;
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) repeat 0 0;
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 : 0;
}
#detail6Pan a {
float : left;
width : 20px;
height : 28px;
display : block;
background : #d5d2bc url(../images/morebg.gif) no-repeat 0 0;
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 : #ffffff url(../images/image-mag.jpg) no-repeat 100% 0;
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) no-repeat 0 0;
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) no-repeat 0 0;
color : #93c;
}
#rightaddtwoPan {
width : 218px;
height : 110px;
float : left;
background : #cbc8b2 url(../images/image2.jpg) no-repeat 100% 0;
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 : #aba894 url(../images/viewmore.jpg) no-repeat 0 0;
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;
}
#footermainPan {
background : #4c4c4c url(../images/footerbg.gif) repeat-x 0 0;
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 : 0;
}
#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 : 0;
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 : 0;
}
#footerPan ul.antoniolou li a:hover {
text-decoration : none;
color : #fff;
}
#footerPan ul.adresse {
width : 900px;
color : #666;
display : block;
position : absolute;
top : 120px;
left : 0;
padding-top : 20px;
}
#footerPan ul.adresse li {
height : 20px;
}
#footerPan ul.adresse li a {
background : #6b6854;
display : block;
color : #fff;
text-decoration : none;
padding : 0;
}
#footerPan ul.adresse li a:hover {
text-decoration : underline;
}
#footerPan p.copyright {
width : 204px;
background : #6b6854;
color : #f3f1df;
position : absolute;
top : 105px;
left : 218px;
}

