/* @override http://192.168.0.11/sabot-blanc.fr/styles.css */

/* @override http://www.sabot-blanc.fr/styles.css */

/* @group Global */

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

sup, sub, comment {
	font-size: 80%;
}

sup {
	vertical-align: 0.4em;
	line-height: 0.1em;
}

a img {
	border: none;
}

ol,ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

ins {
	text-decoration: none;
}

del, strike {
	text-decoration: line-through;
}

u {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.active {
	cursor: default;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.clear {
	clear: both;
}

.style {
	margin: 10px -30px 10px;
}

/* @end */

body {
	color: #000000;
	background-color: #f5ddc9;
	font: 75% Tahoma,Helvetica;
}

a:link {
	color: #05469e;
	font-weight: bold;
}

a:active,
a:focus,
a:visited {
	color: #05469e;
}

/* @group structure */

#page {
	width: 1000px;
	margin: 0 auto;
	padding-top: 1em;
}

#nav {
	width: 220px;
	margin-left: 10px;
	background: #e0caad;
	border: 2px solid #8C6438;
	min-height: 420px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #000;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 50px;
}

#main {
	position: relative;
	float: right;
	width: 700px;
	display: inline;
	background: #ffffff url(./images/chevaux_neige-soft.jpg) no-repeat left 10px;
	padding: 10px 10px 20px;
	min-height: 500px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #000;
	margin-bottom: 15px;
	margin-right: 10px;
	border: 2px solid #8C6438;
}

#footer {
	clear: right;
	float: right;
	width: 725px;
	text-align: center;
	background: #e0caad;
	border: 2px solid #8C6438;
	/*padding: 10px 4px 50px;*/
	/*min-height: 500px;*/
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #000;
	margin-top:2em;
	margin-bottom: 2em;
	margin-right: 10px;
	padding: 2px 2px 1ex;
}


/* @end */

/* @group Nav */

#nav h1 {
	text-align: center;
	margin: 1em 0;
}

/*
l'idéal serait d'utiliser 
#nav ul>li>a pour cibler le premier niveau
#nav ul>li>ul>li>a pour le deuxième
mais ie6 il pige pas
alors on empile les ciblages
*/

#nav ul a {
	color: white;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: #8C6438;
	font-weight: bold;
	padding: 3px 10px;
	border-bottom: 1px solid #e0caad;
}

#nav ul a:hover,
#nav ul a:active,
#nav ul a:focus,
#nav ul a.active,
#nav ul a.active,
#nav>ul>li:hover>a {
	color: black;
}

#nav ul a.active,
#nav li.active ul li a {
	text-align: right;
}

#nav ul ul {
	padding-left: 10px;
	display: none;
}

#nav ul ul a {
	padding-left: 15px;
}

#nav li {
	height: 1%;
}

#nav ul ul a,
#nav>ul>li:hover li a {
	color: white;
	background-color: #e0caad;
	font-weight: normal;
}

#nav ul li:hover ul,
#nav ul li.active ul {
	display: block;
}

#nav ul li.active ul {
	display: block;
}

* html #nav ul ul a {
	background-color: transparent;
}

#nav ul ul a:hover,
#nav ul ul a:active,
#nav ul ul a:focus,
#nav ul ul a.active,
#nav>ul>li:hover li a:hover,
#nav>ul>li:hover li a:active,
#nav>ul>li:hover li a:focus,
#nav>ul>li:hover li a.active {
	color: black;
	border-color: #8C6438;
	background-color: transparent;
}


/* @end */

img.photo {
	margin: 5px;
	border: 1px solid #8C6438;
}

img.right,
.photo-r
 {
	float: right;
	padding-right: 0.5em;
	margin: 0.5em;
}

img.left,
.photo-l
 {
	float: left;
	margin: 1ex;
}

#main h1,
#main h2 {
	text-align: left;
	font-family: Tahoma;
	margin-bottom: 10px;
}

#main h1 {
	font-size: 240%;
	color: black;
	margin-bottom: 80px;
}

#main h2 {
	color: white;
	font-size: 200%;	
	padding-left: 1em;
	background-color: #8C6438;
	padding-top: 6px;
	padding-bottom: 3px;
	clear: both;
	margin: 20px -10px 10px;
}

#main h3 {
	font-size: 180%;
	color: black;
	text-align: right;
	border-bottom:3px solid #8C6438;
	clear: both;
	margin-top: 1em;
	margin-left: 25%;
	margin-bottom: 1ex;
}

#main h4 {
	font-size: 120%;
	color: black;
	text-align: right;
	margin: 1em 0 1ex 38%;
	padding-left: 1ex;
	border-bottom: 2px solid #8C6438;
	clear: both;
}

#main p {
	/*margin: 1ex 1ex 1ex 1ex ;*/
	padding: 1ex 1ex 1ex 1ex;
}

#main p.right {
	text-align: right;
}

#main ul {
	margin-left: 2em;
	list-style-type: disc;
}

#main ul.none {
	margin-left: 2em;
	list-style-type: none;
}

#main l {
	margin-left: 2em;
}

#main address {
	padding: 1em 1em 1em 1em;
	text-indent:1.5em;
}

#main .togg {
	display: none;
	margin-left: 2em;
	border: 1px dotted #8C6438;
}

#main div.togg {
	padding: 1ex;
}

#main img.togg {
	padding: 0px;
	margin: 0px;
}

ul.download {
/*	border: 5px solid red;	*/
	padding-left : 270px;
	list-style-type: disc;
}

p.download {
	padding-left : 270px;
}

/*
.download a {
	border: 2px outset #ffab71;
}
.download a:active {
	border-style:inset;
	
}
*/
.w300px {
	width: 300px;
}

.lettrine {
	font-size: 280%;
	color: #8C6438;
}


.legend {
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 90%;
}

/*.intro {
	font-size: 14px;


	font-style: italic;
	text-align: center;
}

.pcode {
	background-color: #E0E0E0;
	font-style: italic;
}

*/

.red {
	font-size: 200%;
	background-color: #ff1e1b;
}

.jaune {
	background-color: #f4f150;
}


.tbas {
	position: absolute;
	bottom: 0;
	right: 0;
	/*clear: both;*/
	font-size: 12px;
	text-align: right;
	padding-top: 1em;
	clear: right;
}

/* Added from wordPress sandBox theme*/

.alignleft {
        float: left;
        margin-right: 30px;
}
img.alignleft {
        background: #fff;
        border: solid 1px #d6d1c7;
        padding: 5px;
        margin-bottom: 15px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}
.alignright {
        clear: right;
        float: right;
        margin-left: 20px;
}
img.alignright {
        background: #fff;
        border: solid 1px #d6d1c7;
        padding: 5px;
        margin-bottom: 15px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}
.aligncenter {
        text-align: center;
}
.wp-caption {
	text-align: center;
    background: #fff;
    border: solid 1px #d6d1c7;
    padding: 5px;
        -webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
    margin-top: 10px;
	margin-bottom: 15px;
}
.wp-caption-thumb {
	text-align: center;
    background: #fff;
    border: solid 1px #d6d1c7;
    padding: 3px;
        -webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
    margin: 2px ;
	float: left;
	clear: none;
	display: inline-block;
}
.wp-caption-text {
    font: italic 1em/1.3em Georgia, "Times New Roman", Times, serif;
  	text-align: center;
    color: #777;
}

.petit {
	font-size: 70%;
}

button {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 2em;
}

/*EOF */
