/*---------------------------------*/
/*----------- HTML TAGS -----------*/
/*---------------------------------*/

body{
	padding:0;
	margin:0;
	background:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	}

div{
	padding:0;
	margin:0;
	border:0;
	}
table,
tr,
td,
tbody{
	padding:0;
	margin:0;
	border:0;
	border-collapse: collapse;
	vertical-align:top;
	}
	
h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 29px;
	line-height:30px;
	color: #eea237;
	font-weight:bold;
	margin:40px 0 0 10px;
	padding:0;
	}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height:30px;
	color: #eea237;
	margin:0 0 0 10px;
	padding: 0;
	}

h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	}
	
p{
	font-family: "lucida sans", Tahoma, Geneva, sans-serif;
	line-height:18px;
	font-size: 14px;
	font-weight:500;
	}
	

 

/*---------------------------------*/
/*------- STRUCTURE CLASSES -------*/
/*---------------------------------*/

table.wrap{
	background:#000000 url(../images/fond.jpg) no-repeat;
}
table.main{
	height:605px;
	width:950px;
	}	
/*.wrap{
	position:relative;
	width:950px;
	height:602px;
	top:0;
	left:50%;
	margin-left: -475px;
	padding:0;
	}
*/	

/*---------------------------------*/
/*---------- LEFT COLUMN ----------*/	
/*---------------------------------*/

.ltCol{
	width:504px;
	height:600px;
	
	}
	

.swfObj{
	width:160px; 
	height:429px;
	padding-left:6px;
	}
.intro{
	padding-left:26px;
}
.intro p{
	color: #262523;
}

a,
a:link,
a:visited,
a:active,
a:hover{
text-decoration:none;
color:#2B4986;
font-weight:bold;
}
a:hover{ text-decoration:underline;}
/*---------------------------------*/
/*---------- Right COLUMN ----------*/	
/*---------------------------------*/

.rtCol p{
	color:#2b4986;
	font-size:13px;
	line-height:14px;
	padding:0 10px 0 60px;
	margin: 5px 0 15px 0;
	}

.shadowBox{
	height: 300px;
	width: 434px;
	margin-top: 40px;
	margin-left:50px;
	background: url(../images/bloc_texte.png) 0 0 no-repeat;}
	
 .shadowBox p{
	color:#2b4986;
	font-size:16px;
	line-height:16px;
	padding:0 10px;
	margin: 15px 0 10px 0;
	}

 .shadowBox  p.linkBtn{
	line-height:38px; 
	text-align:center; 
	margin-top: 30px;
	}

p.linkBtn a,
p.linkBtn a:link,
p.linkBtn a:visited ,
p.linkBtn a:active{
	text-decoration: none;
	background: url(../images/bt_parlez.png) center center no-repeat;
	font-family:  "lucida sans",Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding:17px 50px 30px 20px 
}
p.linkBtn a:hover {
	background-image: url(../images/bt_parlez_over.png);
}


/*IE? FIXES*/

* html p.linkBtn a:link,
* html p.linkBtn a:visited ,
* html p.linkBtn a:active{
	background: url(../images/bt_parlez.gif) center center no-repeat;
}

* html p.linkBtn a:hover {
	background-image: url(../images/bt_parlez_over.gif);
}

* html .shadowBox{
	background: url(../images/bloc_texte.gif) 0 0 no-repeat;}
