/* CSS Document */

html, body			{ margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; 
						background-color: #cc9900; font-size:92%; }

a img				{ border:none; }

/***************************************************************************************/
/*************************************** TOP *******************************************/
/***************************************************************************************/

#top				{ background:url(../images/overall_back_top.gif) repeat-x top; width:100%; height:95px;}

#nav				{ margin:0 auto; width:1000px; }
#nav a, #nav img	{ display:block; float:left; }

/* Style pour les alt */
#nav				{ color:#fff; font-size:1.5em; font-weight:bold; }
#nav a				{ color:#fff; }

/***************************************************************************************/
/************************************** MIDDLE *****************************************/
/***************************************************************************************/

#middle				{ background:#fff url(../images/middle_bottom.gif) no-repeat bottom center;
						width: 100%; padding:50px 0 0 0; }

#content			{ width:1000px; margin:0 auto; }

#animLeft			{ width:350px;  background-color:#eee; height:350px; float:left; }

#main				{ float:left; width:600px; margin-left:50px; }


h2					{ font-size: 1.1em; margin:5px; }
p					{ margin:5px 0 15px 20px; text-align:justify; }

a					{ color:#bf0000; text-decoration:none; }
a:hover				{ text-decoration:underline; }

/***************************************************************************************/
/************************************** BOTTOM *****************************************/
/***************************************************************************************/

#bottom				{ clear:both; width:1000px; margin:0 auto; padding-top:50px; height:70px; }
#bottom a			{ }

#footer				{ background:url(../images/overall_back_bottom.gif) repeat-x top;
						width:100%; height:99px; }
