body,form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.breaker {
	clear: both;
}

/* ********************************************************** MAIN CONTAINER */
#mainContainerHome,#mainContainer {
	margin: 0 auto;
	position: relative;
}

#mainContainer {
	width: 900px;
}

#mainContainerHome {
	width: 775px;
	margin-top: 20px;
}

/* ****************************************************************** FOOTER */
#footer {
	border-top: 1px solid #d65b3a;
	clear: both;
}

#footer ul {
	padding: 7px 0 5px 0;
	margin: 0 0 0 50px;
	background: url(../images/logo_akadem.gif) left center no-repeat;
}

#mainContainer #footer ul {
	padding-left: 250px;
	position: relative;
}

#mainContainerHome #footer ul {
	padding-left: 120px;
}

#footer li {
	display: inline;
	margin: 0 20px 0 0;
}

#footer a {
	text-decoration: none;
	color: #d75a3a;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/* ****************************************************************** HEADER */
#header {
	height: 40px;
	background-color: #fff;
	font-weight: bold;
	font-size: small;
}

#header img {
	margin: 9px 24px 0 59px;
	border: none;
}

#header p {
	float: left;
	margin: 16px 0 0 0;
}

#header a {
	text-decoration: none;
	color: #d65b3c;
}

#header a:hover {
	text-decoration: underline;
}

#header img {
	float: left;
}

/* ******************************************************************* POPUP */
#popup {
	margin: 10px;
}

#popup p {
	color: #648684;
	font-weight: bold;
	margin: 10px 0pt;
}

/* ******************************************************************** HAUT */
#haut {
	height: 55px;
	background-color: #e59884;
	border-bottom: 1px solid #fff;
}

#haut h1 {
	position: absolute;
	display: block;
	width: 167px;
	height: 37px;
	background-image: url(../images/onglet.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 59px;
	font-size: 19px;
	color: #fff;
	padding: 18px 0 0 0;
	text-align: center;
}

#haut h2 {
	position: absolute;
	display: block;
	margin: 28px 0 0 240px;
	padding: 0;
	font-size: 16px;
}

#haut h2 a {
	text-decoration: none;
	color: #000;
}

#haut h2 a:hover {
	text-decoration: underline;
}

#haut h3 {
	position: absolute;
	display: block;
	padding: 0;
	margin: 10px 0 0 240px;
	font-size: 14px;
}

#haut h3.recherche {
	position: absolute;
	display: block;
	padding: 0;
	margin: 20px 0 0 240px;
	font-size: 14px;
}

#haut h3 a {
	text-decoration: none;
	color: #666666;
}

#haut h3 a:hover {
	text-decoration: underline;
}

#haut div {
	background: url(../images/carre_deco.gif) right center no-repeat;
	height: 53px;
	margin-right: 59px;
	padding-top: 1px;
}

/* ********************************************************************* TAB */
#tabHeader1,#tabHeader2 {
	display: block;
	width: 147px;
	background-color: #828282;
	position: absolute;
	top: 0px;
}

#centre_recherche #tabHeader1 {
	left: 224px;
}

#droite #tabHeader1 {
	left: 481px;
}

#centre_recherche #tabHeader2 {
	left: 371px;
}

#droite #tabHeader2 {
	left: 628px;
}

#tabHeader1 a,#tabHeader2 a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#centre_recherche #tabHeader1 a,#centre_recherche #tabHeader2 a {
	height: 31px;
	padding: 14px 0pt 0pt 14px;
}

#droite #tabHeader1 a,#droite #tabHeader2 a {
	height: 38px;
	padding: 7px 0 0 14px;
}

div.currentTabHeader a,#tabHeader1 a:hover,#tabHeader2 a:hover {
	background-image: url(../images/onglet_fiches.gif);
	background-repeat: no-repeat;
	color: #000000 !important;
}

div.current_tab {
	display: block;
}

#tab_01,#tab_02 {
	margin-top: 50px;
}