/*
	CSS
	DÉFINITION DES STYLES DES BLOCS DE MISE EN PAGE
*/


#flashContent { 
		margin:					0; 
		padding:				0;
		width:					100%; 
		height:					100%;
	 /* background-color:		#000000; */
	 /*	overflow: 				hidden;	*/
}

#noFlash{
 		position:absolute;
     	left: 50%; 
     	top: 50%;
		margin-top:				-233px;
		margin-left:			-250px;
		width:					500px;
}

#noFlash a {
		color: 					#dacd92;
		font-size:				10px;
}


#message{
		height:					280px;
		background-color:		#202020;
		padding:				35px 0 22px 0;
}

#message p {
		line-height:			13px;
		font-size:				10px;
		color: 					#FFFFFF;
		margin-left:			10px;
		margin-right:			10px;
}

#signature {
		float:					left; 
		width:					190px; 
		Border-right:			#121212 solid 1px;
}

#infos {
		float:					left; 
		width:					220px; 
		padding:				30px 40px 0 40px; 
		text-align:				left;
}

#copyright{
		background:				url(../medias/interface/bkg_copyright.gif) repeat-x top left #181818;
		line-height:			10px;
		padding:				10px 10px 7px 10px;
		font-size:				10px;
		text-align:				right;
		margin-bottom:			0px;
}

#copyright2 {
		margin:					10px 10px 0 0; 
		position:				relative; 
		top:					-5px;
		color:					#5b5b5b;
}

span#adresse{
		color:					#fff8d7;
}

#interface{
		margin:					10px auto 10px auto;
		padding:				20px;
		width:					600px;
		background-color:		#FFFFFF;
}

/*	RESUME																						*/

	#resume {
		margin-left: 			auto;
		margin-right:			auto;
		width: 					922px;
	}
	
    #resume_signature {
		padding-top: 			33px;
		padding-bottom:	 		12px;
	}
																							
	#about, #contact {
		background-color: 		#fff8d7;
		background-image: 		url(../medias/interface/degrade.jpg);
		background-repeat: 		repeat-x;
		background-position: 	top;
		padding-bottom: 		60px;
	}
	
	#about {
		margin-bottom: 			10px;
	}
	
	#contact {
		padding-top: 			32px;
		padding-left: 			40px;
		padding-right: 			40px;
	}
	
	#txt {
		padding-top: 			20px;
		padding-left: 			40px;
		padding-right: 			40px;	
	}
	
	#txt_left, #coordonnees {
	    float: 					left;	
	}
	
	#txt_right, #horaires {
		float: 					right;
	}

	#txt_left, #txt_right, #coordonnees, #horaires {
		width: 					390px;	
	}
	
	#resume p, #resume h3, #resume table tr td {
		padding-left: 			19px;
	}
	
	#resume .en {
		font-style: 			italic;
		color: 					#4f4c41;
	}
	
	#resume p.en, #resume table .en {
		font-size: 				11px;
		line-height: 			13pt;
	}
	
	#resume th {
		font-weight: 			bold;
		text-align:				left;
	}
	
	#resume .emphase {
		font-size: 				16px;
	}
	
	#footer {
		color: 					#fff8d7;
		font-size: 				8pt;
		text-align: 			right;
		padding-top: 			12px;
		padding-right: 			13px;
		padding-bottom: 		60px;
	}
	
	#footer span {
		margin-right: 			16px;	
	}
