* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: #171717 url(images/design/bg.png);
} 

/* #############################
#            GENERAL           #
############################# */

a {
	color: #ffffff;
}
a:hover {
	text-decoration: none;	
}
a img {
	border: none;
}
.cursorPointer {
	cursor: pointer; 
}
.noFloat {
	clear: both;
	height: 0px;
	border: 0px solid #000000;
	width: 0px;
	visibility: hidden;
	outside: none; 
}
#noscript {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background: #FFCC66;
	border-bottom: 1px solid #FF6600;
	padding: 5px;
}
#noscript a {
	color: #000000;
	text-decoration: underline;
	font-variant: normal;
}

/* #############################
#          FORMULAIRES		   #
############################# */

textarea {
	background: #000;
	color: #fff;
	font-size: 15px;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
	margin: 2px;
	background: -moz-linear-gradient(top, #000000 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#191919)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#191919',GradientType=0 );
	border:#999 1px solid;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	outline: none;
}
input {
	background: #000;
	color: #fff;
	font-size: 15px;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
	margin: 2px;
	background: -moz-linear-gradient(top, #000000 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#191919)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#191919',GradientType=0 );
	border:#999 1px solid;
	-moz-border-radius:40px;
	-khtml-border-radius:40px;
	-webkit-border-radius:40px;
	outline: none;
	height: 18px;
}
input:hover {
	border:#ddd 1px solid;
}
input[type='submit'], button, .button {
	background: #000;
	color: #fff;
	font-size: 15px;
	font-family: "Courier New", Courier, monospace;
	font-weight: none;
	padding: 3px 15px;
	margin: 2px;
	background: -moz-linear-gradient(top, #191919 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#191919), color-stop(100%,#000000)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#000000',GradientType=0 );
	border:#999 1px solid;
	-moz-border-radius:40px;
	-khtml-border-radius:40px;
	-webkit-border-radius:40px;
	outline: none;
	cursor: pointer;
	height: 30px;
}
.button.disabled {
	color: #000;
	cursor: not-allowed;
}
input[type='submit']:hover, button:hover, .button:hover {
	background: -moz-linear-gradient(top, #292929 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#000000)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#000000',GradientType=0 );
	border:#999 1px solid;
}
select, option {
	background: #000;
	color: #fff;
	font-size: 15px;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
	margin: 2px;
	border:#999 1px solid;
	-moz-border-radius:40px;
	-khtml-border-radius:40px;
	-webkit-border-radius:40px;
	outline: none;
}

/* Organisation générale de la page */

#cuerpo {
	position: fixed;
	height: 450px;
	width: 750px;
	left: 50%;
	top: 50%;
	margin-left: -375px;
	margin-top: -250px;
	background: center;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px; 
	-moz-box-shadow: 2px 2px 10px #050505;
	-webkit-box-shadow: 2px 2px 10px #050505;
	box-shadow: 2px 2px 10px #050505;
}
#introduction {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 10px;
	width: 320px;
	background: url(images/design/navBg.png); 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px; 
}
#introduction p {
	margin: 10px auto; 
}
h1 {
	font-size: 32px;
	display: inline;
	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
	margin: 10px auto;
}
#menu {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 20px 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 25px;
	background: url(images/design/navBg.png); 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px; 
}
#menu strong {
	font-size: 35px;
	font-variant: small-caps;
}
#menu li {
	list-style: none;
	display: inline;
	margin: 10px;
}
#titlePhoto {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
}
#titlePhoto a {
	padding: 3px 10px 5px 10px;
	background: url(images/design/navBg.png); 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px; 
}
#footer {
	position: fixed;
	bottom: 10px;
	width: 100%;
	color: #444;
	padding: 5px;
}
#footerContent {
	margin: auto;
}
#footer p {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

/* #############################
#          RECAPTCHA           #
############################# */

#recaptcha_instructions_image, #recaptcha_instructions_audio, #recaptcha_instructions_error {
	color: #fff;
}
#recaptcha_response_field {
	background: #fff;
	color: #000;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
	-webkit-border-radius:0px;
}	
	
	