@charset "windows-1252";
/*
fond		: #FECAFD
*/

ul {
	text-align: left;
	list-style: none;
	}
p {text-align: center;}

/* LIENS CONTENUS */
a {color: #0000FF;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline; color: #FF0000;}

a img{border: none;}

h1 {
	font-size: 2em; text-align: right; color: #808080;
	padding: 0 5px 5px 0;
	text-transform: uppercase;
	font-style: italic;
}
h2 {color: #FF0000; font-size: 1.5em; text-align: left;}
h3 {color: #FF0000; font-size: 1.1em; text-align: left;}
h3.centrer{text-align: center;}
h4 {color: #666; text-align: right;}
h5 {color: #808080; font-size: 0.8em; text-align: right; font-style: italic;}
h6 {font-size: 0.8em; text-align: right;}

div {text-align: center;}
table {font-size: 1em;}

div.menu{
	background-image: url(../images/fond_div_menu.jpg);
	padding : 5px 5px 5px 5px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-style: solid;
	border-color: Gray;
	margin-bottom: 5px;
}

.menu hr, .compte hr, .article hr, .sortie hr, .photo hr{
	color: black;
	background-color: black;
	height: 3px;
	border: 0;
	margin: 5px 0 5px 0;
	clear: both;
}

div.centre, .article, .sortie, .photo, .compte{
	padding : 5px 5px 5px 5px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-style: solid;
	border-color: Gray;
	margin-bottom: 5px;
}

div.centre, div.compte{background-image: url(../images/fond_div_centre.jpg);}
div.article{background-image: url(../images/fond_div_article.jpg);}
div.sortie{background-image: url(../images/fond_div_sortie.jpg);}
div.photo{background-image: url(../images/fond_div_photo.jpg);}

#menu_connexion, #menu_gauche{
	text-align: left;
}
.champsaisie{
	width: 145px;
	background-color: Silver;
}

.champsaisie_compte{background-color: Silver;}

input.bouton_valid{
	background-color: transparent;
	font-family: verdana, helvetica, tahoma, arial, serif;
	font-size: 1em;
	color: gray;
	text-align: left;
	border: none;
	cursor: pointer;
}
input.bouton_valid:hover{text-decoration: underline;}

td.bouton_td{
	font-family: verdana, helvetica, tahoma, arial, serif;
	font-size: 1em;
	color: gray;
	padding: 3px;
	width: 99px;
	text-align: center;
	border: 2px solid gray;
	cursor: pointer;
}
td.bouton_td:hover{
	/*cursor: pointer;*/
	color: white;
	background-color: gray;
}
td.bouton_td a:hover{
	color: white;
	text-decoration: none;
}

input.bouton_valid_form{
	background-color: transparent;
	font-family: verdana, helvetica, tahoma, arial, serif;
	font-size: 1em;
	color: gray;
	text-align: center;
	border: 1px;
	border-color: gray;
	border-style: solid;
	cursor: pointer;
}
input.bouton_valid_form:hover{background-color: gray; color: white;}

.erreur{ color: red;}
.alerte{ color: blue;}

div.div_erreur, div.div_alerte{
	margin: auto;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: red;
	text-align: left;
	width: 90%;
}

div.miniature{
	display: block;
	float: left;
	width: 115px;
	height: 86px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.miniature img{
	text-align: center;
	display: block;
	vertical-align: middle;
	margin: auto;
}

#table_admin {border-collapse: collapse; border: 1px silver solid; width: 800px;}
#table_admin td {border: 1px gray solid; vertical-align: top;}
#table_admin ul, li {margin: 0; padding: 0;}
#table_admin ul {margin: 10px 0 0 2em; padding: 0;}
#table_admin h2 {color: white; text-align: center; background-color: gray; width: 100%; border-bottom: 1px silver solid;}
td.cellule_option {height: 40px; padding-bottom: 10px; text-align: left;}
.gris_clair{color: silver;}

div.div_erreur{border-color: red;}
div.div_alerte{border-color: blue;}

#pied_page ul {text-align: center;}
#pied_page li {margin-left: 20px; display: inline;}