body {
	background-color:#ffee66;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a {
	font-size:12px;
}

p {
	margin: 5px 0px;
}
	
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header-crayon--.jpg);
	width:717px;
	height:168px;
	position:relative;
}
#header ul{
	background-color:#ffdd77;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:145px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#000000;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#cc6600;
}
#logo_w1,#logo_w2 {
	font-size: 28px;
	font-style:italic;
	font-weight: bold;
	color:#ffffff;
	position:absolute;
}
#logo_w1{
	top:91px;
	left:45px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:118px;
	left:57px;
	width:350px;
	position:absolute;
}
#header_text p{
	font-size: 14px;
	font-weight: bold;
	color:#ff9900;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	margin-top: 10px;
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:438px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	border-right:  #FFF 2px solid;
	display:inline;
}
#left a{
	color:#c77e0c;
	text-decoration:none;
}
#left a:hover{
	color:#cc6600;
	text-decoration:underline;
}
#right {
	float:right;
	width:200px;
	padding: 0px 20px 20px 20px;
	margin-top:0px;

}
#right a{
	color:#c77e0c;
	text-decoration:none;
}
#right a:hover{
	color:#cc6600;
	text-decoration:underline;
}
#photos img{
	margin:25px 0px 0px 5px;
}
/*  Alignement photos et commentaires alternés*/
#photo1gauche{
	width: 190px;
	height: 126px;
/*	background-image:url("img/photo1gauche.gif");
	background-repeat: no-repeat;*/
	margin:0;
	float:left; /*ta photo sera à gauche*/
}
#texte1droite{
	width:150px;
	float:right;/*ton texte sera à droite*/
	padding-left:10px; /*pour décaler un peu ton texte du bord de l'image*/
	padding-top: 50px; /*fait descendre ton texte de 50px. Tu peux avec cette commande
	centré ton texte*/
}
#photo1droite{
	width: 190px;
	height: 126px;
/*	background-image:url("img/photo1gauche.gif");
	background-repeat: no-repeat;*/
	margin-right:10px;
	float:right; /*ta photo sera à gauche*/
}
#texte1gauche{
	width:150px;
	float:left;/*ton texte sera à droite*/
	padding-left:10px; /*pour décaler un peu ton texte du bord de l'image*/
	padding-top: 50px; /*fait descendre ton texte de 50px. Tu peux avec cette commande
	centré ton texte*/
}
/* Fin d'alignement photos et commentaires alternés*/

/* bords */
#bords {
	margin: 10px;
	border: #FFF 3px dotted;
	text-align: center;
}
/* listes */
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #cc6600;	
}
ul span, ol span {
	color: #333;
}
/* end listes */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #cc6600; 
	background-color: #ffdd77; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	background:#fff9ca;
	font: normal 1em Verdana, sans-serif;
	color:#cc6600;
}
textarea {
	width:400px;
	padding:2px;
	background:#fff9ca;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#cc6600;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CC6600; 
	padding: 2px 3px; 
	background: #fff9ca;
	color: #cc6600;
}
/* end form */

/* start - table */
table {
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width:85%;
	text-align: center;	
}
th strong {
	color: #fff;
}
th {
	background: #ffdd77;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #000;
	border: 1px solid #cc6600;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #cc6600;
	text-align: center;
}
td.first,th.first {
	border-left: 0px;
}
/* end - table */
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	color:#cc6600;
	width:717px;
	text-align:center;
	padding: 10px 0px;
}
#footer a{
	color:#cc6600;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
