* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#000;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}


#conteneur {
	background-image: url(../images/fond.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
}

a {
	color: #09F;
	text-decoration:none;
}

a:hover {
	color: #FC0;
}

a:active { 
	outline: none; 
}

a:visited {
	color:#0099FF;
}

a[target = '_parent']{
	padding-right:20px;
	background: transparent url(../images/liens/internal.gif) no-repeat center right;
}

a[target = '_blank']{
	padding-right:20px;
	background: transparent url(../images/liens/external.gif) no-repeat center right;
}

a[href ^= 'mailto']{
	padding-right:20px;
	background: transparent url(../images/liens/mail.gif) no-repeat center right;
}

a[href $= '.pdf']{
	padding-right:20px;
	background: transparent url(../images/liens/pdf.gif) no-repeat center right;
}

a[class ~= 'popup']{
	padding-right:20px;
	background: transparent url(../images/liens/popup.gif) no-repeat center right;
}

h2 {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right: auto;
	color:#FFF;
	font-size:18px;
	border-bottom:#0099FF 2px solid;
	width:228px;	
}

hr {
	border:none;
	height:1px;
	background-color: #09F;
	
	
}

#logo {
	position: absolute;
	width:526px;	/* selon la largeur voulue */
	margin-left: -263px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 150px;       /* selon la quantite de texte */
	margin-top: -75px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
		
}

#logo p{
	margin-top:20px;
	font-size:20px;
	text-align:center;
}


#bandeau-bas {
	height:15px;
	background-color: #09F;
	width:100%;
	bottom:0px;
	position:absolute;
}

/**************************************************************/
/************************** CONTACT *******************/
/**************************************************************/

#contact {
	margin-left:auto;
	margin-right:auto;
	width:570px;
}
#contact p {
	margin-bottom:8px;
}
/* fieldset , legend */

#contact fieldset {
}

#asterisque {
	color:#0CF;
}
/* Label */
#contact label {
	display: block;
	width: 110px;
	float: left;
	padding-right: 5px;
	padding-top:2px;
	text-align: right;
	letter-spacing: 1px;
	height:20px;
	font-size:14px;
	
}

#contact p {
	text-align:left;
	
}
/* Input */
#contact input, #contact select {
	margin-left: 3px;
	width: 450px;
	height:25px;
	font-size:14px;
	border: #666 1px solid;
	color:#0CF;
	background-color: #333;
}

#contact textarea {
	margin-left: 3px;
	width: 450px;
	height:150px;
	border: #666 1px solid;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0CF;
	background-color: #333;
}
#contact input:hover, #contact select:hover, #contact input:focus, #contact select:focus, #contact textarea:hover {
	border: #CCC 1px solid;
}
#contact input[type="radio"] {
	width: auto;
	border:none;
	height:20px;
}
#contact input[type="radio"]:hover {
	border: none;
}
/* les boutons submit et reset */

#boutons {
	margin-left:234px;
}
#boutons input {
	color:#FFF;
	margin-top: 2px;
	padding:0px 4px 0px 4px;
	margin-top: 10px;
	height:23px;
	width:94px;
	background-image:url(../images/bt.png);
	background-color:transparent;
	border:none;
	margin-right:10px;
}

#boutons input:hover {
	border:none;
	color: #09F;
}
