@charset "UTF-8";
/* CSS Document */

body img {
	border:none;
}
	
h5 {
	text-transform:uppercase;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
	margin:5px;
}

hr {
	margin:0px;
}

img.lettrine {
	float:left;
}

#wrap{
	width:750px;
	margin:auto;
	border:1px solid black;
}

#header table {
	width:90%;
	height:60px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	text-align:center;
	font-family:Arial, serif;
	Font-size:small;
	border-collapse:collapse;
}

#header table a {
	color:#FF9;
	text-decoration:none;
}

#header table a:hover {
	color:#FC0;
}

#flag {
	width:30px;
	height:30px;
	margin:0px;
	padding:0px;
}
	
#phpcontent {
	height:100%;
	min-height:400px;
	padding:30px;
	margin:0px;
	font-size:large;
	background-image:url(../../images/background.jpg);
	background-position:center;
	color:#FF9;
}

#phpcontent table p {
	text-align:center;
	margin:0px;
}

#phpcontent form#select_categorie {
	width:300px;
	margin:auto;
}



#footer {
	margin:0px;
	padding:0px;
	background-color:#000;
	color:#FFF;
	text-align:center;
}

#footer a {
	color:#FF9;
	text-decoration:none;
}