body{
	margin : 0;
	padding : 0;
	background : #EA8;
	font-family : "Trebuchet MS";
	color : #000;
}

/* HEADER - DEBUT */

/* MENU */

#header{
	height : 83px;
	padding : 0 10px;
}

#header img{
	float : right;
	margin : 3px 0;
}


#menu{
	display : block;
	width : 100%;
	margin : 0;
	padding : 0;
	height : 25px;
	background : #884 url('images/menu.bmp') repeat-x;
	text-align : right;
}

#menu a{
	padding : 0;
	margin : 0 0 0 20px;
	color : #fff;
	font : bold 12pt "Trebuchet MS";
	text-decoration : none;
}

#menu a.left{
	float : left;
	border-right : 1px dotted #eee;
	padding-right: 10px;
}

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


/* CONTENT */

#content{
	display : block;
	width : 100%;
	padding : 0;
	margin : 0;
}

/*header*/

#header{
	
}

#header h1,
#header p{
	margin : 0;
}



/* SIDEBAR */

#sidebar{
	padding : 20px 5px 20px;
	float : right;
	width : 170px;
	border-left : 1px dotted #ccc;
	border-bottom : 1px dotted #ccc;
}

#sidebar h2{
	margin : 10px 0;
	font-size : 14px;
	border-bottom : 1px dashed #369;
}

#sidebar ul{
	margin : 0;
	padding : 0;
	list-style : none;
	font-size : 10pt;
}

#sidebar ul li{
	margin : 0 0 0 10px;
	padding : 0;
}

#sidebar .alaffiche img{
	max-width : 150px;
}

#sidebar .alaffiche{
	text-align : center;
}

/* TEXT */


#text{
	padding : 0 50px 0 0;  /* haut droite bas gauche */
	margin : 10px 200px 0px 20px; /* haut droite bas gauche */
	text-align : left;
}


#text img{
	max-width : 100%;
}

h2{
	margin : 0 0 10px;
	padding : 0;
	text-align : left;
	border-bottom : 1px solid #000;
}

.gras{
	font-weight : bold;
}
label{
	display : block;
	font : bold 8pt "Trebuchet MS";
}

input[type="text"],
input[type="submit"]{
	border : 1px solid #000;
	background : #eee;
}

#textarea{
	width : 100%;
	margin-right : 10px;
	border : 1px solid #000; 
	background : #eee;
}


#alinea{
	display : block;
       	font-style : italic;
	font-size : 8pt;
	font-weight : bold;
}


/* FOOTER */

#footer{
	float : right;
	min-height : 24px;
	position : absolute;
	bottom : 0px;
	padding : 0;
	display : block;
	width : 100%;
	border-top : 5px solid #000;
	font-size : 8pt;
	text-align : center;
	left: 592px;
	top: 4070px;
}

#footer p{
	margin : 0;
}

#footer a{
	float : left;
}

/* "GENERALs" */



small{
	margin : 0;
	padding : 0;
	font-size : 8pt;
}

p{
	margin : 10px 0 0 0;
	padding : 0;
	font-size : 10pt;
}

img{
	border : none;
}

a{
	font-weight : bold;
	text-decoration : none;
	color : #369;
}

a:visited {
	color : #469;
}

a:hover{
	color : #036;
}
