/* ALL */
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #474739;
}

body{
	background: #BBAE98;
}

p{
	text-align: justify;
	float: inherit;
}

a{
	font: inherit;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #582900;
}

.lettrine{
	float: left;
	font-size: 2.8em;
	font-weight: bold;
	color: #582900;
	line-height: 1em;
	margin-right: 0.1em;
}

.lettrineTop{
	position: relative;
	float: left;
	font-size: 2.8em;
	font-weight: bold;
	color: #582900;
	line-height: 1em;
	margin-right: 0.1em;
	top: -0.5em;
}

.bold{
	position: relative;
	font-weight: bold;
	font-size: inherit;
	color: inherit;
	float: inherit;
}

.boldIE{
	position: relative;
	font-size: large;
	font-weight: bold;
	color: inherit;
	float: inherit;
}

.important{
	float: inherit;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
}

.italic{
	font-style: italic;
	font-size: inherit;
	color: inherit;
}

ul{
	padding: 0px;
}

/* POSITION */

#main{
	position: absolute;
	width: 1058px;
	height: 1000px;
	left: 50%;
	margin-left: -529px;
	background: url(img/fond.png) repeat-y;
}

#mainAcc{
	position: absolute;
	width: 1058px;
	height: 900px;
	left: 50%;
	margin-left: -529px;
	background: url(img/fond.png) repeat-y;
}

#mainLoc{
	position: absolute;
	width: 1058px;
	height: 1500px;
	left: 50%;
	margin-left: -529px;
	background: url(img/fond.png) repeat-y;
}

#flashContent{
	position: relative;
	width: 1024px;
	height: 425px;
	left: 16px;
}

#content{
	position: relative;
	width: 1024px;
	height: 175px;
	left: 50%;
	margin-left: -512px;
	top: 0px;
}

#address{
	position: relative;
	width: auto;
	height: 50px;
	left: -300px;
	top: 45px;
	color: #582900;
	text-align: center;
}

#bande{
	position: relative;
	width: 30px;
	height: 145px;
	left: 430px;
	top: -10px;
	background: #582900;
}

#bandeAdd{
	position: relative;
	width: 30px;
	height: 200px;
	left: 430px;
	top: 0px;
	background: #582900;
}

#text{
	position: relative;
	width: 375px;
	height: auto;
	left: 500px;
	top: -160px;
}

#textAdd{
	position: relative;
	width: 375px;
	height: auto;
	left: 500px;
	top: -205px;
}

#copyrights{
	position: absolute;
	width: 1024px;
	height: auto;
	left: 50%;
	margin-left: -512px;
	bottom: -50px;
	text-align: center;
}

/* TARIFS */
iframe#tarifs{
	width: 480px;
	height: 300px;
	border: none;
}

/* CONTACT */
#formTable{
	position: relative;
	float: left;
}
#formTable td{
	width: auto;
}

/* HOME */
#language{
	position: absolute;
	left: 100px;
	top: 130px;
}