/************************/
/* FEUILLE DE STYLE CSS */
/* PQOUTREMONT.ORG      */
/* NOVEMBRE 2006        */
/************************/

body {
	text-align:center;
	background:url(img/bg.jpg);
	font:12px arial,sans-serif;
}
#page {
	position:relative;
	margin:0px auto;
	width:750px;
	background-color:white;
	border:solid 1px black;
}
#navig {
	position:absolute;
	left:0px;
	top:165px;
	width:150px;
	text-align:center;
	/*background-color:rgb(0,79,163);*/
}
#navig a {
	color:white;
	text-decoration:none;
}
#contenuINDEX {
	margin-left:175px;
	margin-top:20px;
	width:400px;
	text-align:left;
	background-color:white;
}
#contenuINDEX #nouvelles{
	background-color:rgb(235,235,235);
	padding:5px;
}
#contenu {
	margin-left:175px;
	margin-top:20px;
	width:550px;
	text-align:left;
	background-color:white;
}
#exec {
	width:100%;
	font:12px arial,sans-serif;
}
#exec img {border:solid 1px navy;}
#surveiller {
	float:right;
	width:150px;
	height:268px;
	background-color:rgb(158,192,56);
	margin-top:20px;
}
#surveiller a {
	color:white;
	font-weight:bold;
}
#surveiller_contenu {
	margin:20px 20px 15px 20px;
}
table#resultat td {
	font-size:12px;
}
#cal {
	margin-top:20px;
	width:150px;
	background-color:rgb(158,192,56);
}

#login {
	margin-top:20px;
	width:150px;
	border:solid 1px rgb(200,200,200);
	color:rgb(150,150,150);
	font-size:10px;
}

#login input {
	border:solid 1px rgb(200,200,200);
	padding:2px;
	font-size:10px;
	width:90%;
}

#login button {
	background-color: rgb(200,200,200);
	color:rgb(130,130,130);
	font-size:10px;
	border: 0pt;
}

table#tCalendrier{
	empty-cells:show;
	width:100%;
}
table#tCalendrier #caption {
	font:bold 10px arial,sans-serif;
	/*font-variant:small-caps;*/
	text-transform: uppercase;
	text-align:center;
	border-bottom:solid 1px rgb(200,200,200);
	height:20px;
	vertical-align:middle;
	margin:0px;
}
table#tCalendrier th, table#tCalendrier td, table#tCalendrier {
	font:10px arial,sans-serif;
	text-align:center;
	padding:1px;
}
table#tCalendrier td.bold {
	font-weight:bold;
}
table#tCalendrier caption a{
	color:inherit;
	text-decoration:none;
}
#tCalendrier a.laDate {
	color:white;
	text-decoration:none;
	font-size:10px;
	border:solid 1px white;
	background-color:rgb(0,79,163);
	/*color:rgb(251,99,24);
	text-decoration:none;
	font-size:10px;*/
}
#table_contact input,textarea {
	width:100%;
}
#table_contact td {
	font:12px arial,sans-serif;
}
#table_contact textarea {
	height:250px;
}
#pied {
	font-style:italic;
	font-size:9px;
	color:white;
	text-align:center;
	background-color:rgb(0,79,163);
}
h3 {
	font-size:13px;
	color:rgb(0,81,163);
	font-style:italic;
}
h4 {
	font-size:12px;
	color:rgb(0,81,163);
	font-style:italic;
	margin:0px;
}
dt {
	color:rgb(0,81,163);
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	/*text-decoration:underline;*/
	margin-bottom:5px;
}
dd {
	margin-bottom:15px;
}
div.nouv span.titre {
	font-size:14px;
	font-weight:bold;
}
div.nouv span.date {
	font-size:10px;
}
div.nouv span.legende {
	font-style:italic;
}
div.nouv a {
	font-size:10px;
}
/* admin */
fieldset {
	margin-bottom:15px;
	padding:5px;
}
legend {
	font-weight:bold;
	font-size:16px;
}