 /***************************************************************************************
	htmlDesign_clp.css 	:	Mise en forme de SWFObject avec XHTML & CSS (=> home.php)
	Date				:	05-01-2009
	Version			: 	1.1
	Auteur			: 	Darios Jackson - CodeProd.Com
***************************************************************************************/
body{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#flashContent{
	position: absolute;
	height: 100%;
	width: 100%;	
}
#flashAlternativeContent{
	position: relative;
	top: 35%;
	left: 10%;
	right: 10%;
	width: 80%;	
	text-align: center;
	background-color: #F5F5F5;	
	border-top: 3px solid #3399CC;
	border-left: 3px solid #3399CC;
	border-right: 3px solid #3366CC;
	border-bottom: 3px solid #3366CC;
}

a{
	color: #3399CC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}	
a:link{
	text-decoration: none;
}
a:hover{		
	text-decoration: underline;
	
}
a:active{		
	color: #3366CC;
}
h1{
	color: #336699;
	font-size: 20px;
	font-weight: bold;
}
img{
	border: none;
}
/***************************************************************************************
							*** E.O.F. ***
***************************************************************************************/	