/*met a zero les elements par defaut*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-image: url(../assets/images/fond.jpg);
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	height: 500px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: left top;
}

a {
	color: #782B18;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
}

a:hover, a:focus {
color: #CC3300;
}


/************* div structurant *************/

#wrapper {
	margin: 0px auto;
	width: 770px;
	text-align: left;
}

#header {
	height: 210px;
	background-image: url(../assets/images/titre.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

#content {
	margin: 0px;
	font-size: 85%;
	padding: 10px 20px 10px 50px;
	background-image: url(../assets/images/fondpage.gif);
}

#footer {
	clear: both;
	height: 50px;
	padding-top: 16px;
	background-image: url(../assets/images/fondfoot.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}



#navigation {
	height: 50px;
	background-image: url(../assets/images/nav.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navigation ul{
	height: 16px;
	margin: 0px;
	padding: 0px 10px 0px 50px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#navigation ul li
{
	float: left;
	text-align: center;
}

#navigation ul li a
{
	width: 100px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #E97117;
	display: block;
	text-decoration: none;
	margin: 10px 0px 0px 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}

#navigation ul li a:hover, #navigation ul li a:focus
{
	color: #773600;
}
#summary {
}
#summary ul {
	height: 14px;
	padding: 0px;
	background: 0px 0px;
	list-style-type: upper-roman;
}
#summary ul li
{
float: left ;
text-align: left;
}

#summary ul li a
{
	width: 150px;
	line-height: 22px;
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/************* #breadCrumb styles *************/

#breadCrumb{
font-size: 80%;
padding: 10px 0px;
}

#content p {
margin: 12px;
}

#content h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	line-height: 50px;
	color: #7BAAC4;
	font-weight: normal;
}

#content h2{
	font-size: 150%;
	color: #9ABAE1;
	line-height: 30px;
	font-weight: normal;
}

#content h3{
	font-size: 120%;
	color: #3366CC;
	font-style: italic;
	line-height: 30px;
	font-weight: normal;
}


#content h4{
	font-size: 120%;
	color: #B86D1B;
	font-style: italic;
	margin-left: 50px;
	line-height: 30px;
	font-weight: normal;
}

#content h5{
	font-size: 110%;
	color: #E97117;
	font-weight: normal;
}

#content ul{
	list-style-type: circle;
	margin-left: 100px;
	list-style-position: outside;
}

#content ul ul{
 list-style-type: disc;
}

#content ul ul ul{
 list-style-type: none;
}

/*blockquote*/

blockquote {
	font-size: 105%;
	background-color: #DEDDD3;
	padding: 15px;
	width: 600px;
	color: #223D4A;
	line-height: 120%;
}

blockquote:hover {
	width: 600px;
	color: #E97117;
}

/*footer*/

#footer p {
	margin: 0;
	padding-right: 10px;
	line-height: 20px;
	text-align: center;
	color: #773600;
	font-size: 10px;
}

/*images*/

.left {
float: left;
margin: 0px 15px 15px 0px;
}

.right {
float: right;
margin: 5px 10px 1px 0;
}
