body				{
	background-color	: #CC4444;
	color	:	#FFFFFF;
	height	:	100%;
}

div#global	{
	width	:	100%;
	min-height : 100%;
	position	:	relative;
}

div#footer	{
	position	:	absolute;
	bottom	:	0px;
	width	:	100%;
}

img.logo	{
	width	:	100px;
	margin-top : 4px;
}

#img__logo			{
	position		: absolute;
	left			: 0px;
	width			: 500px;
}
div#texte_home			{
	position		: relative;
	top				: -50px;
	width			: 650px;
	color			: white;
	text-align		: justify;
	margin			: auto;
	font-size		: 16px;
}

div#texte_home b			{

	font-size		: 21px;

}

div#bienvenue			{
	color			: white;
	position		: relative;
	top			: -400px;
	left			: 120px;
	font-size		: 2.5em;
	width			: 170px;
}
div#entree			{
	color			: white;
	position		: relative;
	top				: 0px;
	left			: 0px;
	font-size		: 3em;
	width			: 170px;
}

div#entree a { 
color : white;
background-color : orange;
border : 1px solid red;
padding : 10px;
text-decoration : none;
} 
div#entree a:hover { 
color : orange;
background-color : white;
} 

div#label			{
	margin-top		: 40px;
	float			: right;
}
div#label a			{ 
	text-decoration		: none;
	border			: none;
}
div#label a img			{ 
	border			: none;
}
div#label ul li			{
	list-style-type		: none;
}

div#global {
	margin-top	:	0;
}

div#global #entree	{
	margin-bottom	:	0;
	padding-bottom	:	4.8em;
	bottom	:	50px;
}

div#footer	a, a:hover, a:visited {
	color	:	white;
	font-weight	:	bold;
	font-family : verdana;
	text-decoration	:	none;
}
div#center	{
	margin	: auto;
	width	: auto;
}

