/* b24-06 style general - Dec2007
Modif 07/2010 - www.pixelscarres.com */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #000;
	background-color: #000;
	padding: 0;
	margin: 0;
	font: 0.8em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#top {
	width: 78em;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 78em;
	background-color: #fff;
	height:auto;
}

#header {
	margin-left: auto;
	height: 6.5em;
	margin-right: auto;
	background-color: #fff;
	width: 39em;
	padding-top: 10px;
}

.logo {
	width: 25em;
	height: 6.38em;
}

#chemin {
	width: 62em;
	margin-left: auto;
	margin-right: auto;
	height: 1em;
	margin-top: 10px;
	background-color: #fff;
	color: #999;
	font-size: 0.9em;
	text-align: left;
	border-bottom: 1px inset #ccc;
	padding:5px;
}

#chemin a {
	color: #999;
}
a img
{
	border: 0;
}
#anim {
	width: 120px;
	height: 120px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	top:12%;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @group Menu Gauche */

ul#menu {
	background:url(../images/menu.jpg) no-repeat 42px top;
	height:35em;
	float: left;
	padding-top: 50px;
	text-align: center;
	list-style-type : none;
	width: 9em;
	padding-left: 8px;
	margin-top: 1.30em;
}

ul#menu li {
	padding-top: 20px;
}

ul#menu a {
	color: #666;
	text-decoration: none;
}
ul#menu a:hover {
	color:#d70065;
	text-decoration: none;
}

ul#menu .current {
	color :#d70065;
	font-weight: bold;
}

/* @end */

#contenu {
	width: 53em;
	height:auto;
	float: left;
	text-align: left;
	padding-left: 40px;
	margin:1em 0.31em 1.3em 1.25em;
}

#news {
	height: 27em;
	float: left;
	width: 9em;
	text-align: center;
	border-left: 1px outset #ccc;
	color: #666;
	font-size: 0.9em;
	padding: 2px;
}
.imagegauche {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	border-style: none;
	margin-bottom: 0;
}
.imagedroite {
	float: right;
	border-style: none;
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: 5px;
}
.imagecentre {
	border-style: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* @group Formatage texte */

h1 {
	font-weight:bold;
	color:#d70065;
	text-align: center;
	font-size:1.6em;
	letter-spacing:0.20em;
}

h2 {
	font-weight: bold;
	color: #999;
	font-size: 1em;
	text-align: center;
}

h3 {
	font-size: 1em;
	color:#d70065;
}
.rose {
	color:#d70065;
}
.souligne {
	text-decoration:underline;
}
.center {
	text-align:center;
}

/* @end */

/* @group Footer */
/*#frise {
	background: url(../images/frise.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 0;
	height: 1.687em;
	width: 40em;
}*/

#footer {
	clear: both;
	background-color: #fff;
	text-align: center;
	margin-left: auto;
	width: 50em;
	margin-right: auto;
	color: #999999;
	height:3em;
	margin-bottom:1.9em;
}

#footer a {
	color: #999999;
	text-decoration: none;
} 

#footer a:hover {
	text-decoration: underline;
}

/* @end */

