body, html {
	border : 0;
	padding : 0;
	margin : 0;
	height : 100%;
	text-align : left;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	background-color : white;
	overflow : auto;
}

.title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	line-height : normal;
	color : #414141;
	display : inline;
	vertical-align : middle;
	position : relative;
	top : -15px;
}

img {border : 0; }

img.portfolio { /*filet pourtour images*/
	border : 1px solid #bbb;
	margin-top : 0;
	margin-right : 3px;
	margin-bottom : 0;
	margin-left : 3px;
	height : 500px;
}

img.accueil { /*filet pourtour images*/
	border : 1px solid #bbb;
	margin-top : 15px;
	margin-right : 3px;
	margin-bottom : 0;
	margin-left : 3px;
	height : 585px;
}

.container {
	width : 100%;
	height : 100%;
	margin : 0;
	padding : 0;
	border : 0;
}

input, textarea, select, option {
	font-family : arial, sans-serif;
	font-size : 13px;
	color : #555;
}

.top {
	height : 104px;
	width : 100%;
	border-bottom : 1px solid #bbb;
	/*background-image: url(../images/bg_top.jpg);*/
	background-color : white;
}

.middle {
	height : 618px;
	width : 97%;
	margin-left : 25px;
	overflow : scroll;
	text-align : center;
	background-color : white;
}

.condition {
	width : 60%;
	text-align : left;
	margin-left : 230px;
	background-color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #414141;
	
}

.bottom {
	height : 30px;
	width : 100%;
	border-bottom : 1px solid #bbb;
	background-color : white;
}

.scroller {
	white-space : nowrap;
}

.logo {
	position : relative;
	top : 0;
	left : 22px;
	float : left;
	display : inline;
}
.tmenu {
	position : absolute;
	float : right;
	top : 50px;
	right : 40px;
	max-width : 800px;
	width: 800px;
	height: 20px;
}
.tmenu div {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	color : #414141;
	display : inline;
	float : right;
	margin-right : 7px;
	margin-left : 7px;
	
}

.current {
	color : black;
	font-weight : bold;
}

#splashscreen {
	width : 100%;
	text-align : center;
	top : 100px;
	margin-top : 100px;
}

a {
	text-decoration : none;
}

div.cgu {
	right : 50px;
	bottom : 0px;
	position : absolute;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #999;
}

div.cg {
	left : 20px;
	bottom : 0;
	position : absolute;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #999;
}
a, a:visited, a:active, a:hover {
	font-style : normal;
	color : #999;
}

