@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300,300italic|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

body{
line-height:1;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/** Fin du reset **/

/*Structure*/

html,body{height:100%;}

	/*Truc pour bug d'alignement horizontal**************************/
	/*merci à SOHTANAKA >>> http://www.sohtanaka.com */
	html{
	margin-left: -1px;
	overflow-Y: scroll;
	}
	
	/*Opera Hack pour le bug d'alignement horizontal*/
	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
		head~body *{ margin-left: -1px;}
	}
	/*Opera Hack pour le bug d'alignement horizontal FIN*/
	/*Truc pour bug d'alignement horizontal FIN**********************/

body{
background:#d7daad url(../img/bg_bande.png) repeat-y top center;
margin:0; 
padding:0;
font:14px/22px 'Open sans', Verdana, Arial, Helvetica, sans-serif;
color:#545454;
}

#bg{
background: url(../img/fond.jpg) no-repeat center top;
height:100%;
}

#container{
width:960px; 
margin:0 auto;
}

#bande{
width:300px;
margin-left:80px;
}

#bande img{
margin-top:35px;
}

ul{
margin:90px 0 0 30px;
font:17px/22px 'Open sans', Verdana, Arial, Helvetica, sans-serif;
list-style:outside circle url(../img/puce.gif);
}

li{
	margin-top:10px;
}


#pied{
	float:right;
	width:400px;
	margin:160px 100px 40px 0;
}

h1{
font-size:24px;
letter-spacing:1px;
}

h2{
font-size:20px;
margin:10px 0 20px 0;
}

p{
padding-top:15px;
border-top:1px solid #545454;
}

a{
color:#545454;
}



