/* general style */

body {
font-family :  Arial, Helvetica, sans-serif; 
font-size : 12px; 
color :#858585;
margin-bottom : 0; 
margin-left : 0; 
margin-right : 0; 
margin-top : 0; 
background-color : #FFFFFF; 
vertical-align: top;

} 
table {
font-family : Arial, Helvetica, sans-serif; 
font-size : 12px; 
margin-bottom : 0; 
margin-left : 0; 
margin-right : 0; 
margin-top : 0; 
} 
td {
color : #858585; 
text-decoration : none; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
} 
a {
color : #858585; 
text-decoration : underline; 
font-weight : normal; 
} 
a:visited {
color : #858585; 
text-decoration : underline; 
font-weight : normal; 
} 
a:active {
color : #858585; 
text-decoration : underline; 
font-weight : normal; 
} 
a:hover {
color : #444444; 
text-decoration : none; 
font-weight : normal; 
} 


/* Tables / Td Layout Classes */

table.autoheight {
	height: 100%; 
} 
td.white_hline {
	height: 1px;
	background-color : #FFFFFF;
} 
td.grey_vline {
	width: 13px;
	background: url(../img/layout/grey_vline.png) repeat-y ;
} 
td.grey_thickline {
	height : 22px;
	background-color : #E8E8E8;
	vertical-align:middle ;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align:middle;
} 
td.grey_mediumline {
	height : 10px;
	background-color : #E8E8E8;
	vertical-align:middle ;
} 
td.white_hline8 {
	height: 8px;
	background-color : #FFFFFF;
} 

/* News / articles Listings classes */


table.tabResArt
{
width : 100%;
}
table.tabResArt td
{
	padding : 1ex;
	margin : 0;
}

td.news {
	padding-left: 6px;
	font-family :Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color : #858585;
	line-height: 16px;
	} 
.article {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color : #858585;
	line-height: 16px;
	padding:1ex;
	} 
a.read_article {
	background-color:#FFFFFF;
	color : #E95D0F; 
	font-size: 11px;
	text-decoration : none; 
	font-weight : bold; 
} 
a.read_article:visited {
	background-color:#FFFFFF;
	color : #E95D0F; 
	font-size: 11px;
	text-decoration : none; 
	font-weight : bold; 
} 
a.read_article:active {
	background-color:#FFFFFF;
	font-size: 11px;
	color : #E95D0F; 
	text-decoration : none; 
	font-weight : bold; 
} 
.introListe, a.read_article:hover {
	background-color:#FFFFFF;
	font-size: 11px;
	color : #E95D0F; 
	text-decoration : underline; 
	font-weight : bold; 
} 
.news_separator {
	vertical-align:middle;
	height: 25px;
	background: url(../img/layout/grey_dotted.png);
} 


/* TOP content */ 

td.title_page {
	height: 52px; 
	background-color : #FFFFFF;
	background: url(/img/layout/title_background.png) no-repeat left top;
	vertical-align:middle;
	font-size: 12px;
	color : #E95D0F; 
	text-decoration : none; 
	font-weight : bold; 
	width:100%;
}  




/* ADS Right */

td.ad_top {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color : #FFFFFF;
	background: url(../img/layout/ad_top.png) no-repeat ;
	padding: 10px 15px 10px 15px;
} 
td.ad_center {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style:normal;
	color : #858585;
	background: url(../img/layout/ad_center.png) repeat-y ;
	padding: 10px 15px 5px 15px;
} 
 

/* Articles page */

.ressourcelinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style:normal;
}

.light_green_article {
	background-color: #EFF2BC;
}
.type2 {
height: 80px;
overflow : hidden;
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
font-style:normal;
color : #777777;
padding: 50px 30px 10px 280px;
margin : 25px 0;
}
.exemple_fr { background: url("../img/img_fr/article_type2_example.jpg") no-repeat}
.exemple_en { background: url("../img/img_en/article_type2_example.jpg") no-repeat} 

.opinion_fr { background: url("../img/img_fr/article_type2_example.jpg") no-repeat}
.opinion_en { background: url("../img/img_en/article_type2_example.jpg") no-repeat}

.theorie_fr  {	background: url("../img/img_fr/article_type2_example.jpg") no-repeat}
.theorie_en { 	background: url("../img/img_en/article_type2_example.jpg") no-repeat}

.titlepage_type5 {
	height: 45px;
	background-color : #CDD43E;
	vertical-align:middle;
	font-size: 12px;
	color : #E95D0F; 
	text-decoration : none; 
	font-weight : bold; 
}

/* menu TD */

