/* CSS */
body {
	margin: 0 auto 0 auto;
	font: bold 0.6em Verdana, Arial, Helvetica, sans-serif;
	background: #6C7BA6;
}
#conteneur {
	position: relative;
	margin: 3px auto 3px auto;
	width: 99%;
	overflow:auto;
	border : solid 2px #000;
	background:#5C7EC2 url(img/fondConteneur.gif) repeat-y;
}
#haut {
	position: relative;
	height:70px;
	width: 100%;
	background: url(img/fondTop.gif) repeat-x;
	border-bottom : solid 2px #000;
}	
#hautImage {
	position: relative;
	height:70px;
	background: url(img/top.gif) no-repeat center;
}	
#hautGauche {
	position: relative;
	height:70px;
	width:500px;
	float:left;
	background: url(img/topOnline.gif) no-repeat center;
}	
#hautDroite {
	position: relative;
	height:60px;
	width:225px;
	background: url(img/fondRss.gif) repeat;
	border-left : solid 2px #000;
	padding:5px;
	float:right;
}	
#gauche {
	width: 14%;
	padding: 0 2px 0 2px;
	float:left;
	overflow:visible;
	display:inline;
}
#droite {
	width: 84%;
	float:right;
	overflow:visible;
	display:inline;
}
#bas {
	position: relative;
	height: 110px;
	width: 100%;
	float:left;
	background:#BAC9DB url(img/fondRss.gif) repeat;
	border-top : solid 2px #000;
}
.animaux {
	position: relative;
	height: 135px;
	width: 80px;
	float:left;
	text-align:center;
}
.animaux2 {
	position: relative;
	height: 175px;
	width: 80px;
	float:left;
	text-align:center;
}
.jeu {
	position: relative;
	height: 40px;
	width: 80px;
	float:left;
	text-align:center;
}
.rss {
	background: url(img/fondRss.gif) repeat;
	text-align:justify;
	border :solid 1px #006;
	padding: 10px;	
	margin: 5px;	
	float: left;  
	width:90%;
}		
.texteRss {
	float:left;
	width:88%;
	position: relative;
} 		
.imageRss {
	float:left;
	width:10%;
	position: relative;
} 
.titreRss {
	background:#7FA0D7 url(img/degrade2.gif) repeat-x;
	height:15px;
	padding: 5px;
	margin: 0 3px 5px 3px; 
	border : dotted 1px #000066;
}  
.clear{ clear:both; }
/*********************************************************************************/
.boiteMenu {
	position: relative;
	text-align:center;
	width: 100%;
	float:left;
	background:#BAC9DB url(img/degrade1.gif) repeat-x;
	border : solid 1px #000099;
	margin-top: 1.5em;
}
.titreMenu {
	width: 100%;
	height:15px;
	padding: 5px 0 5px 0;
	margin-bottom: 3px; 
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	background:#7FA0D7 url(img/degrade2.gif) repeat-x;
	border-bottom : solid 1px #000099;
}
.bottomMenu {
	width: 100%;
	height: 12px;
}
.boite {
	position: relative;
	width:100px;
	height:100px;
	margin:2px;
	float:left;
	background-color:white;
}
/*********************************************************************************/
h1 {
	margin-top:8px;
	text-decoration:underline;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin:0;
	text-align:center;
	text-decoration:underline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
p {
	text-align:left;
	margin: 5px;
}	
blockquote {
	text-align:justify;
}
form {
	margin:0;
}
input, select, textarea {
	background-color:#FFFFFF;
	color:#000000;
	margin-top: 2px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}	
input.bouton {
	background-color:#666666;
	color:#FFFFFF;
}
a {
	text-decoration:none;
	color:#000066;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
.lienBlanc {
	color:#FFFFFF;
}	
.degrade1 {
	background:#BAC9DB url(img/degrade1.gif) repeat-x;
}
.degrade2 {
	background:#7FA0D7 url(img/degrade2.gif) repeat-x;
}
