/* ..: webdesign: www.bembow.com :.. */

/*_____margin reset_________*/
* {
margin: 0;
padding: 0;
}


/* hack FF pour masquer les contours pointillé sur les liens  */

a {outline: none;}
:focus{-moz-outline-style: none;}
/*______________________________________________________________*/

strong {
	font-weight : bold;
}

em {
	font-style : italic;
}

p {
	line-height : 1.em;
}


body {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	text-align : center;
	background-color: #000;
	}

	
	#global {
background-image: url(images/bckg_grisnoir.png);
}
	
address, blockquote, div, h1, h2, h3, h4, h5, h6, hr, noscript, p, pre, 
dl, dt, dd, ul, ol, li, 
table, caption, colgroup, col, thead, tfoot, tbody, tr, td, th,
form, button, fieldset, legend, input, label, select, optgroup, option, textarea,
a, img, q, span, sub, sup, cite, code, del, dfn, em ,ins, strong
{
	line-height : 1.2em;
	font-style : normal;
}

img {
  padding: 5px;
  background: white;
}



a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}





#flash {
width: 1004px;
margin: auto;
border: solid 1px #bbbbbb;
}

#div1 {
width: 1004px;
text-align: center;
margin: auto;
padding: 5px;
border-top: 1px solid #ffffff;
}

h1 {
font: 0.9em verdana, sans-serif;
font-weight: bold;
color: #ffffff;
text-align: center;
}

#p1 {
font: 0.7em verdana, sans-serif;
color: #ffffff;
text-align: center;
}


