html{margin:0;padding:0;}

body
{
	width:100%;
	margin:auto;
	background-color:#BBB;
}

p{
	text-indent:20px;
	margin-bottom:5px;
}

h2, h1
{
	text-align:center;
	margin-bottom:30px;
	font-size:150%;
	font-family:Verdana, Tahoma, sans-serif;
}

h2{
	font-size:120%;
	font-weight: bold;
}

h4{
	color:#000;
	text-align: right;
	font-weight: bold;
}



em{font-style:normal;font-weight:bold;}

ul{list-style-type:circle;margin-top:5px;}

/************************/
/*	Design des liens	*/
/************************/

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


/************************/
/*	Design de l'en-tete	*/
/************************/

#header
{
	width:100%;
	margin-top:15px;
	padding-bottom:10px;
	padding-top:5px;
	border-bottom: 5px solid #7C7C7C;
	background-color:#900;
}

#banner
{
	text-align:center;
	height:100px;
	margin:auto;
	padding-bottom:5px;
}


/****************************************/
/*	Design de la barre de navigation	*/
/****************************************/

#nav_menu
{	
	margin:auto;
	width:100%;
	height:42px;
	background: url(images/nav_menu.png) repeat-x;
	text-align:center;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:75%;
	
}

#nav_menu_list
{
	position:absolute;
	width:80%;
	margin:auto;
	margin-left:10%;
	padding:0;
	list-style-type:none;
}

#nav_menu_list li
{
	float:left;
	margin:0;
	padding:0;
	width:12%;
}

#nav_menu_list li a
{ 
	display: block; 
	height: 1%; 
	margin:0;
	padding: 14px 5px;
	background: url(images/nav_menu.png) repeat-x;
	text-decoration: none;
	color: #FFF;
}

#nav_menu_list li a:hover
{
	background: url(images/nav_menu_hover.png) repeat-x;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

/****************************/
/*	Design des sous-menus	*/
/****************************/

#nav_menu_list li:hover .sous_menu { display: block;}

#nav_menu_list .sous_menu
{
	list-style-type: none;
	display: none;
	margin:0;
	padding:0;
}

#nav_menu_list .sous_menu li
{
	float:none;
	width:100%;
	font-size:75%;
}

#nav_menu_list .sous_menu li a
{ 
	display: block; 
	color: #FFF;
	background: url(images/sous_menu.png) repeat;
	text-decoration: none;
	padding: 8px 2px;
	border-bottom: 1px solid black;
}

#nav_menu_list .sous_menu li a:hover
{
	background: url(images/sous_menu_hover.png) repeat;
}

/****************************/
/*	Design du menu rapide	*/
/****************************/

#menu_services
{
	float:right;
	height:230px;
	text-align:center;
	margin-right:12%;
	margin-top:15px;
	padding:10px;
	padding-top:15px;
	padding-bottom:115px;
	background-color:#FFF;
	border: solid 1px #A80000;
	border-top: solid 15px #A80000;
	font-family:Verdana,Arial,sans-serif;
}

#menu_services_list
{
	list-style-type:none;
	text-align:center;
	margin:0;
	margin-top:15px;
	padding:0;
}

#menu_services_list li
{
	width:100%;
	font-size:70%;
}

#menu_services_list li a
{
	display:block;
	height: 13px; 
	color: #FFF;
	background-color:#900;
	margin-bottom:4px;
	padding: 4px 8px;
	text-decoration: none;
	border: 1px solid black;
	
}

#menu_services_list li a:hover
{
	background-color: #888;
}

/************************/
/*	Design du contenu	*/
/************************/

#content
{
	margin-left:10%;
	margin-right:27%;
	margin-top:15px;
	padding:40px;
	padding-top:10px;
	text-align:justify;
	background-color:#FFF;
	border: solid 1px #A80000;
	border-bottom: solid 5px #A80000;
	border-top: solid 15px #A80000;
}

.indentation
{
	margin-left:20px;
}

table
{
	text-align:left;
	border-collapse:collapse;
}


#lexique
{
	margin:auto;
	margin-bottom:80px;
	width:85%;
}

#lexique td
{
	border:none;
	border-right:solid 1px #A80000;
	border-left:solid 1px #A80000;
	text-indent:20px;
}

#lexique a {color:#000;}

#partenaires
{
	width:60%;
	margin:auto;
	text-align:center;
}

#partenaires td
{
	border:none;
	padding-top:30px;
	padding-bottom:30px;
}

.juri_list
{
	margin:2px;
	text-indent:10px;
}

/****************************/
/*	Design du pied-de-page	*/
/****************************/

#footer
{
	text-align:center;
	width:100%;
	margin-top:30px;
	background-color:#555; 
	font-size:70%;
	color:#FFF;
}
p droite {
	text-align: right;
}
a:link {
	font-weight: bold;
	text-align: center;

}
