/*---------------- DIV mainBox -------------- */
div.mainBox {
	color: #F87500;
	border: 1px solid #E5E5E5;
	width:100%;
	margin-top:15px;
	margin-right:20px;
	padding:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
}
div.mainBox div.contentbox {
	margin-right:0px;
	overflow: auto;
	height:487px;
	padding-right:20px;
}



/* ------------------ class A  --------------------- */
div.mainBox a {
	text-decoration: none;
}
div.mainBox a:link {
	text-decoration: none;
}

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

div.mainBox a:hover {
	color:#F87500;
	text-decoration: underline;
}
div.mainBox a img{
       border:1px solid #a6a691;
}
div.mainBox a img{
       border:1px solid #F87500;
	background-color:#FFFFFF;
}

div.mainBox a img.icon {
       border:0px ;
}
/* ------------------ class FONT ------------------- */

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

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

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

div.mainBox font.title {
	font-style: normal;
	font-weight: normal;
	text-align : left;
	color:#000000;
	font-size : 18pt;
}
div.mainBox font.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;
}

div.mainBox font.date {
	font-style: italic;
	color:#000000;
	font-size : 6pt;
}

/* -------------------- class SPAN ------------------ */
div.mainBox span.attention {
	color:#000000;
	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 : 14pt;
}

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

div.mainBox textarea {
	border: 1px solid black;
	background-color: #C5C5C5;
	width: 400px;
	height: 120px;
	color: black;
}

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

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

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

div.mainBox input.checkbox {
	border: 0px solid black;
	background-color: #C5C5C5;
	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:#000000;
}


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 {

}

div.mainBox p.text {
	line-height:120%;
	height:auto;
}

div.mainBox p.textli {
	line-height:120%;
}

div.mainBox p.text font.text {
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
}


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

}
img.homepage {
	border: 1px solid #606060;
	margin-left: 15px;
	margin-bottom : 15px;
	margin-top: 15px;
	margin-right: 15px;
}

div.mainBox img.image {
	float:left;
	margin:10px;
	
}

/*---------------- DIV firstArticle -------------- */
div.firstArticle {
	display:block;
	background-color:#ffffff;
	border-bottom:1px dotted #b9babb;
	cursor:pointer;
	text-align:right;
	margin-top:10px;

}

div.firstArticle:hover {
	background-color:#e5e2d8;
}

div.firstArticle p.title {
	line-height:150%;
	text-align:right;
	margin-bottom:5px;
	padding-left:100px;

}


div.firstArticle font.subtitle {
	font-style: normal;
	font-weight: bold;
	text-align : left;
	font-size : 10pt;
	text-align:right;
	
	
}

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

div.firstArticle font.title {
	font-style: italic;
	font-weight:normal;
	text-align : left;
	margin-bottom:11px;
	text-align:right;
}

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


/* ------------------ div COMMENT ------------------- */
div.comment {
	display:block;
	width:80%;
	margin-top:10px;
	background-color:#F5F5F5;
	margin-left:20%;
}
div.comment p.text font.text  {
	color:#a9aaab;
	font-style:italic;
	text-align : justify;
	font-size:9pt;
	margin:0px;
	padding:0px;
}

div.comment p {
	margin:0px;
	padding:0px;
}


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

div.comment font.title {
	font-style: italic;
	font-weight: normal;
	text-align : left;
	color: #a9aaab;
	font-size : 12pt;
	margin:0px;
		padding:0px;
}
div.comment font.title:first-letter {
	text-transform: uppercase;
}

div.comment font.link {
	font-style: normal;
	text-transform: none;
}

div.showarticleOfRubrique {
	margin:6px;
	margin-top:30px;
	padding:2px;
	font-size:8pt;
}

div.showarticleOfRubrique font.subtitle {
	font-weight:bold;
	color:#a9abcb;
	font-size:14pt;
}

#siteMap .title {
	font-size:12px;
	text-align:left;
}


