/**
* General
*/
* { margin: 0; padding: 0; } /* Remove all spacings by default of the tags  */

body
{
	font-size:12px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background:#D5D5D5 url(img/voeux_2011/bg.png) left top repeat-x;
	
}


table{
	width:100%;
	}
	
img {
	border:none;
}



/* Liens */
a{
	color:#ff6600;
	text-decoration: underline;
}

a:hover{
	color:#ff6600;
	text-decoration: none;
}

p{ margin-bottom:12px; padding:0px; }

#main{ width:1400px; height:486px; left:50%; margin-left:-700px; position:absolute; background:#D5D5D5 url(img/2011/bg_homepro.gif) center top; padding-top:127px;  }
#video{ width:481px; height:313px;  margin:0 auto; text-align:center; font-size:18px; line-height:25px; }


h1{ font-size:24px; line-height:27px; color:#ee7f00; font-weight:bold; margin:0px; padding:0px; }

#fred{ width:176px; height:382px; position:absolute; margin-left:1032px; margin-top: -3px; }

#bottom{ width:822px; height:199px; left:50%; margin-left:-411px; margin-top:572px;  position:absolute; background:url(img/voeux_2011/bg_bottom.gif) center top no-repeat; }
#bottom_txt{ padding-left:38px; padding-top:34px; font-size:24px; line-height:27px; color:#000; height:104px; overflow:hidden; }
#bottom_ill{ padding-left:23px; }

#adresse{ position:absolute; width:210px; margin-left:595px; margin-top:20px; color:#fff; font-size:16px; line-height:19px; }
#adresse strong{ font-size:18px; line-height:21px; color:#e67b02; }
#adresse a{ color:#fff; text-decoration:none; }
#adresse a:hover{ color:#fff; text-decoration:underline; }

#mentions{ width:822px; left:50%; margin-left:-411px; margin-top:625px; position:absolute; padding-top:0px; text-align:center; font-size:12px; line-height:16px; padding-bottom:12px; }
#mentions a, #video a{
	color:#000;
	text-decoration: underline;
}

#mentions a:hover, #video a:hover{
	color:#000;
	text-decoration: none;
}

.orange{ color:#e67b02; }