body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/fond-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}
html {
	background-image: url(../images/fond-html.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	background-color: #000;
}

a {
	text-decoration: none;
	color: #FF3300;
	font-weight: bold;
	font-size: 85%;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
b {
	font-weight: bold;
	font-size: 95%;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 190%;
	color: #084C92;
	padding-top: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size: 160%;
	color: #084C92;
	padding-top: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	padding-top: 0px;
	padding-bottom: 3px;
	letter-spacing: 0.2em;
}
h3 a {
	font-size: 100%;
}

ul {
	margin: 0px;
	padding: 0px;
}
.clr {
	clear: both;
}

.petit {
	font-size: 80%;
}


.vignette-droite {
	float: right;
	margin-left: 30px;
	background-image: url(../images/references/senke.jpg);
	padding-left: 28px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left bottom;
}


a:hover {
	color: #FF0000;
}
#bandeau {
	font-size: 80%;
	color: #999999;
}
#bandeau a {
	color: #ADD3FF;
}


#menu li {
	margin-top: 6px;
	margin-bottom: 6px;
}

#contenu {
	background-image: url(../images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 25px;
	padding-left: 30px;
	height: 100%;
	padding-top: 10px;
}
.gauche {
	float: left;
	width: 48%;
}
.droite {
	float: left;
	width: 48%;
	margin-left: 20px;
}

.pagination {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.reference {
	height: 18em; /*hauteur mini ie*/
	padding-top: 18px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	background-image: url(../images/fond-reference.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}

html>body .reference { /*hauteur mini tout sauf ie*/
height: auto;
min-height: 18em;
} 

.reference ul {
	padding-left: 18px;
	padding-top: 10px;
}

.reference h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2CAD6;
}
.voir {
}
.voir li {
	list-style-type: none;
}

.voir li a {
	background-image: url(../images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 160px;
	padding-left: 30px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.storyboard {
	margin-top: 10px;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.galerie {
	margin-top: 15px;
}



#footer {
	text-align: center;
	clear: both;
	font-size: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer ul {
	list-style-type: none;
	margin: 0px;

}

#footer li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}

