/* ================ GENERIC ==================== */

html {
	font-size: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Georgia;
	font-size: 11px;
	color: #000000;
	background: #ffffff url(../images/bg_body.jpg) repeat top;
}

img, abbr, acronym, iframe {
	border: 0;
}

form, fieldset, p, ul, ol, li, div, h1, h2, h3, h4, h5, h6, citation {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: disc;
	color: #000000;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}


/* ================ STRUCTURE ==================== */

#global{
	width: 970px;
	margin: 10px auto 10px auto;
}

#header {
	position: relative;
	width: 970px;
	height: 110px;
	background-color: #ffffff;
}

#menu {
	position: relative;
	width: 850px;
	padding: 0 0 15px 120px;
	font-size: 12px;
	background-color: #ffffff;
}

#content {
	position: relative;
	float: left;
	width: 705px;
	padding: 10px 10px 20px 15px;
	background-color: #ffffff;
}

#footer {
	position: relative;
	float: left;
	width: 970px;
	background-color: #003399;
	padding: 5px 0 5px 0;
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	color: #ffffff;
}


/* =================== HEADER ==================== */

#logo {
	position: relative;
	float: left;
	width: 90px;
	height: 90px;
	padding: 10px 10px 10px 10px;
}

#titre {
	position: relative;
	float: left;
	width: 850px;
	height: 90px;
	padding: 10px 0 10px 10px;
}

#titre table {
	width: 100%;
	height: 90px;
}

#titre table td.gauche {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#titre table td.centre {
	width: 105px;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#titre table td.droit {
	width: 90px;
	background: #ffffff url(../images/bg_titre.jpg) no-repeat right top;
}

#titre h1 {
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 38px;
	letter-spacing: 3px;
}


/* ==================== MENU ===================== */

#menu a{
	color: #000000;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}

#menu a:hover{
	color: #808080;
	background-color: #ffffff;
	border-bottom: 2px solid #003399;
}

#menu a.selected {
	color: #808080;
	border-bottom: 2px solid #003399;
}


/* ================ CONTENT ==================== */

#content h1,.titre {
	font-family: Georgia;
	font-size: 24px;
	color: #003399;
	padding: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
}

#content h2,.soustitre {
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
	padding: 10px 0 10px 0;
	font-style: italic;
	font-weight: bold;
}

#content ul {
	margin: 0 20px 10px 35px;
	color: #000000;
}

#content ul li {
	list-style: disc;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

#content ul li ul {
	margin: 10px 20px 10px 35px;
}

#content ul li ul li {
	list-style: circle;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

#content .text {
	padding: 0 0 10px 0;
	font-family: Georgia;
	color: #000000;
}

#content img {
	border: none;
	padding: 0 5px 0 5px;
}


/* =================== NEWS ==================== */

#news {
	position: relative;
	float: right;
	width: 215px;
	margin: 10px 0 20px 0;
	padding: 5px 10px 10px 10px;
	border: 1px solid #000000;
}

#news h2 {
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
	padding: 5px 0 10px 0;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

/* =================== LINKS =================== */

#links {
	position: relative;
	float: right;
	width: 215px;
	margin: 10px 0 20px 0;
	padding: 5px 10px 10px 10px;
	border: 1px solid #000000;
}

#links h2 {
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
	padding: 5px 0 10px 0;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}


/* ================== FOOTER =================== */

#footer a {
	color: #ffffff;
}

