@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: #fca12c;
}
#container {
	width: 950px;
	background-color:#fbf4b7;
	margin: 0 auto;
	border: 2px solid #FC4D2C;
	text-align: justify;
}
#header {
	width:950px;
	height:140px;
	text-align: center;
	color: #577772;
}
#header img {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC4D2C;
}
#menu {
	margin-top:5px;
	height: 48px;
}
#menu #tablemenu{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
}
#tablemenu a {
	color: #A32A1A;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#tablemenu a:focus {
	outline:1px dashed #A32A1A;
}
.gauche .centre, .centre .centre, .droite .centre {
	background-image:url(images/boutons_02-02.jpg);
	background-repeat: repeat-x;
	background-position:0px 0px;
}
.gauche .gauche, .centre .gauche, .droite .gauche{
	height: 48px;
	width: 49px;
	background-image:url(images/boutons_02.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.gauche .droite, .centre .droite, .droite .droite {
	height: 48px;
	width: 32px;
	background-image:url(images/boutons_02-03.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#taille {
	overflow:hidden;
	margin:0;
	padding:0;
}
#mainContent {
	overflow: hidden;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mainContent a {
	color: #FC4D2C;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	background-color:#FFC32C;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FC4D2C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:10px;
	font-weight:bold;
	color:#A32A1A;
	text-align:center;
}
#footer a{
	color:#FC4D2C;
}
.wait {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#FC4D2C;
}
#loading {
	position: fixed;
	width:100%;
	height:100%;
	background:#FCA12C url(images/loading5.gif) no-repeat center center;
	left: 0px;
	top: 0px;
}
img{
	border:0;
}
/**
 *CSS des articles utilisé dans fckeditor
 *
**/
.GT1{
	font-size:20px;
	font-weight:bold;
	color:#fca12c;
}
.GT2{
	font-size:20px;
	font-weight:bold;
	color:#FC4D2C;
}
.ST1{
	font-size:16px;
	font-weight:bold;
	color:#fca12c;
}
.ST2{
	font-size:16px;
	font-weight:bold;
	color:#FC4D2C;
}
.T1{
	font-size:13px;
	color:#fca12c;
}
.T2{
	font-size:13px;
	color:#FC4D2C;
}
