/* ************************************************
 * Ce fichier fait partie de C-SCHMIDLIN.COM
 * Copyright (c) 2007 Christophe Schmidlin.
 *
 * Attention: encodage du fichier en UTF-8.
 * ************************************************/
 



html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font: 11px/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	list-style: none;
	background: #b2b3b8 url(/styles/images/pagetexture.jpg) scroll 50% 0px;
	text-align: center;
	margin: 0 20px;
}

img {
	border: 0px;
}


a, a:visited {
	text-decoration : none ;
	color : #7f521b;
}

a:hover {
	text-decoration : underline ;
	color : #c66e03;
}




/* @group Auto-Clearing 
****************************************************************/

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block; }

.autoclearbis { display: table-row-group; }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */




/* @end */

/* @group Page
****************************************************************/

#page {
	background: transparent url(/styles/images/pageframecontent.jpg) repeat-y 0px 0;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	text-align: center;
}

.content {
	background: #d7dad3 url(/styles/images/fondvillage.jpg) no-repeat 0px 0px;
	padding: 5px 0px 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}





/* @end */

/* @group Main Content
****************************************************************/

#main {
	padding-bottom: 1em;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}






/* @end */

/* @group Navigation
****************************************************************/

h1#logo {
	background: url(/styles/images/navlogo2.jpg) no-repeat;
	width: 900px;
	height: 115px;
	margin: 0px auto;
	padding: 0px;
	font-size: 10px;
	text-indent: -1000em;
	/*\*/overflow: hidden;/**/
	display: block;
}



/* @end */

/* @group Footer
****************************************************************/

#footer {
	background: url(/styles/images/pageframefooter.jpg) repeat-y 0px 0;
	margin: 0px auto;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 0px;
	padding-top: 10px;
	height: 45px;
	border-bottom: 1px solid gray;
	color: #3d3d3d;
	text-shadow: #fff 0px 1px 1px;
	text-align: center;
}

#footer a {
	color: #3d3d3d;
	text-decoration: none;
}

#footer a:hover {
	color: #3d3d3d;
	text-decoration: underline;
}


/* @end */

/* @group Index_Navigation
****************************************************************/

.index-navigation { 
	font-size : 0.9em; 
	clear : both; 
	color : #333;
	margin : 10px; 
}

.index-navigation a, .index-navigation a:visited { 
	color : #7f521b; /* #000; */
	text-decoration : none;  
}

.index-navigation a:hover {
	color : #c66e03; /* #10401a; */
	text-decoration : underline;  
}



/* @end */

/* DIVERS
****************************************************************/

div.construction {
	background: url(/styles/images/construction.gif) no-repeat center center;
	width: 900px;
	height: 129px;
	margin-top: 30px;
	margin-bottom: 30px;
}


h2.special {
	color: #335d92;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 20px 10px 0;
}

h3.special {
	margin: 0 20px 10px;
	color: #7f7f7f;
	border-bottom: 1px solid #eee;
	font: normal 1em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-bottom: 2px;
}







