

body {
	
	font-family: Helvetica,Verdana, Arial, sans-serif;
	
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
	font-size:14px;
	background-color:#000;

	padding: 5 5 5 5 ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
}

.popup_body {
	background-color:#000;	
	font-family: Helvetica,Verdana, Arial, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
	font-size:10px;
	font-weight:bold;

	
	
	
}
.popup_top {
	
	font-family: Helvetica,Verdana, Arial, sans-serif;
	background: #dddddd;
	padding-right:10;
	padding-top:5;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
	font-size:12px;
	font-weight:bold;

	height:15px;
	vertical-align:middle;
	width:100%;
}
.popup_top a { 
color:#444444;
text-decoration:none;
font-weight:bold;
}
.popup_top a:hover { 
text-decoration: underline;
color:#444444;
font-weight:bold;

}


a {
color:#c7e300;
font-style:normal;
font-variant:normal;
font-stretch:normal;
font-weight:normal;
text-decoration:none;
font-family:Helvetica,Verdana, Arial, sans-serif;

}

a:hover{
color:#c7e300;
text-decoration: underline;
}

h1 {
font-size:16px;
}

h2 {
font-size:14px;
}

.concours_inscription
{
	font-family:Helvetica,Verdana, Arial, sans-serif;
font-size:12px;
	
}
