/* CSS Document */
html, div, img, ul, li, dl, dt, dd, h1, h2, h3 { margin: 0; padding: 0; border: 0; }

*

h1{
font-family:"Courier New", Courier, monospace;
font-size:16px;
color:#cad749;
}

h2{
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#e2007a;
display:list-item;
list-style-position:inside;
}

a {}

a:link {
	color:#FFFFFF;
	}
	
a:hover {
	color:#999999;
	}
	
a:visited {
color:#faaa11;
}

ul {
text-align:center;
list-style:none;
}

body {
	background-color:#FFFFFF;
	/*width:810px;*/
	scrollbar-arrow-color: #660033;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:#ee4b9c;
	scrollbar-hightlight-color: #f1b5d3;
	scrollbar-track-color:black;
	scrollbar-3dshadow-color:#590730;
	}
	
	#cadre {
	margin:0 auto;
	width:990px;
	height:100%;
	background-color:#FFFFFF;
	text-align:right;
	}
	
	#bandeau {
	width:990px;
	height:198px;
	background:url(images/template/bandeau.gif);
	}
	
	#sousCadre{
	position: relative;
	right: -39px;
	width:951px;
	background-color:#000000;
	overflow: hidden;
	}
	
	/*#cale-gauche{
	width:39px;
	height:464px;
	background-color:#FFFFFF;
	float:left;
	}*/
	
	#menu {
	width:186px;
	height:100%;
	float:left;
	}
	
	#graphismes {
	width:271px;
	height:463px;
	float:left;
	}
	
	#photos {
	width:271px;
	height:275px;
	background-color:#000000;
	}
	
	#bulles{
	width:271px;
	height:189px;
	background:url(images/template/bulles.gif);
	background-position:bottom left;
	}
	
	#contenu{
	width:425px;
	height:100%;
	float:left;
	padding-right:10px;
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	text-align:right;
	font-size:12px;
	hoverflow: hidden;
	background-color:#000000;
	/*overflow: auto;*/
}
	
	#animation{
	width:696px;
	height:463px;
	float:left;
	color:#FFFFFF;
	text-align:right;
	overflow: auto;
	padding-right:10px;
	}
	
	#bandeau-gauche {
	width:59px;
	height:463px;
	float:right;
	margin-top:-10px;
	}
	
	#footer {
	margin-left:39px;
	clear:both;
	width:895px;
	height:22px;
	border-top: solid 1px white;
	background-color:black;
	color:#FFFFFF;
	text-align:right;
	padding-right:56px;
	padding-top:5px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}
	
	.droite{
	text-align:right;
	}
	
	.tel {
	color:#FF0099;
	font-weight:bold;
	}

	
/* **********************

Le formulaire

************************* */

fieldset {
    text-align: right;
    width: 75%;
    float: right;
}


input, select, textarea { 
    margin-bottom: 5px;  
    /*display: block;*/
}
 
label {
    float: left;
    margin-bottom: 5px; 
    width: 70px; 
}

                                          
form p {
    clear: both;
}

input.submit {
    position: relative;
    left: 0;
    float: right;
}

.confirm {
    color: #FCAD19;
}

.isError {
    color: red;
}



    
	
	
	
	
