/* GENERAL */

body
{
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}

h1
{
	font-size: 2em;
	color: #ff8901;
	border-bottom: 1px solid #ff8901;
}

label
{
	font-size: 0.9em;
	font-weight: bold;
}

ul
{
	margin-left: 30px;
	list-style-image: url("images/13px_logo_ubuntu.gif");
}

/* FLOAT */

.fg
{
	float: left;
	margin-right: 15px;
}

.fd
{
	float: right;
	margin-left: 15px;
}

/* BLOCKS */

#block_menu
{
	float: left;
}

#header
{
	width: 100%;
	height: 90px;
	background-image: url("images/bg_header.jpg");
}

#menu
{
	background: url("images/menu_bas.png") no-repeat bottom;
	background-color: #eae5da;
	padding-bottom: 35px;
	margin: 10px;
	width: 190px;

}

#contenu
{
	margin-left: 225px;
	margin-right: 20px;
}

/* BLOCKS: MENU GAUCHE*/

#menu p
{	
	min-height: 25px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 30px;
	font-size: 0.8em;

	background: url("images/25px_logo_ubuntu_off.gif") no-repeat left;
}

#menu p:hover
{
	background: url("images/25px_logo_ubuntu.gif") no-repeat left;
}

#menu a
{
	color: black;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#dist
{
	background: url("images/menu_bas.png") no-repeat bottom;
	background-color: #eae5da;
	padding-bottom: 35px;
	margin: 10px;
	width: 190px;

}

#dist p
{	
	min-height: 25px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* BLOCKS: CONTENU */

#contenu p
{
	font-size: 0.95em;
	padding-left: 15px;
	text-indent: 20px;
}

#contenu a
{
	color: gray;
}

#contenu a:hover
{
	text-decoration: none;
}

/* CHANGER LANGUE */

#changer_langue
{
	text-align: center;
	padding: 50px;
	margin: 50px;
	border: 1px dashed black;
}

