/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	font: 0.8em verdana, arial, sans-serif;
}
h4, h5 ,h6 {
font: 0.8em verdana, arial, sans-serif;
margin: 0;
padding: 0;
}

h1  {

	margin: 0 0 0.4em 0;
	padding: 0 0 2px 0;
	border-bottom: solid 7px #E1E1E1;
	font-family: "trebuchet ms", arial, sans-serif;
	color: #646464;
	font-weight: bold;
	font-size: 220%;
	width : auto;
}

h2{
		margin: 1.0em 0 0.5em 0;
	font-family: "trebuchet ms", arial, sans-serif;
	color: #505050;
	font-weight: normal;
	font-size: 170%;
}
h3{
	margin: 0.5em 0 0.5em 0;
	font-family: "trebuchet ms", arial, sans-serif;
	color: #7D7D7D;
	font-weight: bold;
	font-size: 130%;

}
a{
color:#E55900;
text-decoration: none;
}

a:hover{

}


.spacer{
clear:both;
}
div.spacer {
 	clear: both;
 }
 
.texte_pm{
	font-size: 0.8em;
}

acronym, dfn, abbr, span.abbr { border-bottom: 1px dotted black; cursor: help; }
/* enlever le soulignement sur les balises acronym ... sur certaines zones de la page*/
a acronym, a abbr , a  dfn , #reseau  acronym, #reseau abbr , #reseau  dfn , #droite  acronym, #droite abbr , #droite  dfn , #menuG acronym, #menuG abbr, #menuGdfn, #droite h1 acronym,  #droite h1abbr  #droite h1dfn {
border-bottom:none;
cursor : inherit ;
}
h1 acronym, h1 abbr , h1 dfn {border-bottom:none;}


/**************         formulaire de recherche  entête de page  ********/
#form_rech{
	display : none;
}


div#accessibilite {
display : none;
	}

 
a img  {
	border: 0;
}

#cadre {
	position: relative;
	width: auto;
	background: white;
	
	
}

#entete {
	height: 30px;
	
}
#entete_haut,  .entete_bas, .entete-chemin{
display : none;
}
 
 /*************** styles pour le texte des contenus   */
 
 p.bodytext{
	font: 0.9em verdana, arial, sans-serif;
	margin-left: 0;
	margin-right: 5px;
	text-align : justify ;
	/*background-color : white;*/
 }
 #droite p.bodytext{ 
text-align : left ;

} 
 /*** texte légendes images */
 .csc-textpic-caption { font-size: 0.7em; }
 
 /**************** mise en forme des tableaux****************/
 /* TABLE - HTML Area */ 
TABLE.contenttable {
 border: solid 1px #BCBCBC; 
 padding: 10px;
 margin :2px 0 2px 10px; 
 border-collapse: collapse; 
 width: 100%; 

 } 
TABLE.contenttable caption {
font-size: 1.1em;
font-weight : bold ;
margin-left: 15px;
line-height: 2em;
color:#972B2B;
}
TABLE.contenttable TD { 
 padding: 3px 1px 3px 1px; 
 border: solid 1px #BCBCBC; 
 background-color: #FFFFFF; 
 } 
TABLE.contenttable TH,  TABLE.contenttable thead td , TABLE.contenttable tfoot td { 
 background-color: #F7F7F7; 
 padding: 3px 1px 3px 1px; 
 border: solid 1px #BCBCBC; 
 } 
TABLE.contenttable P.bodytext {
 /*text-align: left; */
 text-align: inherit; 
 } 
TABLE.contenttable TD[STYLE] P.bodytext {
 text-align: inherit; 
 }
 


/****************************************zone centrale page normales **************************/
#centre{
	margin : 0 10px 0 0;
	width : auto;
	
}
#centre ol li{
	list-style-type : decimal;
}
#centre li {
	margin-left: 0;
	padding-left: 0.3em;
	list-style-type: disc;
}
#centre li ul li  {
	list-style-type: circle;
}
#centre li ul li ul li{
	list-style-type: square;
}

#centre li ul li ul li ul li{
	list-style-type: circle;
}
p.version_pdf  {

display:none;
}

/* lien vers le haut de la page */
p.csc-linkToTop {
display:none;	
}



/******************************** formulaires  ************************************/

form#mailform {
/*width : 80%;*/

}
.csc-mailform-field  {
margin : 5px ;
clear:both;
font-weight : bold ;
}
.csc-mailform-field label  {
margin-right :10px;
width : 200px;
display : inline;
line-height: 2em;
float:left;
text-align: right;
font-weight : normal;
}
.csc-mailform-label {

display : none;


}

.csc-mailform-field input {

 text-align: left;
line-height: 2em;
 }
.csc-mailform-field  input#mailformformtype_mail  {
text-align: center;
margin : 0 ;
line-height : 1em;
display : block;
}

.csc-mailform-field input.csc-mailform-checked  {
text-align: left;
line-height: 2em;
}
 
 .csc-mailform-field textarea {

 text-align: left;
 

 }

.csc-mailform-field select {
display : inline;
line-height: 2em;
}

span.csc-mailform-radio input {
margin-right :10px;
width :20px;
line-height: 2em;
float:left;
text-align: right;
font-weight : normal ;

}
.csc-mailform-radio label {
text-align: left;
line-height: 2em;
width :auto;

}

.csc-mailform-radio legend{
display : none;
}



/**************************************** pied de page **************************/

#pied {
	text-align: center;
	font-size: 0.8em;
	border-top: solid 1px #cccccc;
	width: 95%;
	margin:0;
	height : 40px;
}


/**************************************** menu vertical gauche **************************/
#gauche {
	display:none;
}



/**************************************** partie droite de la page , colonne : border**************************/
#droite {
	float :right;
	width : 30%;
	margin : 45px 0 0 25px;
	padding:0 ;	
	border: solid 1px #cccccc;
}

#droite h1{
	font-size: 1.14em;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin : 0;
	padding : 0  ;
	border : 0;
	border-bottom : 3px solid #cccccc;
	background-color : #fff;
	
}
#droite h2{
font-size: 1.05em;
margin :0;
padding : 2px;
}
#droite h3{
font-size: 1.0em;
margin :0;
padding : 2px;
}

#droite  li {
margin-left: -10px;
padding-left: 0.2em;
list-style-type: disc;
}
#droite  li ul li{
list-style-type: circle;

}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
/*min-height :20px;*/
}


.news-list-item {

	padding:0 0 5px 0;
	margin: 0;
	border-bottom : 1px dotted #cccccc ;
		
	}


.news-list-container p {
	padding :0;
	margin : 0 0 10px 0;
}

.news-list-date {
	font-size: 0.70em;
	font-weight: normal;
	}
	
.news-list-imgcaption {
	float: left;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
	text-align : center;

	}
/***********************/	
.news-list-container img {
	float: left;
  border : none;
	margin :2px 5px 2px 0;


}

/***********************/	
.news-list-item p.bodytext{
margin-bottom :0;
}




