* {
	margin : 0;
	padding : 0;
	font-size : 100.01%;
	line-height : 1;
}

html {
	text-align : center;
	height : 100%;
	background: #000 url(1050.png) repeat fixed top left;
}

a img {
	border : 0;
}

body {
	width : 900px;
	text-align : left;
	margin : 0 auto 10px auto;
	border: 1px solid #000;
	border-width: 0 1px 1px 1px;
	background : #fff;
	font : 62.5% sans-serif; 
}

#header h1{
	height : 150px;
	background: #fff url(header.jpg) no-repeat center left;
	text-indent : -9999px;
}

#header #menu {
	list-style-type : none;
	padding : 15px 20px;
	height : 15px;
	background : #000 url(menu.png) repeat-x center left;
}

#header #menu li {
	display : inline;
}

#header #menu li a{
	margin : 0 15px;
	font-size : 130%;
	color : #000;
	text-decoration : none;
}

#header #menu li a:hover{
	color : #ccc;
	text-decoration : underline;
}

h2 {
	background : #e0e0e0;
	color : #676767;
	padding : 10px;
	border-bottom:1px solid #d0d0d0;
	text-align : right;
	letter-spacing : 1px;
	font-size : 180%;
	font-weight : normal;
}

h3 {
	clear : both;
	margin : 5px;
	margin-top : 15px;
	padding : 5px;
	border-bottom : 1px solid #ccc;
	color : #333;
	font-size : 160%;
	letter-spacing : 1px;
	font-weight : normal;
	text-transform: uppercase;
}

h4 {
	margin : 5px;
	padding : 5px;
	border-bottom : 1px solid #d0d0d0;
	color : #333;
	font-size : 140%;
	letter-spacing : 1px;
	font-weight : normal;
}

#contenu ul, #contenu ol {
	list-style-type: circle;
	margin : 15px;
}

#contenu ul li ul, #contenu ol li ol {
	margin : 5px;
}

#contenu li {
	margin: 5px 10px 5px 20px;
	font-size : 120%;
	line-height : 1.3;
	letter-spacing : 0.3px;
}

#contenu li li {
	margin: 3px 0 3px 20px;
	font-size : 100%;
}

#contenu p {
	margin: 5px 20px;
	font-size : 120%;
	line-height : 1.5;
	letter-spacing : 0.3px;
	text-align : justify;
}

#contenu a {
	color : #036;
}

#contenu a:hover {
	color : #999;
	text-decoration : none;
}

.imageleft {
	float:left;
}

.imageright {
	float:right;
}

.textrightleft {
	padding : 10px 0;
}

.accesright {
	margin-top : 10px;
	margin-left : 450px;
}

.imageleft img, .imageright img {
	padding : 5px;
	border : 1px solid #ccc;
	background : #fff;
}

#footer {
	height : 15px;
	padding : 5px;
	text-align : center;
	border-top : 1px solid #ccc;
	margin : 10px 30px 0 30px;
	clear : both;
	color : #676767;
	font-size : 120%;
}

table.fifty {
	width : 370px;
	border-collapse : collapse;
	margin : 10px;
}

table.fifty td, table.fifty th {
	padding : 4px 3px;
	font-size : 120%;
	border : 1px solid #ccc;
}

.formulaire1 {
	width : 450px;
	float : left;
}

.formulaire1 div {
	margin : 10px;
}

.formulaire1 label {
	display : block;
	float : left;
	width : 140px;
	font-size : 120%;
	padding : 5px 5px;
}

.formulaire1 input, .formulaire1 textarea {
	width : 250px;
	border : 1px solid black;
	padding : 2px;
	font-size : 120%;
}

.formulaire1 textarea {
	height : 150px;
}

.lytebox_liste {
	line-height : 2;
	padding : 10px 70px;
}

.lytebox_liste img {
	margin : 10px;
	border: 1px solid #ccc;
	padding : 5px;
	background : #fff;
}

table.charges {
	width : 880px;
	margin : 10px;
	border-collapse : collapse;
}

table.charges td {
	padding : 5px;
	font-size : 120%;
	text-align : left;
	vertical-align : top;
	border : 1px solid #999;
}

table.charges .total_infos td{
	background : #ccc;
}

table.charges .total_lignes td{
	background : #036;
	color : #fff;
}


#ulacc li {
	padding-bottom : 15px;
}


#footer a {
	color : #999;
}

#footer a:hover {
	color : #369;
}