body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #000000;
	text-align: center;
	margin: auto;
	padding: 4px;
}

#cadre {
	background-color: #FFFFFF;
	width: 924px;
	margin: auto;
}

#top {
	background-color: #FFFFFF;
	width: 916px;
	margin-bottom: 10px;
}

#menu {
	background-color: #FFFFFF;
	width: 916px;
	margin-bottom: 30px;
}

#presentation {
	background-color: #FFFFFF;
	width: 262px;
	height: 120px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-image: url(../images/barre-gauche.png);
	float: left;
	text-align: justify;
	margin-bottom: 40px;
}

#pays {
	background-color: #FFFFFF;
	width: 275px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-image: url(../images/menu-pays.png);
	float: left;
	height: 144px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 40px;
}

#pays a {
	color: #FFFFFF;
	text-decoration: none;
}
#pays a:hover {
	text-decoration: underline;
}

#contact {
	background-color: #FFFFFF;
	width: 221px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 74px;
	background-image: url(../images/contact.png);
	float: left;
	height: 166px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}

#conference {
	background-color: #FFFFFF;
	width: 600px;
	float: right;
	text-align: justify;
	padding-right: 10px;
}

#conference .boiteImg {
	float: right;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #AF0A07;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#menu-bas {
	background-color: #AF0A07;
	width: 916px;
	clear: both;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}


#menu-bas a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu-bas a:hover {
	text-decoration: underline;
}


#bottom {
	background-color: #FFFFFF;
	width: 916px;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

h1 {
	font-size: 16px;
	color: #AF0A07;
	margin-bottom: 20px;
	display: list-item;
	list-style-image: url(../images/puce-h1.png);
	list-style-position: inside;
	text-align: left;
}

h2 {
	font-size: 12px;
	color: #AF0A07;
	margin-bottom: 3px;
}

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

