body
{
	margin: auto;
	background: url("http://thcteam.org/images/fond2.png") #cfcfcf no-repeat fixed;
	background-position: center 10px;
}
#entete
{
	height: 231px;
	min-width: 860px;
	background-color: black;
	background-position: center;
	background-image: url("http://thcteam.org/images/bannierethc1.png");
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 1px;
}
#formulaire
{
//background-color:white;
width:550px;
//height:750px;
border:1px solid black;
margin-left:300px;
//opacity:0.6;
margin-bottom:20px;
}
#formulaire h2
{
text-align:center;
background-color:#EEEEEE;
border-top:1px solid grey;
border-bottom:1px solid grey;
}

#pied
{
min-width: 900px;
padding: 5px;
text-align: center;
color: #626262;
background-color: #B3B3B3;
border: 1px solid black;
//border-width: 1px 0px 0px 0px;
//height:100%;
}

input
{

background-color:#FEFEFE;
border:1px solid black;
border-left:1px solid black;

}
input:hover
{
background-color:#EEEEEE;
border:1px solid black;
border-left:4px solid black;

}
input:focus
{
background-color:#FFFFFF;
border:1px solid black;
border-left:4px solid grey;
padding:5px;
}

#menu
{
text-align: center;
min-width: 860px;
margin-bottom: 10px;
}

.element_menu
{
background-color: #ffffff;
border: 1px solid black;
}

.element_menu ul
{
list-style-image: url("http://thcteam.org/images/puce-dretch2.png");
}

.element_menu li
{
background:#ffffff url("http://thcteam.org/images/puce-dretch2.png") left top no-repeat;
display: inline;
font-size: 110%;
padding-left: 30px;
margin: 2%;
padding-top: 2px;
padding-bottom: 2px;
}

.element_menu a:visited
{
color: red;
}

.element_menu a:hover
{
background-color: #fc1800;
color: white;
}
table
{
	font-size: 13px;
        font-family:Tahoma;
        font-weight:bold;
	text-align: left;
	width: 80%;
	margin: auto;
	padding: 5px;
}
em
{
	font-size: small;
}
caption
{
	text-align: center;
	border-top: 2px ridge black;
	border-bottom: 2px ridge black;
	margin: auto;
	margin-bottom: 2em;
}
strong
{
	font-weight: bold;
	font-style: normal;
	font-variant:small-caps;
	font-size: large;
}
table .warning
{
	font-size: medium;
	font-style: italic;
	text-align: center;
	color: red;
}
td
{
	padding: 5px;
	vertical-align: middle;
	padding-left: 2%;
}
p
{	text-align: center;
	width: 90%;
	margin: auto;
	margin-top: 1em;
}

#liens ul
{
	text-align: left;
	float: left;
	width: auto;
	font-size: large;
	line-height: 200%;
	list-style-type: circle;
	border: 2px outset black;
}

