body
{
	background-color: #aa0013;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}

img
{
	border-width: 0px;
}

p
{
	text-indent: 30px;
	text-align: justify;
}

h1
{
	text-align: center;
}

#wrap
{
	margin: 5px auto;
	width: 800px;
	/*background-color: #9b1dc8;*/
}

#fronton
{
	background-image: url("../images/fronton.jpg");
	width: 800px;
	height: 100px;
}

#menu
{
	margin-top: 5px;
	height: 33px;
	width: 800px;
	background-color: #fec722;
}

#accueil
{
	background-image: url("../images/accueil.jpg");
	background-position: center;
}

#corps
{
	margin-top: 5px;
	background-color: #fcfcfc;
	background-image: url("../images/fond.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 15px 5px;
	/*overflow: auto;
	height: 600px;*/
}

#pied
{
	background-color: #fec722;
	margin-top: 5px;
	text-align: center;
	padding: 5px;
}

#warning
{
	border-style: ridge;
	border-width: 3px;
	border-color: #aa0013;
	padding: 0px 10px 0px 10px;
}

img.imgleft
{
	float: left;
	margin: 5px 13px 5px 0px;	
}

img.imgright
{
	float: right;
	margin: 5px 0px 0px 13px;
}

img.imgbord
{
	border: 1px;
	border-style: solid;
	border-color: #aa0013;
}

a.sd
{
	/*color: #fec722;*/
	text-decoration: none;
	border: 0px;
}

td.titre
{
	padding-left: 40px;
}