/*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: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background-color: #E8F5F5;
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	color: #4A626C;
	text-decoration: none;
}
a:visited {
	color: #A9D5E0;
}

a:hover, a:focus {
color: #66CCFF;
}


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

#wrapper {
	margin: 1px auto;
	width: 765px;
	text-align: left;
}

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

#content {
	margin: 0px;
	font-size: 12px;
	padding: 10px 30px;
	font-weight: normal;
	color: #333333;
	background-image: url(../assets/images/content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 1.4em;
}

#footer {
	background: url(../assets/images/foot.jpg) no-repeat left top;
	clear: both;
	height: 38px;
	padding-top: 8px;
}



#navigation {
	height: 80px;
	margin: 0px;
	background-image: url(../assets/images/nav.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 75px;
}

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

#navigation ul li a
{
	width: 150px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	text-decoration: none;
	margin: 0px 8px 0px 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	height: 32px;
}

#navigation ul li a:hover, #navigation ul li a:focus
{
	color: #FEC149;
	background-image: url(../assets/images/bulet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}#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: 0.8em 0px 0px;
}
.legende {
	color: #666666;
	font-size: 0.95em;
}

#content h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 50px;
	color: #4A626C;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#content h2{
	font-size: 140%;
	color: #80A6B4;
	line-height: 20px;
	font-weight: bold;
}

#content h3{
	font-size: 120%;
	color: #A4D6E5;
	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: disc;
	margin-left: 100px;
	list-style-position: outside;
	list-style-image: url(../../engenierie2/assets/images/bullet.gif);
}

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

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

#content li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
}

/*blockquote*/

blockquote {
	font-size: 16px;
	background-color: #D5E2E2;
	padding: 15px;
	width: auto;
	color: #4A626C;
	line-height: 120%;
	text-align: center;
}

/*footer*/

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

/*images*/

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

.right {
float: right;
margin: 5px 0px 10px 10px;
}
.warning {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
