body { 
	margin: 0; /* pour éviter les marges */ 
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color: #FFFFFF; 
}
#global {
	margin-left: auto;
	margin-right: auto;
	width: 1118; /* on rétablit l'alignement normal du texte */
	width: 1118px;
	height: 611px;
}
div#tetiere{
	height: 140px;
	width: 1116px;
	background-image: url(../img/tetiere.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
div#gauche {
	float: right;
	width: 158px;
	margin-left: 10px;
	height: 120px;
	text-align: center;
	padding-top: 10px;
} 
div#colonne1 {
	float: left;
	width: 160px;
	margin-right: 10px;
	height: 500px;
} 
div#colonne1 a {
	color: #333;
	text-decoration: none;
}
div#colonne1 a:hover {
	color: #C00;
}
div#colonne2 {
	float: right;
	width: 140px;
	margin-left: 10px;
	height: 500px;
} 
div#centre {
	overflow: hidden;
	height: 500px;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	top: 2em;
	left: 1em;
	width: 100%
}
 
ul li {
	margin: 0.3em 0;
	padding: 0.3em;
	font-size: 16px;
}
ul a {
    text-decoration: none }
h5 {
font-family : "Arial", Helvetica, sans-serif;
font-size : 9px;
font-weight : 100;
text-align : center;
color : #ffffff;
margin-bottom : 2px;
}

#global #centre table tr td a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #167EC2;
	text-decoration: none;
}
#global #centre table tr td a:hover {
	color: #999;
	text-decoration: underline;
}
.footer{
font-size : 10px;
color : #660033;
}
.footer a {
color : #333333;
text-decoration : none;
}
.footer a:link {
color : #333333;
text-decoration : underline;
}
.footer a:visited {
color : #333333;
text-decoration : underline;
}
a{
	outline: none;
	color: #333;
}
:focus{-moz-outline-style: none;}
#global #colonne1 {
	text-decoration: none;
}#gauche p a {
	color: #900;
	text-decoration: none;
}
#gauche p a:hover {
	color: #900;
	text-decoration: none;
}
#global #centre table tr td {
	height: 25px;
}

