/* ----------------------- Global ----------------------- */
body {
	font-family: "Century Gothic", Arial, Helvetica, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin: auto;
	margin-top: 0px;
	width: 800px;
}
	/* Signature */
#signature {
	position:relative;
	top:20px;
	width:auto;
	text-align:center;
	font-size: 10px;
}
#signature a, #signature a:active, #signature a:visited {
	color:#CCCCCC;
	text-decoration: none;
	
}
#signature a:hover {
	color:#999999;
	text-decoration: none;
}

#header {
	width:100%;
	border: 3px solid #000000;
	border-collapse: collapse;
}

#content {
	width:100%;
	border: 3px solid #000000;
	border-top: none;
	border-collapse: collapse;
	padding-bottom:2px;
}

.h2 {
	position:relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	top:-5px;
	width:250px;
	padding-bottom:15px;
	margin-bottom:10px;
	background:url("../img/fleche.gif") no-repeat left bottom;
}

.indent {
	margin-left:20px;
}

.h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin-left: 40px;
	width:250px;
	padding-bottom:15px;
	margin-top:10px;
	margin-bottom:15px;
	background:url("../img/fleche.gif") no-repeat left bottom;
}

strong {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

b {
	color:#FF0000;
	font-weight:normal;
}

img {
	border: 0px;
}

.fleche {
	position: relative;
	top: -10px;
	left: 43px;
}

.nomPage {
	font-size: 20px;
	font-style: normal;
	border-top: 1px solid #000000;
	font-weight: 600;
	text-align: center;
}

.rouge {
	color: #F86807;
	font-weight: bold;
}

.positionAbsolue {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ----------------------- Tableau central ----------------------- */
#mainBody {
	border: 3px solid #000000;
	border-collapse: collapse;
}

/* ----------------------- Menu de navigation ----------------------- */
.menuTitre {
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	padding-left:10px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	text-align: center;*/
	vertical-align: center;
	border-collapse: collapse;
	border-bottom: 1px solid #000000;
}

/* ----------------------- Menu de navigation ----------------------- */
#tableauMenu {
	border: 3px solid #000000;
	border-collapse: collapse;
}

#tableauLogo {
/*	background-image:url("../img/barre_45.gif");*/
	border-left: 3px solid #000000;
	border-collapse: collapse;
	background-repeat: no-repeat;
	background-position: left;
}

#logoOxyTemps {
	position: relative;
	left: 7px;
	top: -10px;
}

#logoFlagerba {
	position: relative;
	left: 103px;
	top: 21px;
}

/* ----------------------- Boutons de navigation ----------------------- */
#menuAccueil {
	position: relative;
	top: 3px;
}

#menuMoyens {
	position: relative;
	top: 3px;
}

#menuContact {
	position: relative;
	top: 2px;
}

#menuGeographie {
	position: relative;
	top: 2px;
}

.nomImportant {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

/* ----------------------- Positionnement des tableaux ----------------------- */
.ajustementTableau {
	position: relative;
	top: -10px;
}

/* ----------------------- Indentation du texte central ----------------------- */
.accueilIndentation {
	text-indent: 40px;
}
