* {
	margin: 0;
	padding: 0;
}

html {
	
	background: #bebebe url(images/background/background_html_home.jpg) top center repeat-x;
	height: 100%;
	text-align: left;
	font: bold 12px/16px "Trebuchet MS", Trebuchet, tahoma, sans-serif;
	color: #1E1E1E;
	margin: 0px auto;
	overflow: hidden;
}
body {
	
}



h1 {
	font: normal bold 29px/20px "Trebuchet MS", "Lucida grande", sans-serif;
	color: #f00;
	text-align: left;
	margin: 0 0px 25px;
	padding:  0px;
	letter-spacing: -1px;
}

a:hover {
	color: #f00;
}

h2 {
	font: normal bold 15px/20px "Trebuchet MS", "Lucida grande", sans-serif;
	color: #1e1e1e;
	text-align: left;
	padding:  0px;
	margin-top: 15px;
	clear: both;
}
	
	
/* Mise en page */


#fond {
	
	clear: both;
	background-image: url(images/background/background_body_home.png);
	
}

#container1 {
	width: 930px;
	margin: 0px auto;
	clear: both;
}

#container2 {
	width: 930px;
	margin: 0px auto;
	clear: both;
}
	
#header {
	width: 930px;
	
	color: #f00;
	
}

#animationIntro {
	clear: both;
	height: 372px;
	text-align: center;
	margin-top:25px;
}

#logo {
	width: 420px;
	height: 95px;
	float: left;
}

#logo img {
behavior: url(iepngfix.htc);
}

#content {
	width: 510px;
	margin-right:70px;
	margin-top:45px;
	float: left;
	color: white;
	margin-bottom: 35px;
}

#sidebar {
	width: 350px;
	margin-top:45px;
	float: right;
	margin-bottom: 25px;
}


	
#footer {
	width: 930px;
	height: 95px;
	clear: both;
	color: #D9D9D8;
	
	
	padding-top: 15px;
	
}

#footer1 {
	width: 500px;
	height: 95px;
	float: left;
	color: #4C4C4C;
}

#footer1 .copyright {
	display:block;
	margin-bottom: 20px;
}

#footer1 .adresse {
	font-size: 10px;
	line-height: 12px;
}

#footer2 {
	width: 430px;
	height: 95px;
	float: right;
	line-height: 12px;
	font-size: 10px;
	text-align: right;
	color: #4C4C4C;
}

#footer2 a {
	text-decoration: none;
	color: #4C4C4C;
}

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

/* NAVIGATION */

#nav {
	width: 453px;
	height: 28px;
	float: right;
	margin-top: 67px;
	font-family: "Trebuchet MS";
}

#nav ul {
	list-style: none;
	width: 453px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#nav ul li {
	float: left;
	margin-right: 1px;
	
}

#nav ul li a {
	display: block;
	height: 28px;
	line-height: 20px;

	text-decoration: none;
	color: white;
	text-align: center;
}

#nav ul li a:hover {
	
	color: #009ee0;
}

#nav ul li a.tab1 {
	width: 150px;
		background: url(images/navigation/onglets_navigation_home.png) no-repeat !important;
		background: url(images/navigation/onglets_navigation_home.gif) no-repeat ;
}
#nav ul li a:hover.tab1 {
	
	background: url(images/navigation/onglets_navigation_home.png) no-repeat 0px -31px !important;
	background: url(images/navigation/onglets_navigation_home.gif) no-repeat 0px -31px ;
}



#nav ul li a.tab2 {
	width: 150px;
	background: url(images/navigation/onglets_navigation_home.png) no-repeat !important;
	background: url(images/navigation/onglets_navigation_home.gif) no-repeat ;
}

#nav ul li a:hover.tab2 {
	
	background: url(images/navigation/onglets_navigation_home.png) no-repeat 0px -31px !important;
	background: url(images/navigation/onglets_navigation_home.gif) no-repeat 0px -31px ;
}



/* styles */

.introContent {
	display: block;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: bold;
	width: 510px;
	line-height: 20px;
	margin-bottom: 20px;
}

.grisContent {
	display: block;
	color: #4c4c4c;
	
	
	width: 510px;
	
}

.RSS a {
	color: white;
	text-decoration: none;
}
.RSS a:hover {
	color: #f00;
	
}


.animation {
	
	margin-top: 40px;
	margin-right: 0;
	
}
