/********** styles/style.css **********/
body
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: white;
	color: black;
}

a
{
	color: black;
}

a:hover
{
	color: #FF6600;
}

ul
{
	list-style-image: url('../images/puce.png');
}

.ul-aere li
{
	margin-bottom: 10px;
}

h1
{
	margin-top: 15px;
	margin-bottom: 5px;
	color: #969696;
}

h2
{
	margin-top: 10px;
	margin-bottom: 0px;
	color: #969696;
}

h3
{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

p
{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

input
{
	border: #969696 1px solid;
	background-color: #F0F0F0;
}

textarea
{
	border: #969696 1px solid;
	background-color: #F0F0F0;
}

/********** styles/style-main.css **********/
#nav
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 14px;
	font-size: 10px;
	border-bottom: 1px solid black;
	background-color: #969696;
	padding: 0px;
}
#nav .menu
{
	float: left;
}
#nav .bouton
{
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
#nav a
{
	text-decoration: none;
}
#nav a:hover
{
	color: white;
}
#nav .excuse
{
	float: right;
	color: #424242;
	font-style: italic;
}

#tete
{
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0px;
	background-image: url('../images/headerbg.png');
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#tete #logo
{
	float: left;
}
#tete #logo img
{
	border: 0px;
}
#tete #titre
{
	float: right;
	font-size: 20px;
	font-style: italic;
	margin-top: 35px;
	margin-right: 20px;
}

#menu
{
	position: absolute;
	top: 115px;
	left: 0px;
	right: 0px;
	height: 20px;
	background-image: url('../images/menu.png');
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	padding-top: 4px;
}
#menu .pos
{
	width: 60%;
	margin-left: 20%;
	position: absolute;
	z-index: 1000;
}
#menu .pos .niveau1
{
	font: bold 12px Verdana;
	color: white;
	float: left;
	width: 25%;
	cursor: pointer;
}
#menu .pos .niveau1:hover
{
	background-color: #4f4f4f;
	color: #969696;
	padding-bottom: 2px;
}
#menu .pos .niveau1 .bouton
{
}
#menu .pos .niveau2
{
	display: none;
	padding-top: 2px;
}
#menu .pos .niveau2 .bouton
{
	font: bold 10px Verdana;
	padding-bottom: 2px;
}
#menu .pos .niveau2 .bouton a
{
	color: white;
	text-decoration: none;
}
#menu .pos .niveau2 .bouton a:hover
{
	color: #969696;
}
#menu .pos .niveau1:hover .niveau2
{
	display: block;
}

#page
{
	position: absolute;
	width: 100%;
	top: 140px;
	bottom: 25px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}
#page #contenu
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

#pied
{
	position: absolute;
	bottom: 0px;
	height: 24px;
	width: 100%;
	background-image: url('../images/menu.png');
	border-top: 1px solid black;
	text-align: center;
	color: white;
	font-weight: bold;
}
#pied img
{
	padding-top: 4px;
	border: 0px;
	margin: 0px;
	opacity: 0.5;
}
#pied img:hover
{
	opacity: 1;
}

#page #contenu #error404
{
	padding: 2px;
	background-color: black;
	color: #DDDDDD;
	font-family: "Courier new", sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/********** styles/style-formulaire.css **********/
table.formulaire
{
	width: 100%;
	margin-top: 0px;
	text-align: left;
}
table.formulaire td
{
	padding-left: 5px;
	background-color: #E0E0E0;
}
table.formulaire td textarea
{
	width: 99%;
}
/********** styles/style-list.css **********/
table.list
{
	border-spacing: 0px;
	table-layout: auto;
}

table.list tr.bold
{
	font-weight: bold;
}

table.list td.id
{
	font: normal 12px Verdana;
	padding-right: 10px;
	width: 0px;
}
table.list td.id:before
{
	content: "[";
}
table.list td.id:after
{
	content: "]";
}

/********** styles/style-contenu.css **********/
#data
{
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 0px;
	right: 0px;
	overflow: auto;
}

.titre
{
	font: bold 14px Verdana;
	color: #707070;
	margin-top: 2px;
}
.date
{
	font-style: italic;
	margin-left: 10px;
}
.admin
{
	text-align: right;
}
.auteur
{
	text-align: right;
	font-weight: bold;
}
.contenu
{
	text-align: justify;
	font-family: courier new;
	margin-top: 5px;
	overflow: auto;
}

.about
{
	margin-top: 30px;
	text-align: justify;
}

/********** styles/lib/style-error.css **********/
#error
{
	width: 400px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#error .desc
{
	width: 370px;
	text-align: left;
}
#error .open
{
	width: 5px;
}

#error .etat
{
	width: 20px;
}
#error .close
{
	width: 5px;
}

#error .errorNO
{
	color: red;
}
#error .errorOK
{
	color: black;
}
#error .errorWARN
{
	color: #FF8000;
}
#error .errorCOM
{
	color: green;
}

/********** styles/lib/style-calendrier.css **********/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

/********** styles/lib/style-sous-menu.css **********/
#sous-menu
{
	position: absolute;
	top: 5px;
	height: 20px;
	width: 100%;
	background-color: #4f4f4f;
	text-align: center;
}
#sous-menu .bouton
{
	font: bold 10px Verdana;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}
#sous-menu .bouton a
{
	color: white;
	text-decoration: none;
}
#sous-menu .bouton a:hover
{
	color: #969696;
}
#sous-menu .boutonAdmin
{
	font: bold 10px Verdana;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}
#sous-menu .boutonAdmin a
{
	color: #F3A29B;
	text-decoration: none;
}
#sous-menu .boutonAdmin a:hover
{
	color: #969696;
}

/********** styles/lib/style-tools.css **********/
#change
{
	position: absolute;
	bottom: 5px;
	height: 20px;
	width: 100%;
	background-color: #4f4f4f;
}
#change a
{
	font: bold 10px Verdana;
	color: white;
	text-decoration: none;
}
#change a:hover
{
	color: #969696;
}
#change .prev
{
	float: left;
	margin-left: 5px;
	padding: 2px;
}
#change .next
{
	float: right;
	margin-right: 5px;
	padding: 2px;
}

