@charset "ISO-8859-1";
/* CSS Document */

body {
	background-image:url(../images/back.jpg);
	background-repeat:repeat;
	background-position:center;
	padding:0px;
}

td {
	border-bottom:1px #DDD solid;
}

div#mainPage { 
}

.content { 
	padding:5px;
	overflow:scroll;
}

div#header {
	border:none;	
	background-image: url(../images/Bandeau.jpg); 
	background-repeat:no-repeat; 
	background-position:center; 
	height:202px;
	width:1024px;
}

div#pagetitle {
	border:none;	
	background-image: url(../images/Bandeau_r2_c1.png);
	background-repeat:no-repeat;
	height:50px;
	padding-left:22px;
	font:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#F06;
}

div#body { 
	border:none;
	background-color:#FFF;
	width:1024px;
}

div#body_container { 
	border:none;
	background-color:#FFF;
	width:100%;
}

div#body_info_container { 
	display:inline-table;
	border:none;
	background-color:#FFF;
	width:720px;
	height:590px;
}

div#body_info { 
}

div#body_pub { 
	vertical-align:top;
	display:inline-table;
	border:none;
	background-color:#FFF;
	width:300px;
	height:590px;
}

div#footer {
	border:none;
	background-color:#000;
	width:1024px;
	height:70px;
	padding:5px;
}

div#mainMenu {
	border:none;	
	padding-top:174px;
	width:100%;
	height:22px;
}

.itemMenu {
	text-align:center;
	vertical-align:middle;
	display:inline-table;
	border:none;
	width:100px;
	height:22px;
	font:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#FFF;
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; 
}

.itemMenu:hover {
	text-align:center;
	vertical-align:middle;
	display:inline-table;
	border:none;
	width:100px;
	height:22px;
	color:#FFF;
	background: #F06;
}

.title1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:200;
	font-style:normal;
	color:#666;
	border-bottom:1px #666 solid;
	text-align:right;
}

.title2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:200;
	font-style:normal;
	color:#000;
}

.text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#666;
}

.app-marques 
{
	padding: 40px;
}