/*------------------- CSS INTREPIDSYSTEM.COM -----------------------*/
/*------------------- Copyright WEBLODY ------------------------*/

* {margin: 0;padding:0;border: 0;}
html, body {margin:0;padding:0;text-align: center;}
.hide {	display: none;}
img {border:0;}

body{
	font-family: Verdana, Helvetica, sans-serif; font-size:11px;
	text-align:center;
	background :#000 url("http://www.intrepidsystem.com/img/10.gif") repeat;
	color:#FFFFFF;
}	

.conteneur{
	position:relative;
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

a {color: #f08d00;font-weight:bold;text-decoration:none;}
a:hover {color: #f08d00;font-weight:bold; text-decoration:underline;}

.contenu{background-color :#000;
padding:5px; height:200px;}