/* ******************************

   D'r Kuhstall CSS
   http://www.famille-fritsch.net

   Pierre Fritsch, 31 mars 2005

******************************* */ 

body {
	margin: 0; 
	padding: 0; 
	background: white;
	text-align: center; 
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

table, td {
	font-size: 11px;
	text-align: center;
}

img {
	padding: 10px;
	border: 0;
}

hr {
	clear: both;
}

a {
	color: #8c0000;
}

a:visited {
	color: #6E430B;
}

/* ***********************************************************
                    Titre et barre de navigation 
*/

#titre, #navigation {
	width: 680px;
	text-align: center;
	margin: 10px auto;
}

#titre {
	background: #e30c0c url(fond-gres.jpg) repeat center center;
	margin-bottom: 0;
	color: #8c0000;
	text-shadow: 2px 2px #111111;
}

#titre td {
	padding-bottom: 10px;
}

#navigation {
	background: #B39B9A url(degrade-radius.jpg);
	margin-top: 0;
	border: 1px solid #6E430B;
	border-width: 1px 0;
}

#navigation a {
	text-decoration: none;
	text-shadow: 2px 2px #111111;
	color: white;
	display: block;
	padding: 5px;
}

#navigation a:hover {
	color: #A9672D;
}

#navigation a.courant {
	color: #8c0000;
	font-weight: bold;
}

#navigation td p {
	margin: 0;
	padding: 0;
}

/* ***********************************************************
                   Contenu et barre latérale 
*/

#corps {
	width: 680px;
	margin: 1.5em auto;
	text-align: left;
}

#corps p {
	margin: 0 0 1em 0;
}

#corps h1 {font-size: 24px; margin: 0 0 .5em 0;}
#corps h2 {font-size: 16px; margin: 0;}
#corps h3 {font-size: 12px; margin: 0;}
#corps h4 {font-size: 10px; margin: 0;}

#corps .intro {
	font-weight: bold;
}

ul {
	padding: 0 0 1em 0;
	list-style: square; 
	margin: .3em 0 0 15px; 
}

ul.sans {
	list-style: none; 
	margin: 0;
}

li {
	padding-bottom: .3em;
}


.colonne {
	text-align: left;
	margin-bottom: 1em;
}

#principal {
	float: left;
	width: 460px;
}

#principal div {
	clear: both;
}

#total {
	width: 680px;
}

#lateral {
	float: right;
	width: 180px;
	font-size: 10px;
}	

#lateral h2 {font-size: 12px; margin: 0;}
#lateral h3 {font-size: 11px; margin: 0;}
#lateral h4 {font-size: 10px; margin: 0;}

#lateral div {
	border-bottom: 1px solid #6E430B; 
	margin-bottom: 1em;
}

img.gauche {
	float: left;
	margin: 2px 10px 3px 0;
}

img.droite {
	float: right;
	margin: 2px 0 5px 10px;
}

img.travers {
	margin: 0px 0px 10px 0px;
	padding: 0;
	width:100%;
}

/* ***********************************************************
                          Pied de page 
*/


hr {
	width: 100%;
	border: 1px solid #A9672D;
}

#pied {
	font-size: 10px;
	width: 680px;
	margin: 10px auto;
}

.copyright, .copyright a {
	color: #A9672D;
	margin-bottom: 1em;
}

.copyright a {
	text-decoration: none;
	font-weight: bold;
}
