@charset "utf-8";
/* CSS Document */

body {
	background-image: url('images/background-perso.jpg');
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #DDD;
	padding-top:0;
	margin-top:0;
	text-align: center;
}

#main {
	width:1060px;
	height:875px;
	margin: 0 auto;
	padding:0;
	text-align:justify;
}

/*
#sidebar-left {
	width:200px;
	height:875px;
	float:left;
	background-image:url(images/perso_g.jpg);
}

#sidebar-right {
	width:200px;
	height:875px;
	float:right;
	background-image:url(images/perso_d.jpg);
}
*/

#header {
	width:660px;
	height:98px;
	background-image:url(images/logo_header.jpg);
	background-repeat:no-repeat;
	background-position:45px 0px;
	margin: 0 auto;
}

#content { 
	width:570px;
	height:742px;
	margin: 0 auto;
	padding: 35px 45px 0 45px;
	background-color:#FFF;
	text-align:justify;
	overflow:auto;
}


/*******************************************************************************************/

a img {border:0;}


/*******************************************************************************************/

H1 {
	font-family: Arial;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #15abde;
	margin: 0;
	padding: 0;
}

H2 {
	font-family: Arial;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #a7c511;
	margin: 0;
	padding: 0;
}

H3 {
	font-family: Arial;
	width: 100%;
	color: #333333;
	font-size: 12px;
	display: block;
	padding: 10px 0 5px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #15abde;
	font-weight: normal;
}
p {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
}

ul {
	list-style:outside;
	padding: 0x 0 0 15px;
	margin:5px 0 0 15px;
	}

li {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0 0 3px 0;
	list-style-image:url(images/puce_cyan.gif)
}

/****************************************************

STYLES POUR AFFICHER/MASQUER

*****************************************************/
.savoirplus a {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
}

.savoirplus a:hover{
	cursor:pointer;
	text-decoration:underline;
}
.savoirplus div.masque {
	display:none;
}



/*******************************************************************************************/
/* MISE EN FORME DU TABLEAU */

table {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

.titreBleu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#15abde;
	padding:2px;
	vertical-align:bottom;
}
.txtFdBleu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	background-color:#15abde;
	padding:2px;
}

.jourBleu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	color:#15abde;
	padding:2px;
	vertical-align:bottom;
}

/********************/

.titreVert {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a7c511;
	padding:2px;
	vertical-align:bottom;
}
.txtFdVert {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	background-color:#a7c511;
	padding:2px;
}

.jourVert {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	color:#a7c511;
	padding:2px;
	vertical-align:bottom;
}

/********************/

.titreGris {
}