@charset "utf-8";
/* CSS Document */


body
{

}
p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
}

p.titre
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
}

p.center
{
	text-align:center;
}

p.centergros
{
	font-size: 22px;
	text-align:center;
}



A:link 
{
font-size: 16px;

text-decoration: none; 
color:#FFFFFF

}

A:visited 
{
font-size: 16px;

text-decoration: none;
color:#E5E5E5
}

A:active 
{
font-size: 16px;

text-decoration: none;
color:#C0C0C0
}
 
A:hover 
{
font-size: 16px;

text-decoration: none;
color: white;
}

img
{

border:none;
}



div
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	text-justify:newspaper;
	
}

div.center
{
	text-align:center;

}


div.centermain
{
	text-align:center;
	width: 640px;
}

div.rightmain
{
	text-align:right;
	width: 640px;
}

div.leftmain
{
	width: 640px;
}



img
{
	 margin-left: 0px;
	 margin-right: 0px;
	 position:relative;
	 float:left;
}

img.center
{
	 margin-left: 0px;
	 margin-right: 0px;
	 position:relative;
	 float:none;
	 text-align:center;
	
}

img.centerborder
{
	margin-left: 0px;
	margin-right: 0px;
	position:relative;
	float:none;
	text-align:center;
	border:1px solid #000000	
}

img.right
{
	 margin-left: 0px;
	 margin-right: 0px;
	 position:relative;
	 float:right;
	 
}


table {
	background-color: #265472;
}

table.transparent {
background:none;
}




