/* CSS Document */

body {
   margin:0px;
   padding:0px;   
   font-family:Arial, Helvetica, sans-serif;
   color:#333;   
   font-size: 11px;
   background-color:#eee;
   /*max-width: 1024px;
   vertical-align: center;*/
} 
h1, h2, h3, h4, h5, p, form, input{
  margin:0px;
  padding:0px; 
}
a {text-decoration:none;color:#333;}
a:hover {text-decoration:underline;}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
.search fieldset{
	border:none;padding:0px;margin:0px;
}
.search legend {
  display:none;
}
img {
   border:none;
}

hr{visibility:hidden;}
.nounderline {text-decoration:none !important;}
.nounderline:hover {text-decoration:underline !important;}
.col1_dossier, .bloc_centre_dossier, .chapeau_article_detail{ font-size: 12px;}/* typo plus grosse 2009-05-20 */

.Style5 table, tr, td {
border-color : red;
}