* {
	margin : 0;
	/*behavior: url(iepngfix.htc);*/
	/*padding : 0;*/
}

img {
	border: 0;
}

/* -------------------------------------------------------
		Global
------------------------------------------------------------*/
body {
	margin : 0 auto;
	padding: none;
	background-color:#000;
	text-align: center;
	height : 100%;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d2c2c;
	font-size: 13px;
	width: 908px;
	
}

h2 {
	font-size: 20px;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #2d2c2c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.num_pages {
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	padding: 0 30px 0 10px;
	line-height: 20px;
}

.num_pages a {
	color: #606060;
	border: 1px solid #606060;
	padding: 1px 4px;
	background-color: #848484; /*#181C23;*/
}

.num_pages a:hover {
	/* background-color: #EE577C;
	color: white; */
	background-color: #FFF5B5;
	color: black;
	text-decoration: none;
}

.num_pages a.current {
	font-weight: bold;
	color: black;
	background-color: white;
	/* border: 1px solid white; */
	/* background-color: #FFF5B5; */
}

p {
	margin: 10px 5px;
}

input[type=text], input[type=password] {
	border: 1px solid black;
	height: 14px;
	font-size: 10px;
}

input[type=file] {
	border: 1px solid black;
	height: 20px;
	font-size: 10px;
}

select {
	margin: auto;
	padding: auto;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#top {
	border: 0;
	width: 995px;
	text-align: center;
	margin : 0 auto;
	padding: 0;
}

div#top table {
	text-align: left;
	margin: 0;
}

#header {
	background: url('header.png') no-repeat;
	width: 995px;
}

#capsule_m_1, #capsule_m_2 {
	background: url('capsule_m_1.png') no-repeat top left;
	width: 424px;
	height: 81px;
}

#capsule_m_2 {
	background: url('capsule_m_2.png') no-repeat top left;
}

#capsule_m_2 #minilogos img {
	padding: 0 5px;
}

div#conteneur {
	margin-top: 0;
	text-align: center;
	padding: 0;
}

div#middle {
	width : 908px;
	margin: 0 auto;
	padding-top: 10px;
}

div#middle table#contenu {
	width : 904px;
	margin: 0 auto;
}

div#galerie_top {
	width: 424px;
	height: 8px;
	background: white url('galerie_top.jpg')  no-repeat;
}

div#galerie_bottom {
	text-align: center;
	width: 424px;
	background: white url('galerie_bottom.jpg')  no-repeat bottom;
	min-height: 564px;
}

table#footer {
	text-align: center;
	background : url('fond_footer.jpg') repeat-x;
	height: 20px;
	width : 901px;
	margin: 0 auto;
	line-height: 20px;
}

div#bottom {
	background : url('bottom.png') no-repeat;
	height: 60px;
	width : 995px;
	margin: 0 auto;
}

.footer a, .footer a:link {
	color: white;
}

.footer {
	color: silver;
}

/* -------------------------------------------------------
		Cas particuliers
------------------------------------------------------------*/
form#capsule_log {
	font-weight: bold;
	line-height: 17px;
}

table#inscription tr td {
	padding: 3px;
}

#capsule_log a:link, #capsule_log a:visited, #capsule_log a:hover {
	text-decoration : none;
}

p.erreurs {
	border: 1px dotted red;
	text-align: left;
	padding-left: 20px;
	color: red;
}

.color0, .color0 a:link, .color0 a:visited, .color0 a:hover, .color0:link, .color0:visited, .color0:hover {
	color : #3c96cd;
}

.color1, .color1 a:link, .color1 a:visited, .color1 a:hover, .color1:link, .color1:visited, .color1:hover {
	color : #dc5ae0;
}

.background0 {
	background-color : #9dc4dc;
}

.background1 {
	background-color : #e7ade8;
}

.infobulle {
   position:absolute; 
   border:1px solid white;
   background: white url('infobulle.jpg') repeat-x bottom;
   color:#000;
   min-height: 57px;
   font-weight: bold;
   font-size: 12px;
   text-align: left;
   text-decoration: none;
   width: 200px;
   z-index: 10;
}

.titre {
	font-size: 120%;
	padding: 5px 10px;
	background-image: url('middleBG.gif');
	color: white;
}

.titre a:link, .titre a:visited {
	color: white;
}

.smilies {
	text-align: center;
	width: 100%;
}
.smilies a p, .smilies a:link p {
	display: none;
	text-align: left;
	padding: 5px;
	
}
.smilies a:hover p {
	display: block;
	position: relative;
	border: 1px solid black;
	background: white;
	text-decoration: none;
}
.smilies a:hover {
	text-decoration: none;
}

.top_number {
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
}
.top_number sup {
	font-size: 8px;
}


#capsule_log a {
	color: #EEE;
}
