
@import url(default.css);
@import url(formulaire.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#757575;
	text-align:justify;

}

body{
		background-color:#fff;
		background-image:url(../images/wrapper.jpg);
		background-repeat:repeat-x;
		}

#site{
		width:1017px;
		margin:auto;
		}
		
#header{
		width:1017px;
		height:195px;
		}
		
#gauche{
		width:170px;
		float:left;
		}
		
#centre{
		width:508px;
		float:left;
		min-height:300px;
		background-color:#fff;
		}

#droite{
		width:339px;
		float:left;
		}
		
#footer{
		width:508px;
		height:45px;
		position: absolute;
		bottom:45;
		cursor:pointer;
		}		

#contenu{
		width:484px;
		padding:12px;
		position: relative;		
		}

#plan-site{
		width:508px;
		padding-top:45px;
		}


#fini{
		clear:both;
		margin-bottom:10em;
		}

h1 {
	font-size:1.3em;
	color:#716f6b;
	background:#FFF url(../images/h1.jpg) no-repeat top center;
	width:508px;
	margin:0px 0 0 0;
	padding:12px 0 0 0;
	}

h1:first-letter{
	background: #838686 no-repeat 0 0;
	width:3em;
	height:3em;
	font-size:2.4em;
	font-weight:normal;
	padding:0 0 0 0.5em;
	margin:0 0 0 0;
	color:#FFF;
	
	border-radius:         8px 0 0 0; /* Propriété CSS3 */  
  -moz-border-radius:    8px 0 0 0; /* Propriété CSS3 pour Firefox */  
  -khtml-border-radius:  8px 0 0 0; /* Propriété CSS3 pour navigateurs KHTML */  
  -webkit-border-radius: 8px 0 0 0; /* Propriété CSS3 pour navigateurs Webkit */
}

h2 {
		font-size:1em;
		color:#d86215;
		margin-bottom:0;
		}

p {
	font-size:1em;
	margin-top:0;
	}


ul li {
	font-size:1em; 
	list-style-image:url(../images/puce.jpg);
	list-style-position:outside;
	}

a:link, a:visited {text-decoration:underline; color:#423f39;}

a:hover {text-decoration:none; color: #757575;}

.on-off{
		cursor:pointer;
		height:18px;
		width:100%;
		background-image:url(../images/on-off.jpg);
		background-repeat:no-repeat;
		padding:7px 0 0 49px;
		color:#fff;
		margin-bottom:10px;
		}

.accordeon{
		padding:0 0 0 28px;
		}
		
.encadre{
	background:url(../images/encadre.jpg) top left no-repeat;
	clear:both;	
	padding:35px 15px 0px 15px;
	margin-bottom:20px;
	text-align:justify;
	border:#868686;
	}


.bloc-formulaire{}

.formulaire-60{}

#form{}

.tablo1{
		width:400px;
		}

.tablo1 tr td{
		width:20%;
		text-align:right
		}

.tablo1 tr td:first-child{
		width:60%;
		text-align:left;
		}		
		
.tablo1 tr:nth-child(even) {
		background-color:#ffe9d1;
		}
.tablo1 tr:nth-child(odd){
		background-color:#ffd09d;
}

.tablo2{
		width:400px;
		}		
		
.tablo2 tr td{
		width:30%;
		text-align:right;
		}

.tablo2 tr td:first-child{
		width:70%;
		text-align:left;
		}		
		
.tablo2 tr:nth-child(even) {
		background-color:#ffe9d1;
		}
.tablo2 tr:nth-child(odd){
		background-color:#ffd09d;
}
		
#birthdate { display:none}		

fieldset{
		background:url(../images/wrapper-formulaire.jpg) repeat-x;
		}