html {
	background: url('img/background.png');
	width:100%;
	margin:0px;
	padding:0px;
	color:#666666;
	font-family: Verdana;
	font-size:12px;
}
body {
	width:100%;
	margin:0px;
	padding:0px;
}

table, tr, td {
	color:#666666;
	font-family: Verdana;
	font-size:12px;
}

/* Bloc de texte principal */

.main {
	position:absolute;
	background: url('img/body.png');
	left:8%;
	width:546px;
	min-height:100%;
}

.main_ie {
	background: url('img/body.png');
	min-height:100%;
	width:546px;
}

.main_admin {
	position:absolute;
	background: url('img/admin/body.png') repeat-y;
	left:8%;
	width:922px;
	min-height:100%;
}

.main_in {
	margin-left:30px;
	margin-right:40px;
	color:#666666;
	font-family: Verdana;
	font-size:12px;
}

.main_admin_in {
	margin-left:80px;
	margin-right:80px;
	padding-top:100px;
	color:#666666;
	font-family: Verdana;
	font-size:12px;
}

/* Barre de titre, grisée */

.title_img {
	position:absolute;
	background: url('img/titre2.png');
	top:38px;
	margin-left:3px;
	width:94px;
	height:126px;
}
.title {
	position:absolute;
	background: url('img/titre.png') repeat-x;
	top:80px;
	margin-left:4px;
	width:500px;
	height:37px;
}
.title_img_ie {
	position:relative;
	background: url('img/titre2.png') no-repeat;
	height:126px;
}
.title_ie {
	position:relative;
	background: url('img/titre.png') repeat-x;
	margin-left:4px;
	top:45px;
	width:521px;
	height:37px;
}
.title_admin {
	position:absolute;
	background: url('img/titre.png') repeat-x;
	top:40px;
	margin-left:36px;
	width:837px;
	height:37px;
}
.title_admin_table {
	width:800px;
}
.title_admin_img {
	position:absolute;
	background: url('img/titre2.png');
	top:0px;
	margin-left:38px;
	width:94px;
	height:126px;
}
.title_in {
	margin-left:36px;
	position:absolute;
}
.title_X {
	color:#666666;
	font-family: Verdana;
	font-size:24px;
}
.title_M {
	color:#666666;
	font-family: Verdana;
	font-size:16px;
}
.title_S {
	color:#666666;
	font-family: Verdana;
	font-size:12px;
}
.title_XS {
	color:#888888;
	font-family: Verdana;
	font-size:10px;
}

/* Barre du menu */

.menu_bar_left {
	position:fixed;
	background: url('img/barre_menu_left.png') no-repeat;
	right:400px;
	top:92px;
	width:4px;
	height:28px;
}
.menu_bar_left_ie {
	background: url('img/barre_menu_left.png') no-repeat center right;
	width:4px;
	height:32px;
}
.menu_bar {
	position:fixed;
	background: url('img/barre_menu.png') repeat-x;
	right:0px;
	top:90px;
	width:400px;
	height:32px;
}
.menu_bar_ie {
	background: url('img/barre_menu.png') repeat-x;
}
.menu_bar_in {
	padding-top:7px;
	color:#666666;
	font-family: Verdana;
	font-size:10px;
}
.menu_bar_in_ie {
	background: url('img/barre_menu.png') repeat-x;
	color:#666666;
	font-family: Verdana;
	font-size:10px;
}
.menu_bar_txt {
	color:#666666;
	text-decoration:none;
	
}

/* Menu (cachés) */

.menu_bloc_1 {
	position:fixed;
	right:290px;
	top:120px;
	width:106px;
	margin:0px;
	padding:0px;
	display:none;
}
.menu_bloc_2 {
	position:fixed;
	right:155px;
	top:120px;
	width:106px;
	margin:0px;
	padding:0px;
	display:none;
}
.menu_bloc_3 {
	position:fixed;
	right:20px;
	top:120px;
	width:106px;
	margin:0px;
	padding:0px;
	display:none;
}
.menu_bloc_ie {
	width:100px;
	margin:0px;
	padding:0px;
	display:none;
}

.menu_bloc_top {
	background: url('img/menu_top.png') no-repeat;
	width:106px;
	height:7px;
	margin:0px;
	padding:0px;
}
.menu_bloc_mid {
	background: url('img/menu_mid.png') repeat-y;
	width:106px;
	padding-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;
	line-height:2em;
	text-align:left;
}
.menu_bloc_bot {
	background: url('img/menu_bot.png') no-repeat;
	margin:0px;
	padding:0px;
	width:106px;
	height:7px;
}

/* Barre des partenaires */

.partenaires {
	position:fixed;
	right:10px;
	bottom:10px;
}

/* LOGO */

.logo {
	position:fixed;
	right:30px;
	top:0px;
	height:90px;
}

/* Partie administration */

.login {
	background: url('img/titre.png') repeat #FFF;
	border:1px solid #AAA;
	color:#666666;
	padding-left:1px;
}
.login2 {
	background: url('img/titre.png') repeat #CCC;
	border:1px solid #AAA;
	color:#666666;
	padding-left:1px;
}
.login:disabled {
	background: #BBBBBB;
}
.field {
	background: #FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666;
	padding-left:3px;
}
.ok {
	background: url('img/titre.png') repeat-x;
	border-left:1px solid #88A37E;
	border-right:1px solid #404E3C;
	border-top:1px solid #88A37E;
	border-bottom:1px solid #404E3C;
	color:#666666;
}


/* Membres */
#list {
	background: url('img/titre.png');
}


/* Liens */

a {
	color:#777777;
	text-decoration:none;
}
a:link {
	color:#777777;
}
a:visited {
	color:#777777;
}
a:hover {
	color:#333333;
}