@media screen {/*configuration pour affichage a l'ecran.*/

* {margin:0;padding:0}
img {	border: 0px;}
.fl {float: left; margin-right: 5px;}
.fr {float: right; margin-left: 5px;}
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* pour corriger le bug de centrage IE */
	background-image: url(images/bg.png);
}

a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}

h3 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#conteneur {
	width:760px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/fond.jpg) repeat-y;
	text-align: left; /* on retablit l'alignement normal du texte a cause de IE*/
}

#top {
	width:760px;
	height: 61px;
	background: url(images/clubsportifhaut.jpg) no-repeat;
}

#mail {
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 200px;
}
 #mail a {
	text-decoration: none;
	color: #FF0000;
}
 #mail a:hover {
 	text-decoration: none;
	color: #FF0000;
}

#banniere {
	top:61px;
 	width:760px;
 	height:205px;
 	background: url(images/clubsportifbas.jpg) no-repeat;
}

#centre {
	position: relative;
	width:480px;
	margin-left:70px;
}

marquee {
	height:30px;
	color: #1B4C85;
	font-weight: bold;
}

.liste {
	padding-left:25px;
}

#droite {
	width:180px;
 	position: absolute;
 	top:-120px;
 	margin-left:500px;
 	font-weight: bold;
	font-size: 1.2em;
}

#news1 {
	text-align: center;
}

#news {
	background-color: White;
 	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
 	padding: 5px;
 	text-align: left;
 	border: solid #FB9718;
 	border-width: 1px;
}

#suite {
	color: #FF0000;
	text-decoration: none;
	text-align: right;
}

.menu {
	list-style-type: none;
}
.menu li {
	margin-bottom: 5px;
	padding: 0 0 0 15px ;
}
.menu a, .menu a:hover {
	color: #000000;
	text-decoration: none;
}
.menu a:hover {
	color: #FF0000;
	padding: 0 0 0 10px ;
}
#on {
	color: #FF0000;
	text-decoration: none;
	padding: 0 0 0 25px;
}
#haut {	
	text-align: right;
}
 
p {
 padding: 10px 0 ;
}
 
#pied {	
  width:760px;
  height: 29px;
  text-align: right;
  font-size: 0.85em;
  background-image: url(images/pied.png);
}

#dubuismedia {	
  width:760px;
  background-image: url(images/bg.png);
  padding-top: 10px;
  text-align: right; 
}

h1 span, h2 span, h3 span {
	display: none;
}

p {
 text-align: justify;
}
.clear{
	clear: both ;
}
.logo{
	float: left;
	margin-right: 15px;
}
.small, .small2, #haut {	
	font-size: 0.85em; 
}
.small2 {
	font-weight: bold;
	color: #AA5E00;
}
	
/*configuration galerie photos.*/
div#galerie {
	width: 470px ;
	background: #fff ;
	border: 1px solid #dcb ;
	padding: 0px ;
	margin: 15px 0px ;
	text-align: center ;
	font: 0.9em Georgia, serif ;
}

ul#galerie_mini {
	margin: 10px 0 ;
	padding-left: 32px ;
	list-style-type: none ;
	text-align: center;
}

ul#galerie_mini li {
	float: left ;
}

ul#galerie_mini li a img {
	margin: 2px 2px ;
	border: 1px solid #dcb ;
}

dl#photo {
	clear: both ;
	margin: 10px auto ;
}

dl#photo dt {
	font: italic 2.5em/1.5em Georgia, serif ;
	color: #dcb ;
}

dl#photo dd {
	margin: 0 ;
}

dl#photo img {
	border: 1px solid #dcb ;
}
}

/*configuration pour l'impression*/

@media print {

	#conteneur {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	}
	 

	/*A l'impression on cache certains elements.*/
	h1 span, h2 span, h3 span, object,
	#top, #banniere, #haut, #droite, #pied, img {
	 display: none;
	}
}