/* help top / right / bottom / left */

/* ======================================================================================*/
/* redefinition des balises */ 
body {
	background-color: #F3F3F3;
	border-top-style:solid;
	border-top-color: #666666;
	border-top-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body, div, dl, form, h1, h2, h3, h4, h5, h6, ol, ul, p, table {
	margin: 0;
	padding: 0;
}

a img {
	border: 0 none;
}

p {
	text-align:justify;
}

/* ======================================================================================*/
/* identifiant - conteneur global de la page */ 
#main {
	margin-right:auto;
	margin-left:auto;
	padding: 0;
	background-color:#FFFFFF;
	width:800px;
	height:1800px;
	border: 1px solid #999999;
	border-width: 0 1px 0 1px;
}

/* ======================================================================================*/
/* identifiant - header  */
#header{
	border: 1px solid #CCCCCC;
	border-width: 0 0 0 0;
	margin: 0;
	padding: 5px 35px 0 10px;
	height: 80px;
}

#header a, #header a:visited{
	text-decoration: none;
	font-weight:bold;
	color: #888888;
}

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

#logo {
	float: left;
}

#header_menu_left {
	float: right;
	margin-top: 8px;
	list-style-image: url(images/icon_orange-arrow.gif);
	line-height: 16px;
}

/* ======================================================================================*/
/* identifiant - header menu */

#header_menu ul{
	border: 1px solid #CCCCCC;
	border-width: 0 0 1px 0;
	/* background-color: #00CCFF; */
	background-color: #5D7CB2;
	height: 50px;
	list-style-type: none;
}

#header_menu li {
	float: left;
	display: block;
	width: 780px;
	text-align:center;
	margin: 10px 0px;
	padding:0;
}

#header_menu a {
	font-weight: bold;
	font-size: 12px;
}

#header_menu a, #header_menu a:visited{
	text-decoration: none;
	color:#FFFFFF;
}

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

/* ======================================================================================*/
/* identifiant - contenu de la page */ 
#page_content {
	margin: 0;
	padding: 0;
}

#page_content_menu1 {
	padding : 30px 50px 10px 50px;
}

#page_content_menu1 h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}

#page_content_menu1 a {
	color:#000000;
	text-decoration:none;
}

#page_content_menu1 a:hover{
	color:#000000;
	text-decoration:none;
}

#texte_gris_normal {
	color: #888888;
	font-size: 1.1em;
	text-align:justify;
}

#bouton_invitation_1 {
	float:right;
}

#page_content_1 {
	padding : 5px 30px 30px 50px;
}

#page_content_1 h2 {
	color: #888888;
	font-size: 1.3em;
	text-align:justify;
}

#page_content_1 h2 a {
	color: #888888;
	text-decoration:none;
}

#page_content_1 h2 a:hover {
	color: #888888;
	text-decoration:none;
}

#page_content_menu_2 {
	float: right;
	list-style-type:none;
	border: 1px solid #333333;
	border-width: 1px 1px 0 1px;
}

#page_content_menu_2 li {
	display: block;
	margin: 0;
	padding: 15px;
	width: 180px;
	border: 1px solid #333333;
	border-width: 0 0 1px 0;
	background:#CCCCCC;
}

#page_content_menu_2 a {
	color:#FFFFFF;
	font-size: 1.3em;
	font-weight:bold;
	text-decoration:none;
}

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

#page_content_1 table {
	margin: 0 10px 0 -15px;
	color: #888888;
}

.hr_1 {
	background-color: #FF6600;
	color: #FF6600;
	height: 2px;
	border: 0;
	width: 80%
}

.fluo {
	background-color: #FFFF9F;
}

/* ======================================================================================*/
/* identifiant - footer */ 
#footer {
	font-size: 0.9em;
	padding: 15px 30px;
	line-height: 1.8em;	
	color: #888888;

}

#footer p {
	text-align: center;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #888888;
}

/* ======================================================================================*/

