/* mise en page globale */

body {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 80%;
        font-size: 0.8em;
        font-size: 13px;
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, serif;
	background-color: #FFFFFF;
	background-image: url(http://www.ateliertildeb.com/design/fond_citron.png);
	background-repeat: no-repeat;
}

/* entête */
#header {
	height: 100px;
	background-image: url(http://www.ateliertildeb.com/design/cuillere.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCCCCC;
}
#header img {
	float: right;
	margin: 5px 5px 0 0;
}
#header h1 {
	text-indent: -5000px;
	margin:0;
	line-height: 0;
}
#header p {
	margin: 45px 0 0 200px;
	font-weight: bold;
	color: white;
	font-size: 1.1em;
        font-size: 17px;  
}

/* menu horizontal */

#menuhaut {
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0;
	list-style-type: none;
	background-color: black;
	color: white;
	text-align: right;
}
#menuhaut li {
	display: inline;
}
#menuhaut a {
	color: white;
	text-decoration: none;
}
#menuhaut a:hover {
	text-decoration: underline;
}

/* menu vertical */
#menu {
	float: left;
	width: 15em;
	padding: 0.5em 0 8em 0;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 1em 0 1em;
}
#menu li a {
	display: block;
	text-decoration: none;
	height: 1.4em;
	line-height: 1.4em;
	color: #666633;
	font-weight: bold;
	font-size: 105%;
        font-size: 17px;
	text-indent: 1em;
	white-space: nowrap; 
}
#menu li a:hover {
	background-color: #FFFF99;
}

/* formulaire */
#menu p {
margin: 1.5em 0 0 1em;
font-weight: bold;
color: #000000;
}
#menu form {
margin:0 0 0 1em;
}
#menu form .champ {
width: 8em;
}

/* contenu global */
#global {
margin-left: 15.5em;
}
#global h1 {
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 0.2em;
	border-bottom: 3px solid #ffff99;
	font-variant: small-caps ;
	text-indent: 5px;
	color: #225500;
}
#global h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
	color: #009999;
}

#global a {
color: #225500;
}
#global a:visited {
border-bottom: 1px dotted #225500;
text-decoration: none;
}
#global a:hover {
text-decoration: none;
}
/* encart */
#encart {
	float: right;
	width: 250px;
	margin: 0 5px 5px 5px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCCCCC;
}
#encart h3 {
	font-size: 130%;
	margin: 0 0 0 40px;
}
#bloccadre {
	background: url() left bottom no-repeat;
	padding: 0 0 25px 40px;
}
#bloccadre ul {
	margin: 1em 40px 0 0;
	padding:0;
}
#bloccadre li {
	margin: 0;
}
#bloccadre li a {
	
	text-decoration: underline;
}
#bloccadre li a:hover {
	text-decoration: none;
}

/* codes et citations */
tt, code, samp {
font-size: 1em;
color: green;
}
blockquote {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #008000;
	margin: 1em;
	padding: 0 0.5em;
	background: #d1f0af;
	font-style: italic;
}
kbd {
font-size : 1em;
padding: 0px 2px;
border: 1px solid gray;
}
pre {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #F0B802;
	padding: 1em;
	margin: 1em;
	font-size: 110%;
	background: #ffffcc;
	width: 85%;
	overflow: auto;
}
