/* CSS Europe Group */

/****************************************** Placement général ( backgrounds et alignements ) */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color: #F2F2F2; /* fond bas */
}

#main { 
	height: 625px;
	width: 100%;
	
	background-image:url(image/fond-droite.gif); /* fond droite */
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #FFFFFF; 
}

#left { 
	float: left;
	width: 50%;
	height: 625px;
	
	background-image:url(image/fond-gauche.gif); /* fond gauche */
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #FFFFFF; 
}

#center { 
	z-index: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 575px;
	width: 950px;
	margin-left: -475px;
	background-image:url(image/fond-haut.gif); /* fond haut */
	background-repeat:repeat-y;
	background-color: #FFFFFF; 
}


#piedPage { 
	width: 100%;
	margin-top:15px;
	text-align:center;	
	font-size: 10px;
	font-style: normal;
	color: #333333;
	line-height: normal;
	font-weight: normal;
	/*background-color: #FFFF99;  jaune */
}

#piedPage a:link {
	color:#333333;
}

#Yz { 
	width: 100%;
	margin-top:10px;
	text-align:center;	
	font-size: 10px;
	font-style: normal;
	color: #333333;
	line-height: normal;
	font-weight: normal;
	/*background-color: #FFFF99;  jaune */
}

#europlive {
	background-image:url(image/scene_noirlac.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:40px;
	padding-right:65px;
	margin-top:-10px;
	height:320px;
	}

/****************************************** Placement des éléments du contenu de la page */

#elementUpperTop {
	padding-top:15px;
	width: 950px;
	height: 35px;
	text-align:center;
	
}

#elementLeft {
	float:left;
	 /* background-color: #FF9900; orange */
	width: 307px;
	height: 460px;
}

#elementTop {
	float: right;
	 /* background-color: #003399; bleu */
	width: 643px;
	height: 75px;
}

#elementContenu {
	float: left;
	background-color:#FFFFFF;
	width: 643px;
	height: 385px;
	overflow: auto;
	overflow-x: hidden;
}

#contenu {
	float:left;
	vertical-align:middle;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
}

#elementBottom {
	clear: both;
	/* background-color: #CCFF66;  vert clair */
	width: 950px;
	height: 115px;
}

#contenuLeft {
	width:49%;
	float:left;
	margin-right:10px;
}

/****************************************** mise en forme d'élements du contenus*/

#btnDoc {
	text-align:center;
}
/****************************************** Styles des éléments textes et liens*/

h1 {
	color:#333333;
	font-size:18px;
}

p {
	font-size:12px;
	text-align:justify;
	color: #333333;
}

ul {
	font-size:12px;
	}
	
.td50 {
	width:50%;
	font-size:12px;
	}

a:link {
	color:#FF0000; text-decoration: underline;
} 

a:visited {
	color:#FF0000; text-decoration: underline;
} 

a:hover {
	text-decoration:none;
}


.Yz:link {
	color:#333333;
	text-decoration: underline;
}

.Yz:visited {
	color:#333333;
	text-decoration: underline;
}

.texte {
	font-size:12px;
	text-align:justify;
	color: #333333;
}

.Style_texte {
	font-size: 10px;
	font-style: normal;
	color: #333333;
	line-height: normal;
	font-weight: normal;
}

.Style_europgroup {
	color:#FF0000;
	font-weight:bold;
}

.Style_europ {
	color:#FF0000;
}

.Style_europ_txthaut {
	color:#FF0000;
	font-size:11px;
}

.Style_bold {
	font-weight:bold;
}

.cadre {
	border-width:thin;
	border:inset;
	border-color:#66757E;	
}

.cadreBtn {
	border:inset;
	border-color:#FF0000;
	background-color:#FF0000;
}

.cadreBtn a{
	color:#FFFFFF;
	text-decoration:none;
}

.cadreBtn a:visited{
	color:#FFFFFF;
	text-decoration:none;
}




