	
	/****************************************************************************************************  GENERAL */


	/*---------- CONTAINERS ----------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 2% 20px 2%;
	color: #333333;
}
div#content {
	background-color: #E5E5E5;
	padding: 30px 2% 10px 2%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#left {
	float: left;
	width: 29%;
}
div#right {
	float: left;
	width: 69%;
	margin-left: 2%;
}


	/*---------- LOGIN ----------*/

div#login {
	background: url(../img/logo.jpg) no-repeat top right;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 140px;
	padding-top: 150px;
	text-align: right;
	margin-top: -160px;
	margin-left: -125px;
	text-align: center;
}
div#login small {
	font-size: 9px;
}


	/*---------- TITRES ----------*/

h1 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #988344;
}
h2 {
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: #700017;
	color: white;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	width: 100%;
}
h3 {
	margin: 0;
	text-align: left;
	background-color: #988344;
	color: white;
	font-size: 10px;
	letter-spacing: 1px;
	width: 100%;
	padding: 3px 0 3px 0;
	border-top: 1px solid white;
	text-indent: 10px;
}


	/*---------- DIVERS ----------*/

img {
	border: none;
}
p.erreur {
	color: #FF0000;
	margin: 0 0 10px 0;
	padding: 0;
}	
p.message {
	color: #415B50;
	margin: 0 0 10px 0;
	padding: 0;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
hr {
	color: #333333;
	margin-bottom: 20px;
}
.important td {
	background-color: #990000;
	color: white;
	font-weight: bold;
}
.basse td {
	background-color: #F5F5F5;
	color: #666666;
}
.erreur {
	background-color: #F5E9E9;
	border: 1px solid #990000;
	color: #990000;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0 10px 0;
}
.confirmation {
	background-color: #ECEFFF;
	border: 1px solid #0033CC;
	color: #0033CC;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0 10px 0;
}
.rouge td {
	background-color: #CC0000;
}
.jaune td {
	background-color: #FFFF33;
}
a {
	color: #988344;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0 0 0 20px;
}
ul li {
	list-style-type: square;
	margin: 0;
	padding: 0;
}
.total1 {
	background-color: #CCCCCC;
	font-weight: bold;
}
.total2 {
	background-color: #FFFF66;
	color: #CC0000;
	font-weight: bold;
}


	/****************************************************************************************************  TOP */

div#top {
	background: url(../img/logo_mini.jpg) no-repeat left;
	height: 80px;
	text-align: right;
}

	/*---------- MENU ----------*/

ul#menu {
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 24px;
}
ul#menu li {
	float: right;
	line-height: 21px;
	list-style-type: none;
	margin-left: 3px;
}
ul#menu li a {
	background: url(../img/btn_menu.gif);
	display: block;
	padding: 0 10px 3px 14px;
	color: #CCCCCC;
	text-decoration: none;
	border-right: 1px solid #4F4423;
}
ul#menu li a:hover {
	color: white;
}
ul#menu li a.selected {
	color: white;
	background: url(../img/btn_menu_over.gif);
}

	/*---------- SMENU ----------*/

ul#smenu {
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #988344;
	height: 25px;
	border-top: 1px solid #4F4423;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	font-weight: bold;
}
ul#smenu li {
	list-style-type: none;
	line-height: 25px;
	float: left;
	color: white;
}
ul#smenu li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 0 9px 0 9px;
	border-right: 1px solid white;
}
ul#smenu li a:hover {
	background-color: #700017;
}
ul#smenu li a.selected {
	background-color: #E5E5E5;
	color: #700017;
	border-right: 1px solid #999999;
}
ul#smenu li a.selected:hover {
	background-color: #E5E5E5;
}


	/*---------- MENU FONCTIONS ----------*/

ul#fon {
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #999999;
	border-top: 1px solid #333333;;
	border-bottom: 20px solid #700017;
	width: 100%;
}
ul#fon li {
	list-style-type: none;
	display: inline;
}
ul#fon li a {
	line-height: 23px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #333333;
}
ul#fon li a:hover {
	color: white;
}
ul#fon li a.selected {
	color: white;
	background-color: #700017;
}


	/****************************************************************************************************  TABLEAUX ET FORMULAIRES */


	/*---------- TABLEAUX ----------*/
	
table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #700017;
	border-top: 1px solid white;
}
th {
	background-color: #333333;
	padding: 3px;
	color: white;
}
td {
	background-color: white;
	padding: 3px;
	border-bottom: 1px solid #E5E5E5;
}
div#left table th {
	text-align: right;
	border-right: 1px solid #700017;
}
table.lines th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid white;
}
table.lines td {
	text-align: center;
	border-right: 1px solid #E5E5E5;
}
table.lines td.left {
	text-align: left;
}
table.lines td.right {
	text-align: right;
}
table.thright th {
	text-align: right;
}


	/*---------- CALENDRIER ----------*/

table#cal {
	width: 30%;
	border-collapse: collapse;
}
table#cal th {
	font-weight: bold;
	color: white;
	background: #988344;
	border: none;
	text-align: center;
}
table#cal a {
	color: white;
}
table#cal .sem {
	color: white;
	background: #700017;
	text-align: center;
	font-weight: bold;
}
table#cal .titrenum {
	background: #666666;
}
table#cal .titrenum2 {
	background: #CCCCCC;
}
table#cal .titrenum2 a {
	color: #666666;
}
table#cal .titrewend {
	background: #333333;
}
table#cal .titrewend2 {
	background: #999999;
}
table#cal .titrenow {
	background: white;
	font-weight: bold;
	color: #700017;
}


	/*---------- PLANNING ----------*/
	
table#planning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


	/*---------- FORMULAIRES ----------*/
	
form {
	margin: 0;
	display: inline;
}
input, select, textarea, option {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #700017;
	font-weight: bold;
}
optgroup {
	color: #333333;
}
.large {
	width: 92%;
}
.medium {
	width: 50%;
}
.small {
	width: 30%;
}
input.button {
	background-color: #575757;
	color: #FFFFFF;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.button:link {
	background-color: #575757;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
}
.button:visited {
	background-color: #575757;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
}
.button:hover {
	background-color: #575757;
	border-right: 2px solid #424242;
	border-bottom: 2px solid #424242;
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
}
.button:active {
	background-color: #424242;
	border-right: 2px solid #818181;
	border-bottom: 2px solid #818181;
	border-top: 2px solid #2D2D2D;
	border-left: 2px solid #2D2D2D;
}


	/****************************************************************************************************  BOTTOM */

div#bottom {
	clear: both;
}
div#footer {
	font-size: 11px;
	margin-top: 5px;
}
.normaweb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	background-color: white;
	padding: 0 2px 0 2px;
	letter-spacing: 1px;
	font-weight: bold;
}
.norma { color: #44715E; }
.web { color: #93AAAA; }

