/* Jérôme MICUCCI --- 2007-02-02 */

body { 
	font-family:Trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 10pt;
	margin:10px 5%;
	text-align:left;
	background-color:#ffffff; 
	
/*	background:#ffffff url(../pictures/fond_body.jpg) bottom left repeat-x;*/
}

div.page1 {
	position:relative;
	text-align:left;
	border:1px solid black;
	/*	width:80%;
	*/	max-width:1260px;
	min-width:1060px;
	display:block;
	overflow:visible;
	margin-left: auto;
    margin-right: auto;
	background-color:#ffffff; 
/*	background:#ffffff url(../pictures/fond_page.jpg) top left repeat-x;
*/}

div.page0 {
	position:relative;
	text-align:left;
	border:1px solid black;
	/*	width:80%;
	*/	max-width:1260px;
	min-width:1060px;
	display:block;
	overflow:visible;
	margin-left: auto;
    margin-right: auto;
	background-color:#ffffff; 
/*	background:#ffffff url(../pictures/fond_page.jpg) top left repeat-x;
*/}


/* ---------------- class génériques ---------------- */
img{
       border: 0;
}

a {
	text-decoration: none;
	color:#85151b;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
/*	color:#801013;
*/}

a:hover {
	text-decoration: underline;
}
a img{
       border: 0;
}

acronym {
	text-decoration: none;
} 

button {
	font-size: 7pt ;
	color:#85151B; 
	border-width: 0px ;
	width: auto;
	height: 19px;
	background-color: #db7791 ;
	margin-left:2px;
	vertical-align:bottom;
}
button:hover {
	background-color:#85151B;
	color: #FFFFFF; 
}
#popup {
	top: 100px;
	left: 130px;
	background-color: #ffffff;
	border: 1px solid #000000;
	z-index:1000;
	position:absolute;
	text-align:center;
	height:auto;
}

#popup img.image {
	float:left;
	margin:10px;
}

#popup div.main {
	border: 1px solid #000000;
}

img.icon{
    border: 0;
	width: 24px;
	height: 24px;
}

div.subarticle {
	position:absolute;
	visibility: hidden;
	width:200px;
	height:auto;
	z-index:800;
	border-top:0px;
	border:1px solid #a9abcb;
	background-color: #F3F3F3;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:8px;
	margin-left:10px;
	margin-right:10px;
/*	line-height:160%;
*/}

.subarticle {
	color:black;
}

.subarticle  a {
	color:black;
	display:block;
	margin-top:4px;
	border-top:1px solid;
	font-size: 9pt;
}

div.indicator {
	visibility:hidden;
	z-index:2000;
	width:30px;
	height:30px;
/*	padding-top:30px;
*/	top:0px;
	right:0px;
	position:absolute;
	display:block;
	background:#FFFFFF;
/*	border:1px solid #000000;
*/	text-align:center;
	filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
}

div.top {
	position:relative;
	top:0px;
	width:100%;
	display:block;
	background:#ffffff url(../pictures/fond_top.png) bottom right no-repeat;
	height:113px;
	border-bottom:1px solid #000000;
	
}

div.top2 {
	position:relative;
	top:0px;
	width:90%;
	display:block;
	padding-left:80px;
	margin-top:-16px;
}
div.right {
	position:relative;
	top:10px;
	right:0px ;
	width:190px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	float:left;
	
}

div.left {
	clear:both;
	position:relative;
	top:0px;
	left:0px ;
	width:270px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
	float:left;
	background:#ffffff url(../pictures/fond_left.png) top left no-repeat;
	padding-top:30px;
}

/*---------------- DIV MAIN -------------- */
div.main {
	position:relative;
	top:5px;
	margin-bottom: 0px;
	left:0px;
	display:block;
	height:auto;
	min-height:550px;
	padding:10px;
	float:left;
	width:50%;
/*	height:800px;
*/	
/*	z-index:300;*/
}
/* ------------------ class FONT ------------------- */
div.main font {
	display: block;
	font-size : 8pt;
	color:black;
}

div.main b {
	font-weight: bold;
}

/* ------------- Lignes horizontales ----------------- */
td.ligne_horiz {
	height : 7px;
	border-top: dashed 1px ;
	border-color: #A43311;
	margin-top: 7px;
}

img.specialBouton {
	height:64px;
	width:64px;
	float:left;
	margin-right:20px;
}

/* ------------ Font foundWord ----------------------- */
span.foundWord {
	background-color:yellow;
}

span.alert {
	color:red;
	font-weight:bold;
}
#popup div#topmainBoxcontent {
	text-align:left;
}



#popup textarea.text {
	width:400px;
	height:200px;
}


#popup textarea.title {
	width:400px;
	height:40px;
}




