@charset "utf-8";

/*
* Style predefinit par defaut, pour changer le style
* par defaut dans certaines pages utiliser l'overrride
* dans un autre fichier CSS. le fichier globalStyle.css
* est le premier appelé, le style peut donc etre redefinit .
*/

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;

}

/* Definit la police pour toutes les balises*/
* {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

ul{
	list-style-image:url(../pic/ul_bullet.gif);
}

form {
	margin: 0px;
}

input{
	padding-left:2px;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

/* ================== DESIGN ====================== */
DIV.global_design{
	
	background-image:url(../pic/bg_background_global.gif);
	background-position:top;
	background-repeat:repeat-x;
	
	background-color:#FFFFFF;
	width:800px;
}

TABLE.design{
	height:700px;
	width:800px;
	background-image:url(../pic/bg_bubble.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	
}

TD.design_menu{
	width:200px;
	vertical-align:top;
	text-align:left;
}

TD.design_content{
	width:600px;
	vertical-align:top;
	text-align:left;
}

DIV.menu_trans{
	background-color:#9F968D;
	width:200px;
	height:700px;
	position:absolute;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;
	z-index:2;
}

DIV.menu_container{
	padding-top:50px;
	width:200px;
}

DIV.content_trans{
/*
	background-color:#FFFFFF;
	width:600px;
	height:700px;
	position:absolute;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;
	z-index:2;*/
}

DIV.content_container{
	z-index:10000;
	position:absolute;
	width:580px;
	padding:10px;
	/*font-weight:bold;*/
}

DIV.footer_design{
	width:800px;
	background-color:#FFFFFF;
	color:#666666;
}
DIV.footer_design a{
	color:#333333;
}

DIV.footer_design a:hover{
	color:#000000;
	text-decoration:underline;
}
/* ================== MENU ====================== */

DIV.menu{
	z-index		: 10000;
	position	: absolute;
	width		: 200px;
	text-align	: center;
	border		: 0px solid black;
	padding		: 0;
	margin		: 0;
}

LI.menu{
	background-repeat:no-repeat;
	/*background-position:center;*/
	text-align		: center;
	height		: auto;
	width			: 144px;
	padding		: 3px 0 5px 0;
	margin		: 3px 0 2px 0px;

	/*padding		: 0;*/
	/*margin		: 0;*/

	list-style-image 	: none;
	list-style-type	: none;
border		: 0px dotted black;
}

LI.menu a{
	color:#FFFFFF;
	margin	: 0;
	padding	: 0;
	display	: block;
	width		: 100%;
	height	: 100%;
}

LI.menu a:hover{
	color:#FFFFFF;
	font-weight:bold;
}

LI.menu_red{
	background-image:url(../pic/btn_menu_red_dark.gif);
}

LI.menu_red:hover{
	background-image:url(../pic/btn_menu_red_light.gif);
}

LI.menu_red_light{
	background-image:url(../pic/btn_menu_red_light.gif);
}

LI.menu_grey{
	background-image:url(../pic/btn_menu_grey_light.gif);
}
LI.menu_grey:hover{
	background-image:url(../pic/btn_menu_grey_dark.gif);
}

/* ================== CONTENT ====================== */
.page_title{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}

.txt_block{
	text-align:justify;
}

.txt_block a{
	text-decoration:none;
	color:#CC0000;
}
.txt_block a:hover{
	text-decoration:underline;
}


.txt_large{
	font-size:12px;
}

.block_red{
	background-color:#7D0D0C; 
	color:#FFFFFF;
}

.block_grey{
	background-color:#9F978E; 
	color:#FFFFFF;
}
.block_grey_light{
	background-color:#C5C1B8; 
	color:#000000;
}

.block_grey_dark{
	background-color:#8C857D; 
	color:#FFFFFF;
}

.block_white{
	background-color:#FFFFFF; 
	color:#000000;
}

.radius{
	-moz-border-radius:10px;
	border-radius:10px;
}

/* ================= MODULE ================== */
.tableArt a{
	color:#CC0000;
}
.tableArt a:hover{
	color:#990000;
	text-decoration:underline;
}

/* ---------------- CSS TILL --------------------*/
div.till_titre
{
	font-size		: 15px;
	font-weight		: bold;
	color			: white;
	padding			: 2px 5px 5px 10px;
	background-repeat	: no-repeat;
}