/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, pre, input, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}
/* Normalizes font size for header */
h1, h2, h3, h4, h5 {
	font-size : 100%;
}
/* Tables */
table {
	border-collapse : collapse;
	border-spacing:0;
}
/* Removes border from fieldset and images */
fieldset, img {
	border: 0;
}
/* Left-Align text in ation and th */
caption, th {
	text-align : left;
}
/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
}
body {
	position:relative;
	width:990px;
	margin:0 auto;
	text-align:left;
}
#cadre {
	width: 990px;
	border: 1px solid #000000;
}
#top {
	height: 95px;
}
#branding {
	height: 95px;
	width: 305px;
	float: left;
	background-image: url(images/branding.jpg);
}
#branding h1 {
	position: absolute;
	top: -999px;
}
#branding p{
	position: absolute;
	top: -999px;
}
#nav {
	background-image: url(images/nav_bckg.gif);
	background-repeat: repeat-x;
	height: 95px;
	width: 685px;
	float: right;
}
#animation {
	height: 301px;
}

#contenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d9541f;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}
#contenu a:hover {
	text-decoration: none;
}
#footer {
	background-image: url(images/footer_bckg.jpg);
	height: 98px;
}
.texte_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 13px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d9541f;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #979293;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b322f;
	line-height: 15px;
}
.accueil_col_2 {
	background-image: url(images/accueil_col2_bckg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.accueil_realisations_petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3b322f;
	line-height: 12px;
}
ul {

}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b322f;
	line-height: 14px;
	padding-bottom: 14px;
	list-style-image: url(images/bullet.gif);
}
#langue {
	visibility: visible;
	z-index: 2;
	position: absolute;
	display: block;
	top: 10px;
	text-align: right;
	width: 117px;
	right: 10px;
}
#langue a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#langue a:hover {
	text-decoration: underline;
}
#programmationsiteinternet{font-family:Arial,Helvetica,sans-serif; font-size:10px; line-height:10px; color:#333; text-align:center; margin-top:25px}
#programmationsiteinternet p{text-indent: -9999px;}
#programmationsiteinternet a{color:#333; text-decoration:none}
#programmationsiteinternet a:hover{text-decoration:underline}