body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin:10px;
	padding:5px;
	background: #FFF url(images/degrade-rouge.png) repeat-x;
	/*background: ;*/
	/*background: #060;*/
	}

#page {
	width:80%;
	margin:auto;
	background:#FFFFFF;
	border:1px solid #a30008;
	text-align:left;
	z-index:1;
	}
	
#entete {
	position: relative;
	background-color: #a30008;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	height: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a30008;
	z-index: 2;
	color: #FFFFFF;
	}
	

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;

}

#lien_version {
	position:relative;
	left:20px;
	color: #AAAAAA;
	text-decoration: none;
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	float: right;
}

#lien_version a:link {
	color: #AAAAAA;
	text-decoration: none;
}

#lien_version a:active {
	color: #AAAAAA;
	text-decoration: none;
}

#lien_version a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

#lien_version a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

.message {

	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #FF1C27;

}

.pair {

	background: #DDDDDD;
	padding: 8px 12px;

}

.impair {

	background: #AAAAAA;
	padding: 8px 12px;

}
.trombinoscope {
text-align: center;
}

.trombinoscope td {
padding-bottom: 5px;
height: 50px;
vertical-align: top;
text-align: center;
}


h1 {

	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-style: normal;

	font-weight: bold;

	color: #222222;

}

.ajout_programme, .ajout_periode {
	background-color : #AAAAAA;
	padding: 15px;
	margin: 10px 50px 10px 50px;
	-moz-border-radius : 10px 10px 10px 10px;
}

.formulaire_ajout_programme,.formulaire_ajout_periode {
	display:none;
}

.titre_ajout_programme, .titre_ajout_periode{
	font-weight:bold;
}

.annuler_ajout_programme, .annuler_ajout_periode{
	text-align: right;
	font-style:italic;
	display:none;
}

.element_programme, .element_periode {
	background-color : #EEEEEE;
	padding: 15px;
	margin: 10px 50px 10px 50px;
	-moz-border-radius : 10px 10px 10px 10px;
}

.titre_element_programme, .titre_element_periode{
	font-weight:bold;
	float: left;
}

.titre_champs{
	font-weight:bold;
	float: left;
	width: 150px;
}

.valeur_champs {
	color : #444444;
}

.formulaire_element_programme, .formulaire_element_periode{
	display:none;
}

.annuler_element_programme, .annuler_element_periode{
	text-align: right;
	font-style:italic;
	display:none;
}

.modifier_element_programme, .modifier_element_periode{
	text-align: right;
	font-style:italic;
}

.programmes_precedents, .periodes_precedentes {
	background-color : #AAAAAA;
	padding: 15px;
	margin: 10px 50px 10px 50px;
	-moz-border-radius : 10px 10px 10px 10px;
}

.autres_programmes, .autres_periodes{
	display:none;
}

.rouge {
	color : #CC0000;
	font-weight : bold;
}

.vert {
	color : #339933;
	font-weight : bold;
}
.jaune {
	color : #FF9900;
	font-weight : bold;
}

.statut1 {
	color : #3366CC;	
}

.statut2 {
	color : #66CCFF;
}

.statut3, .statut4 {
	color : #FF6600;
}
.statut5  {
	color : #990099;
}

.statut6 {
	color : #339933;
}
