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

* { margin:0px; padding:0px; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#3e3e40;
	text-align:center;
}

img { border:none; }
p { margin:10px 0px; }

a {
	text-decoration:none;
	font-weight:normal;
	color:#78797b;
}
a:hover { color:#bcbcbc; }

#global { margin:10px auto; width:945px; text-align:left; }

#header { height:140px; background:url('/images/design/header.png') 50% 50% no-repeat; }
#header p { text-align:center; padding-top:55px; font-size:1.4em; color:#868889; }

#menu { border-top:1px solid #00acb6; border-bottom:1px solid #00acb6; height:50px; }
#menu ul { list-style:none; padding:0px 20px; overflow:hidden; }
#menu ul li { float:left; height:50px; }
#menu ul li.selection { background:url('/images/design/degrade1.jpg') repeat-x; }
#menu ul li:hover { background:url('/images/design/degrade1.jpg') repeat-x; }

#menu ul li h2 { font-size:1.3em; }

#menu ul li a { float:left; color:#00acb6; height:20px; padding:15px 10px 15px 33px; }
#menu ul li.selection a { background:url('/images/design/trio_rond.png') 10px 50% no-repeat; }
#menu ul li a:hover { background:url('/images/design/trio_rond.png') 10px 50% no-repeat; color:#20ccd6; }

h1#information { text-align:center; font-size:1em; color:#00acb6; margin:10px; }

#corps { background:#4b4b4d; text-align:justify; color:#b1b3b4; padding:10px; overflow:hidden; font-size:1.1em; height:100%; line-height:22px; }

#prefooter { overflow:hidden; }
#prefooter p#adresse { background:url('/images/design/intens-events.png') left 50% no-repeat; font-style:italic; color:#868889; border-bottom:1px solid #00acb6; padding:5px 5px 5px 110px; font-size:0.9em; margin-top:10px; }
#prefooter p#adresse #drapeaux { float:right; }

#footer { clear:both; text-align:center; color:#78797b; padding:10px; }
#footer a { color:#78797b; }
#footer a:hover { color:#bcbcbc; }

