/* Fichier style.css */

body {
    font-family:		Arial, Verdana, sans-serif;
	font-size:			16px;
	background-color:	#666;
    color:				#FFFFFF;
	margin: 			0 auto;
	padding: 			0;
	width: 				900px;
	text-align:			center;
}

img {
	border:					0;	
}

h1 {
	font-size:				16px;
	margin:					10px 20px;
	background-color:		#fff;
	color:					#000;
	padding:                0 0 0 5px;
}

div#all {
	width:					900px;
	border:					#000 solid 2px;
	margin-top:				20px;
}

div#content {
	width:					900px;
	margin:					0 0 10px 0;
	text-align:				left;
	overflow:				hidden;
}

div#navigation {
	float:					left;
	width:					200px;
	
	color:					#000;
	margin:					10px 20px;
	padding:                0 0 0 5px;
}

div#navigation a {
	font-size:				14px;			
}

div#navigation ul {
	list-style-image:		url(images/list_image.png);			
}

div#menu_accueil {
	width:					260px;
	float:					left;
	font-size:				14px;
	text-align:				justify;
	padding:				0 5px;
	margin-left:			10px;
}

div#menu_accueil img {
	position:				relative;
	margin-left:			0;
	margin-top:				0;	
}

img.image_titre, img.photo_accueil {
	position:				relative;
	margin-left:			0;
	margin-top:				0;
}

p.photo_accueil {
	float:					left;
	margin:					25px 0 15px 55px;
}

div#footer {
	margin-top:				10px;
	font-size:				12px;	
}

div.bloc {
	font-size:				0.9em;
	clear:					both;
	margin:					15px 0;
	overflow:				hidden;
}

.ombre {
    -moz-box-shadow: 0 0 8px #fff; 
    -webkit-box-shadow: 0 0 8px #fff; 
    box-shadow: 0 0 8px #fff;	
}

















/* Menu */
.titre_menu {font-size:16px; font-weight:bold}
.texte_menu {
	font-size:13px;
	color:#FFFFFF;
	text-align: justify;
}

/* Liens (en attente) */
a:link { font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none }
a:visited { font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none }
a:hover { font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: underline }
a:active { font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none }

/* En attente */
a.ref:link { font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none }
a.ref:visited { font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none }
a.ref:hover { font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: underline }
a.ref:active { font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none }


TD { font-family: Arial, Verdana, sans-serif; color:#FFFFFF; font-size:14px }

/* Contenu */
.contenu { color: #FFFFFF; font-size: 14px }
.tit_paragraphe { background-color:#FFFFFF; color: #000000; font-size: 14px; font-weight: bold; padding: 1 }
.sep_para { color:#685CCE }
.tit_part { background-color:#99CC99; color: #000000; font-size: 14px; font-weight: bold; padding: 1 }
.tit_rub_part { font-size: 14px; font-weight: bold}
.tit_liens { background-color:#FFFFFF; color: #000000; font-size: 14px; font-weight: bold; padding: 1 }
.avertissement { background-color:#FFFFFF; color: #000000; font-size: 12px; font-weight: bold; padding: 1 }

