@charset "UTF-8";
/* CSS Document */

/*  ------------------------------------------------------------------------------- site général  */

*{background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline; }			

body{	background:#dab75d;
		background: -moz-linear-gradient(top, #dab75d   0%, #92772e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dab75d ), color-stop(100%,#92772e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #dab75d  0%, #92772e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #dab75d e 0%, #92772e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #dab75d e 0%, #92772e 100%); /* IE10+ */
		background: linear-gradient(top, #dab75d  0%, #92772e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dab75d', endColorstr='#92772e',GradientType=0 ); /* IE6-9 */
	height:auto; width:100%; margin:0 auto;
	color:#053144; }
	
p {font-family: Helvetica, Arial, sans-serif; font-size:14px; font-weight:normal; color:#053144; margin:0px 0 20px 0; line-height:150%;word-spacing: 0.10em;letter-spacing:0.1em;}

	
img {border :none;}
	
a {text-decoration: none; color:#b71d21;}
a:hover {text-decoration:underline; color:#92772e;}



/*  ------------------------------------------------------------------------------------------ hgroup */

h1 {wdth:750px; font-family:'Rosario', Helvetica, Arial, sans-serif; font-size:18px; color:#fff; padding:2em 0 2em 0; font-weight:normal; line-height:150%;word-spacing: 0.10em;letter-spacing:0.1em;}
h2 {font-family:'Rosario', Helvetica, Arial, sans-serif; font-size:16px;color:#92772e; padding:0 0 0em 0; font-weight:normal; line-height:150%;word-spacing: 0.10em;letter-spacing:0.1em;}

h2.credits {margin-top:-10px;}


/*  ------------------------------------------------------------------------------------------ contenu */

#contenu {margin: 0 auto;
	height: auto !important;
	height: 100%; 
    width: 100%;
	word-wrap: break-word; }



section {width:800px; height:auto; background:#cab88b; margin: 0 auto; box-shadow: 1px 0px 10px #053144; padding-bottom:5em; }

article {width:750px; margin:0 auto; word-wrap: break-word;}



 
 /*  -------------------------------------------------------------------------------------------------------------------- les li */

li {list-style-type:none;}

