/*########################################################################## */
/* CSS des Tags */
* {
/*	margin:0;
	padding:0;
	border: 0;
	list-style:none;*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}

body{
	margin: 0;
    padding: 0;
	background: #000;
    color: #555;
	font-size: 11px;
	font-family: verdana;
}

input,textarea,select{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F0F0;
	border: 1px #AAAAAA solid;
}

input.echec,textarea.echec,select.echec{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFAAAA;
	border: 1px #AAAAAA solid;
}

input:hover,textarea:hover,select:hover{
	border: 1px #fff solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #6FBBFF;
	font-size: 11px;
}
/*########################################################################## */

/*########################################################################## */
.page{
	position : relative;
	width: 1024px;
	/*margin: 0em auto;*/
	text-align: left;
	background: #252525;
}

.colonneA {
	position: relative;
	float : left;
	visibility: visible;
	width: 50%;
	z-index: 20;
	text-align: left;
	color:#fff;
}
.colonneB {
	position: relative;
	float : right;
	visibility: visible;
	width: 50%;
	z-index: 20;
	text-align: left;
	color:#fff;
}
/*########################################################################## */

/*########################################################################## */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position:relative;
	padding : 0px;
	margin-bottom:10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position:relative;
	padding : 0px;
	margin-bottom:10px;
}
a{
	font-weight: bold;
	color: #fff;
	position:relative;
	padding : 0px;
}
/*########################################################################## */
#flashcontent {
	height: 100%;
}