* {	font-family: Arial, Arial-narrow, Helvetica;
	color: #0830ad;
	}

body	{
		background-image: url(images/fond.jpg);
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #FFFFFF; 
		}

.titre	{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 26px;
		}		
.soustitre	{
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		}		
.soustitre_centre	{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		}		
.center {
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		}
	
.normal	{
		font-size: 12px;
		line-height: 15px;
		font-weight: normal;
		}
	
.normal_justifie	{
		font-size: 12px;
		line-height: 15px;
		text-align: justify;
		}
	
.normal_rouge	{
		font-size: 12px;
		line-height: 15px;
		font-weight: normal;
		color: #ee3300;
		}
	
a	{
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	line-height: 15px;
	color: #111111;
	}

.bouton	{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #0830ad;
	border-color: #0830ad;
	background-color: #ffffff;
	}	

.input	{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #0830ad;
	border: thin solid #0830ad;
	background-color: transparent;
	}	

.input_droite	{
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #0830ad;
	border-color: #0830ad;
	background-color: transparent;
	}	

