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

/* @group Global */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	font-size: 100%;
	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: #FFFECD;
	font: 75% Tahoma,Helvetica;
}

a:link {
	color: #05469e;
	text-decoration: bold;
}

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

/* @group structure */

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

#nav {
	float: left;
	width: 210px;
	background: white;
	border: 1px solid #ccc;
	padding: 10px 4px 50px;
	min-height: 500px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #000;
	position: relative;
	/*display:none;*/
}

#main {
	position: relative;
	float: right;
	width: 650px;
	display: inline;
	background: #ffffff url(./images/chevaux_neige-soft.jpg) no-repeat left 100px;
	border: 1px solid #ccc;
	padding: 10px 40px 40px;
	min-height: 500px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #000;
	

/* juste au cas ou ie6 nous fais une cagade */
	margin-left: -5px;
	margin-bottom: 15px;
}

#footer {
	clear: right;
	float: right;
	width: 728px;
	text-align: center;
	background: white;
	border: 1px solid #ccc;
	/*padding: 10px 4px 50px;*/
	/*min-height: 500px;*/
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #000;
	/*position: relative;*/

	padding: 2px;
	margin-top:2em;
	margin-bottom:1em;

}


/* @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: #999;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: black;
	font-weight: bold;
	padding: 3px 10px;
	border-bottom: 1px solid #aaa;
}

#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: white;
}

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

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

#nav ul ul a {
	padding-left: 0;
}

#nav li {
	_height: 1%;
}

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

* 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: #ddd;
	background-color: transparent;
}


/* @end */

img.photo {
	margin: 5px;
	border: 1px solid gray;
}

img.right,
.photo-r
 {
	float: right;
	margin: 1em 0,5em 1em 0,5em;
	padding: 1em 0,5em 1em 0,5em;
}

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

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

#main h1 {
	font-size: 240%;
	margin-bottom: 300px;
}

#main h2 {
	font-size: 180%;
	margin: 1.5em 0 1em;
}

#main h3 {
	font-size: 180%;
	margin: 2em 0 1ex 25%;
	padding-right: 2ex;
	color: #333;
	text-align: right;
	border-bottom:3px solid #828282;
	clear: both;
}

#main h4 {
	font-size: 120%;
	margin: 2em 0 1ex 25%;
	padding-left: 1ex;
	border-bottom: 1px solid #333;
	margin: 1.5em 0 .75em;
	clear: both;
}

#main p {
	/*margin: 1ex 1ex 1ex 1ex ;*/
	padding: 1ex 1ex 1ex 1ex;
	text-indent:1.5em;
}

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

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

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%;
}

.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;
}

*/

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

/*EOF */