/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/fond_haut.jpg);
	background-repeat: repeat-x;
	}
#prechargement {
	position: absolute;
	left: 1px;
	top: 1px;
}

#site {
	width: 750px;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-y;
}

#header{
	background-image: url(../images/haut.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 164px;
	text-align: right;
}
#top{
	text-align: left;
	padding-left: 10px;
	height: 30px;
}

#milieu {
	width: 800px;
}


#col_gauche{
	width: 190px;
	float: left;
	text-align: right;
	padding-left: 5px;
}

#menu{
	width: 170px;
}

#menu_cat a, #menu_cat a:hover {
	list-style-type: none;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: normal;
	background-image: url(../images/btn_mnu1.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}

#menu_cat a:hover {
	text-decoration: none;
	color: #0066CC;
	background-image: url(../images/btn_mnu2.gif);
	background-repeat: no-repeat;
}


#menu_page a, #menu_page a:hover {
	list-style-type: none;
	width: auto;
	background-image: none;
	border-width: 0;
	text-align: left;
	height: auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	color: #000033;
	display: block;
	text-decoration: none;
}

#menu_page a:hover {
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	background-position: center left;
}


#contenu{
	width: 535px;
	float: left;
	text-align: left;
	height: auto;
	margin-left: 10px;
}
#contenu2{
	width: 550px;
	height: auto;
	margin-top: 20px;
	margin-left: 10px;
}

#liste{
	
	}

#pied{
	width: 750px;
	font-size: 90%;
	text-align: left;
	height: 27px;
	background-image: url(../images/bas.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 13px;
	vertical-align: middle;
}

#titre_du_site {
	text-align: left;
	padding-top: 100px;
	padding-left: 20px;
	font-size: x-large;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}

#administration {
	font-size: 75%;
	text-align: left;
	background-repeat: repeat-y;
	clear: both;
}



a:link, a:visited{
	color: #000033;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #666666;
	cursor: hand;
}
a:active {
	text-decoration: none;
	color: #FF9C00;
}

.petit {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	}
.date {
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	

.admin {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #000000;
}
.Style2 {
	font-size: 12px;
	font-style: italic;
}
.titre {
	font-size: 20px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}
.petit_titre {
	font-size: 100%;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #0066CC;
}
.petit_menu {
	font-size: 13px;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	}
.alert {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
