@charset "utf-8";
/**
 *CSS général de la page Presence
 *
**/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
}
body.presence {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #739f98;
}
#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 2px solid #e7913c;
	text-align: justify;
}
#header {
	width:950px;
	height:200px;
	background: #FFFFFF;
	text-align: center;
	color: #577772;
}
#menu {
	height: 48px;
}
#menu #tablemenu{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#tablemenu a {
	color: #577772;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#tablemenu a:focus {
	outline:1px dashed #E7913C;
}
.gauche .centre, .centre .centre, .droite .centre {
	background-image:url(images/btmenu-off.jpg);
	background-repeat: repeat-x;
	background-position:0px 0px;
}
.gauche .gauche, .gauche .droite, .centre .droite, .centre .gauche, .droite .gauche, .droite .droite {
	height: 48px;
	width: 18px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.gauche .droite, .centre .droite, .droite .droite {
	background-image:url(images/btmenuCR-off.jpg);
}
.gauche .gauche, .centre .gauche, .droite .gauche {
	background-image:url(images/btmenuCL-off.jpg);
}
#taille {
	overflow:hidden;
	margin:0;
	padding:0;
}
#mainContent {
	background: #FFFFFF;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mainContent a {
	color: #577772;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:repeat;
	background-color:#577772;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E7913C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:10px;
	font-weight:bold;
	color:#E7913C;
	text-align:center;
}
#footer a{
	color:#E7913C;
}
.wait {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#E7913C;
}
#loading {
	position: fixed;
	width:100%;
	height:100%;
	background:#577772 url(images/loading5.gif) no-repeat center center;
	left: 0px;
	top: 0px;
}
img{
	border:0;
}
/**
 *CSS des classes utilisé dans fckeditor
 *
**/
.GT1{
	font-size:20px;
	font-weight:bold;
	color:#577772;
}
.GT2{
	font-size:20px;
	font-weight:bold;
	color:#e7913c;
}
.ST1{
	font-size:16px;
	font-weight:bold;
	color:#577772;
}
.ST2{
	font-size:16px;
	font-weight:bold;
	color:#e7913c;
}
.T1{
	font-size:13px;
	color:#577772;
}
.T2{
	font-size:13px;
	color:#e7913c;
}
