@charset "utf-8";
/* CSS Document */


/* GENERAL */
body { /* Page generale */
	padding: 0px;
	margin: 0px;
	background: url(../gfx/background-page-index.jpg) top center no-repeat;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

img {border: 0;}

img a {border: 0;}

p {margin: 0;padding: 0;}

#site { /* Zone qui contient l ensemble du site */
	width: 1000px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	background: url(../gfx/background-site-index.jpg);
}

/* NAVIGATION */
#logo { /* Titre */
	float: left;
	width: 258px;
	height: 70px;
	padding-top: 50px;
	padding-left: 50px;
}

#langues { /* 2 drapeaux */
	float: right;
	width: 54px;
	height: 37px;
	padding-right: 273px;
}

#menu { /*Menu francais */
	float: left;
	width: 619px;
	height: 13px;
	padding-top: 50px;
	padding-left: 190px;
}

#menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#menu a {color: #000000;text-decoration: none;}

#univers-yvon {
	float: right;
	height: 30px;
	padding-top: 20px;
	padding-right: 205px;
}

/* ENCART ACTUALITES */ 
#actualites {
	float: left;
	width: 480px;
	height: 177px;
	margin-top: 190px;
	margin-left: 67px;
}

#actualites .contenu {
	float: left;
	width: 435px;
	height: 177px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#actualites .theme {
	font-size: 13px;
	font-weight: bold;
	padding-top: 44px;
	padding-bottom: 8px;
}

#actualites .resume {
	font-weight: normal;
	font-size: 12px;
}

#actualites a {color: #FFFFFF;text-decoration: none;}
#actualites a:hover {color: #FFFFFF;text-decoration: underline;}

/* ENCART CONTACT */
#contact {
	float: right;
	width: 350px;
	height: 81px;
	margin-top: 288px;
	margin-right: 64px;
}

#contact .contenu {
	float: left;
	width: 290px;
	height: 81px;
	padding-top: 13px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}

#contact .contenu a {color: #FFFFFF;text-decoration: underline;}
