
@import url(default.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:#6a6969;
	text-align:justify;
}

body{
		background-image:url(../images/wrapper.jpg);
		background-repeat:repeat-x;
		background-color:#cacacb;
		}
		
#site{
		width:1004px;
		margin:auto;
		}
		
#header{
		width:1004px;
		height:197px;
		}
		
#gauche{
		width:279px;
		float:left;
		}

#centre{
		width:469px;
		float:left;
		}

#contenu{
		width:449px;
		min-height:440px;
		background-color:#fff;
		padding:8px 10px 12px 10px;
		}

#copyright{
		width:479px;
		cursor:pointer;
		}

#plan-site{
		width:479px;
		}

#droite{
		width:256px;
		float:left;
		}
		
#ecartement{
		width:100%;
		clear:both;
		margin-bottom:24px;
		}			

h1 {
		font-size:2em;
		font-weight:normal;
		color:#fff;
		width:453px;
		height:65px;
		background-image:url(../images/h1.jpg);
		background-repeat:no-repeat;
		margin-top:0;
		margin-bottom:0;
		padding:0 8px;
		text-align:left;


		}

h2 {
		font-size:1.2em;
		color:#0092a0;
		}

p {
		font-size:1em;
		line-height:1.3;
		}

ul li {
	font-size:1em; 
	list-style-image:"";
	list-style-position:outside;
	list-style-image:url(../images/puce.jpg);
	line-height:1.2;
	padding-bottom:8px;
	}

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

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

.bloc-formulaire{
		background-image:url(../images/formulaire.jpg);
		background-repeat:repeat-x;
		}
		
.paragraphe-onoff{
		width:404px;
		height:18px;
		background-image:url(../images/on-off.jpg);
		background-repeat:no-repeat;
		padding:4px 0 0 46px;
		color:#fff;
		cursor:pointer;
		}		
		
.accordeon{
		padding:0 0 0 46px;
		}		
		
.rouge{
		width:429px;
		background-color:#F00;
		}

div.footer {
	margin:16px 360px;
	text-align:center;
}	
