body{
	background-color:#E2D6B9;
	font-family: georgia,serif;
	font-size:0.75em;

}
h1{
	/*font-family: Kunstler Script;	*/
	color:#eee;
	font-weight:bold;	
	text-align:left;
	font-size:1.6em;
	/*border-top:dashed 1px #eee;
	border-bottom:dashed 1px #eee;
	background: url(../images/puce-grey.png) 40px no-repeat;
	height:30px;
	padding-top:5px;
	padding-left:80px;*/
	border:solid 1px #eee;
	padding: 5px;
	text-align:center;
}
h2{
	color:#d3dce4;
	font-size:1.15em;
	margin-left:1.0em;
	font-weight:bold;
	text-decoration:underline;
	background: url(../images/puce-plus.png);
	background-repeat:no-repeat;
	background-position:0px 1px;
	height:20px;
	padding-top:0px;
	padding-left:25px;
}
h3{
	font-size:1.0em;
	margin-left:2.0em;
}
p{
	text-indent: 0.75em;
	margin: 0.8em 2.5em;
}
ul{
	list-style-image: url("../images/mini-puce.png")
}
li{
	margin-left:4.0em;
}
#sshow {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
    border: 3px solid #555;
    width: 400px;
    height: 250px;
}
#accueil {
}
#main,#footer {
	background-color:#999;
	width:700px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border: solid 2px #222;
	padding:0px 20px;
	color:#eeeeee;
}
#main{
	border-bottom:dashed 1px #bbb;
}
#footer {
	background-color:#888;
	color: #bbb;
	font-size:0.8em;
	border-top:none;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}
#header {
	/*background-image: url(images/header.png);
	background-repeat: no-repeat;*/
	height:230px;
}

#both{
	margin:0;
	padding:0;
	clear:both;
	height:0;
}

#bloc_images{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/***************************** FORMS ****************************************/
form p{
	text-indent:0;
	margin-left:10px;
	text-align:right;
}
fieldset {
	margin:10px;
	display:inline;
	border:solid 3px #E2D6B9;
	width:45%;
	/*background-color:#555;*/
	/*height:250px*/
}
legend {
	/*margin-left:-3px;*/
	font-weight:bold;
	text-align:center;
	/*padding:3px;*/
	font-size:1.1em;
	/*background-color:#E2D6B9;*/
	color:#eee;
	
}
label{
	font-weight:bold;
	width:250px;
}
label a{
	font-size:0.8em;
}
input#text,input#submit,textarea{
	font-family: georgia,serif;
	font-weight:bold;
	font-size:1.1em;
	padding:0.2em;
	color:#369;
	width:150px;
	background-color:#eee;
	border:solid 2px #E2D6B9;
}

input#submit{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	border-right:solid 3px #222;
	border-bottom:solid 3px #222;
	background-color:#E2D6B9;
	color:#B90000;
}
input#checkbox{

}
input#text:focus {
 	background-color:#E2D6B9;
 	border:solid 3px #999;
}
textarea{
	height:50px;
	width:90%;
	font-size:0.8em;
	overflow:auto;
}
/***************************** FORMS ****************************************/



/***************************** MENU ****************************************/
#menu{
	margin-top:10px;
	text-align:center;
	margin-bottom:10px;
}
#menu ul, #menu li{
	margin: 0 ;
	padding: 0 ;
}
#menu ul{
	list-style: none ;

}
#menu li {
	display: inline ;
}
#menu li a {
	margin:0;
	padding: 5px 7px ;
	background: #888 ;
	color: #fff ;
	border: 1px solid #666 ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	font-weight:bold;
	font-size:0.95em;
	
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background: #a49c94 ;
	text-decoration: underline ;
}
/***************************** MENU ****************************************/
#slide_images {
	margin: 2px;
	border: solid 5px #ccc;
}

#slide_images_left,#slide_images_left_col,#slide_images_right,#slide_images_right_col {
	margin-bottom : 20px;
}
#slide_images_right,#slide_images_right_col {
	float:right;
	margin-left : 20px;
}
#slide_images_left,#slide_images_left_col {
	float:left;
	margin-right : 20px;
}
#slide_images_left_col {
	width:212px;
}
#slide_images_right_col {
	width:150px;
}

#erreur {
	border:solid 1px #f00;
	background:#fee;
}
#erreur p{
	color:#f00;
	margin:0;
	padding:0;
}

#message {
	border:solid 1px #0f0;
	background:#efe;
	color:#0f0;
	font-size:1.4em;
	padding:10px;
	font-weight:bold;
	text-align:center;
}

#hcard a{
	text-decoration:none;
	color:#ccc;
	font-weight:normal;
}
