body
{
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color:#0B2A55;
	background-color:#FFF;
}
h1
{
	font-size: x-large;
	text-align: center;
	color: #006;
	background-color:inherit;
}
h2
{
	font-size: large;
	color: #006;
	background-color:inherit;
}
a:link
{
	color: blue;
	text-decoration:underline;
	background-color:inherit;
}
a:visited
{
	color: green;
	text-decoration:underline;
	background-color:inherit;
}
a:hover
{
	color:red;
	text-decoration:none;
	background-color:inherit;
}
.bouton2
{
	text-align:left;
	padding:15px;
	width: auto;
	font-size: small;
	height: auto;
	margin: 15px;
}
a.bouton2:link
{
	width:auto;
	height:auto;
	text-decoration:none;
	color:#FFF;
	text-align:left;
	font-weight:bold;
	background-color:#0B2A55;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
	font-size: small;
}
a.bouton2:visited
{
	width:auto;
	height:auto;
	text-decoration:none;
	color:white;
	text-align:left;
	font-weight:bold;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
	font-size: small;
	background-color: #478DE2;
}
a.bouton2:hover
{
	width:auto;
	height:auto;
	text-decoration:none;
	color:white;
	text-align:left;
	font-weight:bold;
	background-color:#FFCC33;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
	font-size: small;
}
.align-centre1
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#conteneur1
{
	position:relative;
	width:1280px;
	height:auto;
	background-color:#CCCCCC;
	color:inherit;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
}
#entete1
{
	position:relative;
	top:5px;
	left:10px;
	width:700px;
	height:250px;
}
#logodelta
{
	position:absolute;
	top:5px;
	right:5px;
	width:490px;
	height:250px;
}
#corp1
{
	position:relative;
	top:10px;
}
#pied1
{
	position:relative;
	margin-top:10px;
}
.menu1 { /* boite qui contient le menu (les onglets) */
  border-bottom:solid 2px black ; /* crée le trait noir en-dessous des onglets */
  padding-top:12px ; /* marge intérieure haute */
  padding-bottom:7px} /* marge intérieure basse */

.onglet { /* style des onglets inactifs */
	border:solid 1px black;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
} /* marge intérieure */

a.onglet { /* style des liens se trouvant dans un onglet inactif */
	background-color:#E7E4E4;
	color: #000066;
	font-weight: normal;
	font-style: italic;
} /* les liens ne sont pas soulignés */

.onglet-actif { /* style de l'onglet de la page active */
	border:solid 2px black; /* l'encadrement est porté à 2 pixels */
	border-bottom:solid 3px white; /* le trait inférieur est effacé */
	margin:5px 5px 0px 5px; /* marges intérieures */
	padding:3px 3px 3px 3px; /* marges extérieures */
	background-color:#FFCC00;
	color: #FF0000;
	font-weight: bold;
} /* le fond de l'onglet actif est blanc*/

/* MENU FOND DE PAGE */
#navbar_ex5 ul {
    background-color: #B55B00;
    color: #000000;
    font: normal 90% arial, helvetica, sans-serif;
    list-style-type: none;
    margin: 0;
    padding: .2em 0;
    text-align: center;
    width: 100%;
}

#navbar_ex5 ul li {
    display: inline;
}

#navbar_ex5 a {
    background-color: #B55B00;
    border-right: 1px solid #FFFFFF;
    color: #000000;
    padding: .2em 1em;
    text-decoration: none;
}

#navbar_ex5 a:hover {
    background-color: #336699;
    color: #FFFFFF;
}

