/* ---------------------------------------------------------------------------------------------- */
/* ------------------------ Body & autres trucs généraux -------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
html
{
	background-color: #50309B;
}

body
{
	background-color: #ffffff;
	margin: 0px;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 14px;
	font-family: Verdana;
}

.espacetemps
{
	font-size: 16px;
	float: right;
	margin: 0px;
	margin-top: 15px;
	margin-right: 1%;
	padding: 3px;
	border: 1px solid #000000;
	text-align: center;
}

#aide
{
	font-size: 12px;
	color: navy;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Header ------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#Header
{
	margin: 0px;
	margin-bottom: 15px;
	background-color: #EDF6FD;
	height: 152px;
	background-image: url('images/banniere.jpg');
	background-repeat: no-repeat;
}

#Header marquee
{
	font-size: 20px;
	
	background-color: #EDF6FD;
	color: #CD392D;

	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	height: 25px;
}


/* ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------- Menus -------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.Menu
{
	width: 150px;
	float: left;
	text-align: left;
	font-size: 12px;
}

#Nav_Menu
{
	background-image: url('images/ffptc_menu_milieu.jpg');
}

#footer_menu
{
	background-image: url('images/ffptc_menu_bas.jpg');
	background-repeat: no-repeat;
	height: 120px;
	margin-bottom: 20px;
}

#header_menu
{
	background-image: url('images/ffptc_menu_haut.jpg');
	background-repeat: no-repeat;
	height: 120px;
}

.menu
{	
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #f6fbf5;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #84b7e6;
	text-align: center;
}

.Header
{
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tohama;
	font-size: 12px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

#InMenu
{
	padding: 1px;
	padding-left: 10px;
	font-family: Verdana;
}

#InMenu a, #InMenu a:visited
{
	color: #50309B;
	text-decoration: none;
}

#InMenu a:hover
{
	color: #CD392D;
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------------------------- */
/* ------------------------------------------- Corps ------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#Corps
{
	background-image: url("images/fond_corps.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-bottom: 15px;
	margin-left: 165px;
	margin-right: 15px;
	padding: 25px;
	font-family: Verdana;
}

#Corps img
{
	margin: 1px;
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	color: #84b7e6;
	display: inline;
}

h4
{
	text-indent: 45px;
}

form
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

hr
{
	color: #84b7e6;
}

a, a:visited
{
	color: #50309B;
	text-decoration: underline;
	
}

a:hover
{
	color: #CD392D;
	text-decoration: underline overline;
}

legend
{
	color: #84b7e6;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px;
}

fieldset
{
	border: 2px solid #84b7e6;
}

#bbcode
{
	margin: auto;
}

#bbcode img
{
	margin: 0px;
	border: none;
}

.news
{
	width: 95%;
	margin: auto;
}

.non, .oui
{
	margin: auto;
}

.oui tr, .oui td
{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
}

.non tr, .non td
{
	padding: 5px;
}

span.hidden {
	display: none;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Act_result ---------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.Act_result
{
	width: 90%;
	margin: auto;
	margin-bottom: 15px;
	padding: 10px;
	border: 2px solid #50309B;
	background-color: #b4d2ef;
}

.Act_result form table
{
	width: 95%;
	margin: auto;
}


/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Calendrier ---------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.calendrier table
{
	width: 85%;
	margin: auto;
	border: 1px solid navy;
	border-collapse: collapse;
}

.calendrier table td
{
	border: 1px solid navy;
	border-collapse: collapse;
}

.calendrier .header
{
	background-color: #b4d2ef;
	font-weight: bold;
}

.calendrier .footer
{
	width: 50%;
	text-align: center;
	background-color: #b4d2ef;
}


/* ---------------------------------------------------------------------------------------------- */
/* --------------------------------------- Prérogatives --------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.prero table
{
	width: 95%;
	margin: auto;
	text-align: left;
}

.valid
{
	width: 20px;
}

.moderation_list
{
	width: 95%;
	margin: auto;
	border: 1px solid navy;
	border-collapse: collapse;
}

.moderation_list td
{
	border: 1px solid navy;
	border-collapse: collapse;
}

.moderation_list .header
{
	background-color: #b4d2ef;
	color: #1e0494;
	font-weight: bold;
	text-align: center;
}



/* ---------------------------------------------------------------------------------------------- */
/* ------------------------------------ Pied de la page -------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#Pied
{
	clear: both;
	background-image: url('images/pied.jpg');
	background-repeat: no-repeat;
	background-color: #50309B;
	
	text-align: center;
	font-size: 12px;
	color: #EDF6FD;
	
	margin: 0px;
}

#Pied a, #Pied a:visited, #Pied a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#Pied a:hover
{
	color: #ffffff;
	text-decoration: underline overline;
}