/*
-----------------------ELEMENTS-------------------------------------------
*/
body {
	background-color: #ce5479;
	color : #FFFFFF;
}

h1 {
	font-family: Lucida console;
	font-style:  italic;
	font-weight: bold;
}

input {
	background-color: #FFFFFF;
	border: 1px solid black;
	font-size: 12px;
}


a {
	color: #FFFFFF;
	
	cursor: pointer;
	font-size: 14px;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
    font-size: 14px;
}
/*
-----------------------PAR ID-------------------------------------------
*/
#Contenu_disclaimer {
	position:absolute;
	left:30%;
}
#CalqueHoraire {
	padding-left: 15%;
	padding-right: 10%;
}
#CalqueIdent{
	position: absolute;
	left: 85%;
	top: 340;
	width: 150;
	text-align: right;
}

#CalqueMenuGauche {
	text-align: center;
}
#CalqueMenuGauche a {
	font-size: 22px;
	text-decoration: none;
}
/*
------------------PAR CLASS
*/
.Forum_titre td{
	height: 20px;
	background-color: #cccccc;
	padding: 5px;
	color: #000000; 
}

.Forum_Contenu_Reponse td {
	padding: 10px;
}
