
body
{
	background-image:url(/pics/motif-fond.jpg);
	padding:0;
	margin:0;
}

*
{
	font-family:Calibri, "Century Gothic";
	font-size:14px;
	color:#000000;
}

#entete
{
	padding:0;
	margin:0;
	background-image:url(/pics/top_right_vide.gif);
	background-position:767px 0px;
	background-repeat:no-repeat;
}


#piedepage { position:fixed; bottom:0; left:0; width:100% }

#piedepage { color:#999; }

#piedepage a
{
	color:#888;
	font-weight:400;
	text-decoration:none
}

#piedepage a:hover
{
	color:#666;
	text-decoration:underline;
}

#navigation
{
	height:200px;
	width:188px;
	float:left;
}

#navigation ul
{
	margin:0;
	padding:0;
	padding-left:30px;

	padding-left:10px;
}

#navigation ul li
{
	color:#C00;
	padding: 3px 2px 3px 2px; /* top right bottom left */
	margin-left:0px;
	margin-right:0px;
	text-decoration:none;
	cursor:default;
	font-variant:small-caps;
	/*float:left;*/
	/*list-style-image:url(/pics/puce.gif);*/
	list-style-position:outside;
	
	list-style:none;
}
#navigation ul li img
{
padding:0;
margin:0;
margin-right:5px;
vertical-align:middle;
cursor:pointer;
}
#navigation ul li img.no
{
cursor:default;
opacity:.5;
filter : alpha(opacity=50); 
}

#navigation ul li a
{
	color:#C00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
}

#navigation ul ul { padding-left:20px; }

#logo img { margin:0px; }

#corps
{
	padding:10px;
	width:580px;
	/*height:572px;*/
	overflow:auto;
	padding-left:0px;
	float:left;
}

#corps ul { list-style: square inside url('/pics/v.gif') }

#corps ul li { margin-bottom:5px; }

#corps b,
#corps strong { color:#c00; }

#corps input[type=submit]
{
	background-color:#c00;
	color:#FFF;
	border:1px solid black;
}

#corps input[type=text],
#corps input[type=file],
#corps select,
#corps textarea
{
	border:1px solid #c00;
	margin:2px;
}
#corps h3 {
color:#c00;
font-size:larger;
}
