/*---------------- DIV mainBox -------------- */
div.mainBox {
	margin-bottom: 0px;
	position:absolute;
	top:71px;
	left:200px;
	background:#FFFFFF url(../pictures/bandeau_bas.jpg) bottom right no-repeat;
	border-color: #5C514C;
	width: 650px;
	height: 385px;
	color: #5C514C;
	/*overflow: auto;*/

}

div.mainBox div.mimi {
	position:absolute;
	top:0px;
	left:0px;
	height: 385px;
	width:650px;
	overflow: auto;
}

div.mainBox div.content{
	margin-top:15px;
}
div.mainBox div.tools{
	top:0px;
	left:0px;
}



/* ------------------ class A  --------------------- */
div.mainBox a {
	/*color: #5C514C; */
	color: #0e84b6;
	text-decoration: none;
}
div.mainBox a:link {
	text-decoration: none;
}

div.mainBox a:visited {
	text-decoration: none;
}

div.mainBox a:hover {
	color: #faa85f;
	text-decoration: underline;
}
div.mainBox a img{
       border: 0;
}

/* ------------------ class FONT ------------------- */

div.mainBox font.text:first-letter {
	text-transform: uppercase;
}

div.mainBox font.subtitle {
	color: #0e84b6;
	font-style: normal;
	font-weight: normal;
	text-align : left;
	font-size : 10pt;
}

div.mainBox font.subtitle:first-letter {
	text-transform: uppercase;
}

div.mainBox font.title, div.mainBox h1.title {
	font-style: normal;
	font-weight: normal;
	text-align : left;
	color: #0e84b6;
	font-size : 18pt;
	display: inline; 
	margin-left:0px;
	list-style-image:none;
  list-style-position:inside;
  list-style-type:none;
}
div.mainBox font.title:first-letter, div.mainBox h1.title:first-letter  {
	text-transform: uppercase;
}
div.mainBox font.link {
	font-style: normal;
	text-transform: none;
}

div.mainBox font.alert {
	font-style: normal;
	text-transform: lowercase;
	font-weight: bold;
	text-align : left;
	font-size : 100%;
	color: red;
	background-color: #FFFFFF;
}

/* -------------------- class SPAN ------------------ */
div.mainBox span.attention {
	color: #faa85f;
	font-weight: bold;
	background-color: #FFFFFF;
}
div.mainBox span.up {
	text-transform: uppercase;
}
div.mainBox span.link {
	font-style: normal;
	text-transform: none;
}

div.mainBox span.subtitle {
	color: #0e84b6;
	font-style: normal;
	font-weight: normal;
	text-align : left;
	font-size : 10pt;
}

/* ------------------- class INPUT ------------------*/
div.mainBox input {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 150px;
	height: 15px;
	color: black;
}
div.mainBox input.moytitle {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 220px;
	height: 15px;
	color: black;
}
div.mainBox input.longtitle {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 350px;
	height: 15px;
	color: black;
}

div.mainBox textarea {
	border: 1px solid black;
	background-color: #F5F5F5;
	width: 350px;
	height: 80px;
	color: black;
}

div.mainBox textarea.edittitle {
	height: 30px;
}

div.mainBox textarea.editsubtitle {
	height: 30px;
}
div.mainBox input.checkbox {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 15px;
	height: 15px;
	color: black;
}

/* ------------------- class TABLE ----------------- */

div.mainBox table {
	border: 0px ;
	border-spacing: 0;
	padding : 0;
	margin: 0;
	table-layout: fixed;
	border-collapse:collapse;
	text-align : left;
	color: #57997D;
}


div.mainBox td {
	vertical-align:top;
}

div.mainBox table.pictureList { 
	border: 1px solid #5C514C;
}

/* ------------- Lignes horizontales ----------------- */
div.mainBox .ligne_horiz {
	height : 7px;
	border-top: dashed 1px ;
	border-color: #5C514C;
	margin-top: 7px;
}

/* ------------- Paragraphes -------------------------- */

div.mainBox p.title {
	display: inline; 
	width: 600px;
	height: auto;
	top:0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-right:0px;
	padding-bottom: 25px;
/*	background: url(../pictures/bandeau_titre.jpg) bottom left no-repeat;
*/}

div.mainBox p.text {
/*	height: 220px;*/
	min-height:100px;
  	max-height:220px;
	width: 620px;
	margin-right: 20px;
	padding-top:10px;
	overflow: auto;
	line-height:120%;
}

div.mainBox p.textli {
	height: 160px;
	width: 620px;
	margin-top: 0px;
	margin-right: 20px;
	overflow: auto;
	line-height:120%;
}

div.mainBox p.reference {
	font-style: normal;
	font-weight: normal;
	text-align : left;
	color: #0e84b6;
	font-size : 8pt;
}

/* ------------- Images ----------------------------- */
img.image {
	border: 1px solid #606060;
	margin-left: 15px;
	margin-bottom : 15px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	right: 0px;
}
img.homepage {
	border: 0px solid #606060;
	margin-left: 0px;
	margin-bottom : 0px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	right: 0px;
}

/* -------------- articleList --------------------- */
div.articlelist {
	margin-top:10px;
}
div.articlelist p.text {
	min-height:0px;
}



