/*Design de base*/
body
{
	background-image: url("images/bois.jpg");
	background-color: rgb(53,27,0);
	font-family: "Comic sans MS";
	color: black;
}

p
{
	text-indent: 20px;
}

h1
{
	text-align: center;
	font-size: xx-large;
	color: rgb(160,0,0);
}

h2
{
	text-align: center;
	font-size: large;
	color: rgb(160,0,0);
}

h3
{
	text-indent: 50px;
	color: rgb(160,0,0);
}

h4
{
	text-indent: 30px;
	color: rgb(160,0,0);
}

h5
{

}

a
{
	color: rgb(160,0,0);
	text-decoration: none;
}

a img{
	border: 0px;
}

a:hover
{
	color: rgb(220,0,0);
}

/*---- Menu ----*/
ul
{
	list-style-image: url("images/tkdp.gif");
}

li
{
	height: 60px;
}

.fftda
{
	list-style-image: url("images/logofftda.gif");
}

.fb
{
	list-style-image: url("images/fb.ico");
}


strong
{
	font-size: bold;

}

table, td ,tr
{
	margin-left: 150px;
	padding: 5px;
	border: 1px solid black;
	border-collapse: collapse; /* Colle les bordures entre elles */
}

caption
{
	font-weight: bold;
	margin-bottom: 10px;
	color: darkred;
}

/*Alignement spéciaux*/
.flottantdroit
{
	float: right;
}

.flottantgauche
{
	float: left;
}

.centre
{
	text-align: center;
}

/*Design des div*/
#entete, #corps, #menu, #footer
{
	border: solid black 2px;
	margin: 0px;
	background-image: url("images/boisc.jpg");
	padding: 5px;
	-moz-border-radius: 15px 15px 15px 15px;

}
#entete
{
	margin: auto;
	margin-bottom: 5px;
	text-align: center;
	color: rgb(160,0,0);
}

#corps
{
	margin-left: 172px;
	margin-bottom: 5px;
	padding: 12px;
}


#menu
{
	float: left;
	width: 157px;
	padding: 0px;
	font-size: large;
}

#footer
{
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	color: rgb(160,0,0);
}

/*Design banniere*/
#entete 
{
	position : relative;
	min-width: 850px;
	min-height: 190px;
}
#entete h2 
{
	margin-right : 180px;
	margin-left : 180px;
}
#logod, #logog 
{
	position : absolute;
	top : 5px;
}
#logod
{
	right : 5px;
}
#logog
{
	left : 5px;
}
	

.contact
{
	width: 310px;
	height: 50px;
	float: right;
}


/*Design class*/
.souligne
{
	text-decoration: underline;
}

.mra
{
	padding-right: 60px;	
}

.w3c
{
	border: 0px;
	height:31px;
	width: 88px;
}

/*contact*/
#message, #email, #sujet
{
	border: solid black 1px;
	-moz-border-radius: 15px 15px 15px 15px;
}

#form_contact
{
	margin-bottom: 10px;
	text-align: left;
}

#form_contact table, #form_contact tr, #form_contact td
{
	margin: auto;
	border: 0px;
}

#form_contact table
{
	width: 550px;
}

#form_contact th
{
	width: 200px;
}

.form_contact_input
{
	padding: 5px;
}

#form_contact_envoyer
{
	text-align: center;
}

