/* CSS Document */
*{ margin:0; padding:0;}

html, body{ font-size: 100.01%;}
body{ background-color:#1B222C; text-align:center;}
body, td, th{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 70%;}
a img{border:none; }
a, a:link, a:active, a:visited{
	text-decoration: underline;
	color:#CCCCCC;
}

label{cursor: pointer;}
p{ margin:1em 0;}

.clear{
	clear: both;padding-bottom: 1px;margin-bottom: -1px;
}

#globalouter{
	background:#0E151F url(../images/interface/global_bg_l.jpg) repeat-y left; 
	width:979px; 
	margin:0 auto; 
	text-align:left; color:#FFFFFF;
	padding-left:16px;
}
#globalinner{
	background:#0E151F url(../images/interface/global_bg_r.jpg) repeat-y right;
	padding-right:16px;
}
#header{
	height:232px;
	background:#0E151F url(../images/interface/header_bg.jpg) no-repeat top;
	margin-bottom:20px;
}
#header h1 a{ display:block; width:150px; height:100px;}
#header h1 span{ display:none;}
#wrapper{ padding:20px;}
#content{ width:725px; float:left;}
#right{width:180px; float:right; text-align:right;}

h2{font-size:100%; text-transform:uppercase;}
h3{font-size:100%; text-transform:uppercase; color:#999999; margin-bottom:20px;}
h4{font-size:100%; text-transform:uppercase; color:#999999; font-weight:normal;}

form{margin-bottom:40px;}

form .radio{color:#999999; width:235px; float:left; margin:0;} 
form .radio input{float:left;}
form .radio label{ float:left; display:block; padding-left:5px; width:200px; padding-bottom:10px;}

.merci{ text-align:center;}

.pubv{ border:5px solid #373737; width:160px;height:600px; text-align:center;}
.pubh{ border:5px solid #373737; width:728px;height:90px;}

