body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
	background-color: #429dcc;
	background-image: url("../img/back.gif");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img
{
	border: 0;
}

a
{
	outline: none;
}

hr
{
	border: none;
	border-top: 1px dashed #429dcc;
	height: 0px;
}

form
{
	margin: -1px;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

input[type="text"]
{
	border: 1px solid #429dcc;
}

input[type="submit"]
{
	border: 1px solid #429dcc;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container
{
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url("../img/container_back.gif") ;
	background-repeat: no-repeat;
	margin: 0;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

	#header
	{
		height: 200px;
		text-align: right;
		padding-top: 10px;
		padding-right: 10px;
	}
	
	#menu
	{
		width: 200px;
		float: left;
		padding-bottom: 40px;
	}
		
		.menuActif
		{
			width: 215px;
			height: 10px;
			background-color: #429dcc;
			font-weight: bold;
			color: #FFFFFF;
			text-transform: uppercase;
			padding: 4px 0px 7px 4px;
			margin-bottom: 5px;
		}
			
		.menuCliquable
		{
			width: 215px;
			height: 10px;
			font-weight: bold;
			background-color: #c50c1f;
			text-transform: uppercase;
			padding: 4px 0px 7px 4px;
			margin-bottom: 5px;
		}
		
		.menuActif a
		{
			color: #FFFFFF;
			display: block;
			text-decoration: none;
		}
		
		.menuCliquable a
		{
			color: #FFFFFF;
			display: block;
			text-decoration: none;
		}
		
		.menuCliquable a:hover
		{
			display: block;
			color: #000000;
			text-decoration: none;
		}
		
	#content
	{
		background-color: #FFFFFF;
		margin-left: 300px;
		width: 650px;
		text-align: left;
		padding-bottom: 46px;
	}
	
		.lien
		{
			color: #c50c1f;
			font-weight: bold;
			text-decoration: none;
		}
		
		.lien:hover
		{
			text-decoration: underline;
		}
		
		.lien_suite_actu
		{
			color: #005d9d;
			text-decoration: none;
		}
		
		.lien_suite_actu:hover
		{
			text-decoration: underline;
		}
		
		.infobulle
		{
			width: auto;
			margin: 5px;
			padding: 5px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 10px;
			color: #FFFFFF;
			background-color: #000000;
		}
		
		.rappel
		{
			color: #FFFFFF;
			background-color: #c50c1f;
			width: 75%;
			padding: 1px;
		}
		
		.tableau
		{
			font-weight: bold;
			font-size: 10px;
		}
		
		.explications
		{
			font-weight: bold;
			color: #005d9d;
		}
	
	#bottom
	{
		position: absolute;
		bottom: 0;
		padding-bottom: 0px;
		margin-bottom: 0px;
		left: 50%;
		margin-left: -480px;
		width: 100%;
		clear: both;
	}
	
		#sponsor
		{
			height: 20px;
			background-color: #005d9d;
			text-align: right;
		}
		
		#copynews
		{
			height: 20px;
			background-color: #c50c1f;
			text-align: right;
			vertical-align: top;
			color: #FFFFFF;
			font-size: 10px;
		}
			
			#newsletter
			{
				float: left;
				margin-left: 5px;
				text-align: left;
				width: 500px;
				height: 20px;
			}

#newsletter_fenetre
{
	background-color: #FFFFFF;
	width: 430px;
	height: 145px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -72px;
}

#newsletter_container
{
	width: 480px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	position: absolute;
	left: 50%;
	margin-left: -240px;
}

#newsletter_entete
{
	height: 140px;
	background-color: #FFFFFF;
	text-align: right;
}

.newsletter_notes
{
	font-size: 9px;
}
