/* CSS par Gwendal/ */

* { margin:0;padding:0; }

body {
	background-color:white;
	font:normal 0.7em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
	color:#8A8A8A;
}

#page {
	width:770px;
	margin:15px auto;
}

p { text-align:justify; }

h1 {
	background:url(../images/interface/logo.png) top left no-repeat;
	text-indent:-9000px;
	width:378px;
	height:56px;
}

abbr, acronym { border:0; }

em { color:#788103;font-style:normal; }

p#slogan {
	text-transform:uppercase;
	width:200px;
	text-align:left;
	padding-left:5px;
}

ul#menu {
	list-style-type:none;
	width:500px;
	text-align:center;
	height:15px;
	float:right;
}

ul#menu li {
	display:inline;
}

ul#menu a {
	display:block;
	float:left;
	width:80px;
	height:100%;
	color:#8A8A8A;
	text-decoration:none;
	border-right:1px solid #8A8A8A;
}

ul#menu a:hover {
	display:block;
	float:left;
	width:80px;
	height:100%;
	color:#C43469;
	text-decoration:none;
	border-right:1px solid #C43469;
}

#header {
	background:url(header.png) top left no-repeat;
	width:770px;
	height:216px;
	margin-top:20px;
	padding-top:25px;
	padding-left:35px;
	background-image: url(header.png);
}

#header h2 {
	color:#3C1503;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	background:url(../images/interface/puce_titre.png) left no-repeat;
	height:20px;
	text-indent:25px;
}

#header h2 span {
	color:#9D9D9C;
}

#header ul { list-style-type:none; }

#header li {
	padding-left:15px;
}

#header p { padding:5px 20px; }

#header a { color:#C43469;text-decoration:none; }

#gauche {
	width:240px;
	float:left;
}

#gauche h2 {
	background:url(../images/interface/bas_titre.png) bottom left no-repeat;
	color:#3C1503;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #C43469;
	text-indent:5px;
	margin:5px 0;
}

#gauche h2 span { color:#8A8A8A; }

#gauche form {
	width:156px;
	margin-left:10px;
}

#gauche form fieldset { border:0; }

#gauche form input, #gauche form textarea { border:1px solid #788103; }

#droite {
	width:500px;
	float:left;
	margin:-65px 0 0 25px;
}

#droite h2 {
	background:url(../images/interface/bas_titre.png) bottom left no-repeat;
	color:#3C1503;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #C43469;
	text-indent:5px;
	margin:5px 0;
}

#droite h2 span { color:#8A8A8A; }

p#copyright {
	background:url(footer.png) left top no-repeat;
	width:770px;
	height:50px;
	float:left;
	margin-top:10px;
	text-transform:uppercase;
	font-size:9px;
	text-align:left;
	padding-top:3px;
	color:white;
}

p#copyright a { color:white;text-decoration:none; }

