/*
CSS pour la page index.php
Author: Natacha Kraus
*/

/* Page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* Puce */
li {
	margin: 2%;
}

/* Liens */
a, a:hover {
	text-decoration: none;
}

/* Liens visit�s */
a:visited {
	text-decoration: underline;
}

/* Supprime les floats */
.cleaner {
	clear: both;
}

/* Header */
#header {
	margin-bottom: 2%;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	padding-left:10px;
}

#header img {
	display: block;
	float: left;
	margin-right: 3%;
}

#body {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:980px;
}

/* colonne de gauche */
#left {
	width: 490px;
	float: left;
}



/* colonne de droite */
#right {
	width: 490px;
	float: left;
}



/* Bouton accueil */
a#accueil {
	background:url("../images/tech/bouton_presentation.gif") no-repeat;
	display: block;
	width: 196px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6%;
}

/* Bouton accueil survol */
a:hover#accueil {
	background:url("../images/tech/bouton_presentation2.gif") no-repeat;
}



/* Titre et lien premier niveau */
#boite .niveau0 {
	font-size: 1.2em;
	margin: 13px 0 13px 0;
}

/* Titre et lien deuxieme niveau */
#boite .niveau1 {
	font-size: 1em !important;
	font-weight:normal;
	margin:0;
}

/* Titre et lien troisieme niveau */
#boite .niveau2 {
	font-size: 1em;
}

/* Lien */
#boite a {
	text-decoration: underline;
	display:block;
	color: #000099;
}

/* Lien survole */
#boite a:hover {
	text-decoration: none;
	color: #0033CC;
}
#boite {
	padding:0px 0px 10px 15px;
}
#boite h2 {
	margin:0px;
	padding:10px 10px 10px 15px;
	line-height:20px;
	margin-left:-15px;
	margin-bottom:5px;
}