td.white_vline {
	width: 1px;
	background-color : #FFFFFF; 
} 
td.topmenuleft {
	background-color : #CDD43E;
	background: url(../img/layout/color_green_1.png);
	vertical-align:middle;
}
td.topmenuright {
	background-color : #B4C23E;
	background: url(../img/layout/color_green_2.png);
	vertical-align:middle;
}
ul { list-style-image: url(../img/layout/ico_li.png);}
ul li {
	line-height: 18px ;
	vertical-align: middle;
	padding-left: 3px;
}
.layout {
color : #858585; 
font-size: 11px;
text-decoration : none; 
font-weight : normal; 
line-height: 16px;
} 
.layoutbold {
color : #858585; 
font-size: 11px;
text-decoration : none; 
font-weight : bold; 
} 
a.layout {
color : #858585; 
font-size: 11px;
text-decoration : underline; 
font-weight : normal; 
} 
a.layout:visited {
color : #858585; 
font-size: 11px;
text-decoration : underline; 
font-weight : normal; 
} 
a.layout:active {
font-size: 11px;
color : #858585; 
text-decoration : underline; 
font-weight : normal; 
} 
a.layout:hover {
font-size: 11px;
color : #444444; 
text-decoration : none; 
font-weight : normal; 
} 

a.layout_green {
color : #B9BC75; 
font-size: 11px;
text-decoration : underline; 
font-weight : normal; 
} 
a.layout_green:visited {
color : #B9BC75; 
font-size: 11px;
text-decoration : underline; 
font-weight : normal; 
} 
a.layout_green:active {
font-size: 11px;
color : #B9BC75; 
text-decoration : underline; 
font-weight : normal; 
} 
a.layout_green:hover {
font-size: 11px;
color : #B9BC75; 
text-decoration : none; 
font-weight : normal; 
} 

a.orange_link {
	color : #E95D0F; 
	font-size: 11px;
	text-decoration : underline; 
	font-weight : bold; 
} 
a.orange_link:visited {
	color : #E95D0F; 
	font-size: 11px;
	text-decoration : underline; 
	font-weight : bold; 
} 
a.orange_link:active {
	font-size: 11px;
	color : #E95D0F; 
	text-decoration : underline; 
	font-weight : bold; 
} 
a.orange_link:hover {
	font-size: 11px;
	color : #E95D0F; 
	text-decoration : none; 
	font-weight : bold; 
} 
a.link_small {
color : #858585; 
font-size: 10px;
text-decoration : underline; 
font-weight : normal; 
} 
a.link_small:visited {
color : #858585; 
font-size: 10px;
text-decoration : underline; 
font-weight : normal; 
} 
a.link_small:active {
font-size: 10px;
color : #858585; 
text-decoration : underline; 
font-weight : normal; 
} 
a.link_small:hover {
font-size: 10px;
color : #444444; 
text-decoration : none; 
font-weight : normal; 
} 
a.link_big {
color : #777777; 
font-size: 12px;
text-decoration : underline; 
font-weight : bold; 
} 
a.link_big:visited {
color : #777777; 
font-size: 12px;
text-decoration : underline; 
font-weight : bold; 
} 
a.link_big:active {
color : #777777; 
font-size: 12px;
text-decoration : underline; 
font-weight : bold; 
} 
a.link_big:hover {
color : #777777; 
font-size: 12px;
text-decoration : none; 
font-weight : bold; 
} 
.orange_title {
	font-size: 12px;
	color : #E95D0F; 
	text-decoration : none; 
	font-weight : bold; 
} 

/* FORMS */

input.field {
height: 20px;
background : #FFFFFF; 
border-bottom : 1px solid #999999; 
border-left : 1px solid #999999; 
border-right : 1px solid #999999; 
border-top : 1px solid #999999; 
color : #666666; 
font : 12px Arial, Helvetica, sans-serif; 
padding : 0 2px; 
font-weight : normal; 
}
input.search {
height: 20px;
background : #FFFFFF; 
border-bottom : 1px solid #999999; 
border-left : 1px solid #999999; 
border-right : 1px solid #999999; 
border-top : 1px solid #999999; 
color : #666666; 
font : 12px Arial, Helvetica, sans-serif; 
padding : 0 2px; 
font-weight : normal;
background: white url(../img/layout/ico_magnifier.png) no-repeat top left;
padding-left: 20px; 

}  
input.button {
background : #E8E8E8; 
border-bottom : 1px solid #999999; 
border-left : 1px solid #999999; 
border-right : 1px solid #999999; 
border-top : 1px solid #999999; 
color : #333333; 
font : 12px Arial, Helvetica, sans-serif; 
font-weight : bold; 
padding : 2px; 
} 
select {
background : #DDDCE3; 
color : #000000; 
font : 11px Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
border-bottom : 1px solid #999999; 
border-left : 1px solid #999999; 
border-right : 1px solid #999999; 
border-top : 1px solid #999999; 
font-weight : normal; 
} 
textarea {
background : #DDDCE3; 
font : 11px Verdana, Arial, Helvetica, sans-serif; 
color : #333333; 
font-weight : normal; 
border-bottom : 1px solid #999999; 
border-left : 1px solid #999999; 
border-right : 1px solid #999999; 
border-top : 1px solid #999999; 
font-weight : normal; 
} 
#corpsarticle {
   padding: 0px 1ex;
   /*
   color : black;
   line-height : 150%;
   padding: 0px 1.5em;
   */
   margin-bottom: 1em;
   text-align: left;
}





