/* On met par défaut a 0 "margin" et "padding" de tous les éléments */
* {
	padding:0;
	margin:0;
}
body {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.0em;
	  color:#000000;
}
/* Les conteneurs principaux */
#conteneur, #header div.bandeau  {
	 width:980px;
}
#conteneur {
	margin-left:10px;
}
#header, #header div.header_bg  {
	height:90px;
}
#header div.header_bg {		
	background-image: url(../images/bg_header_bas.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	/* border:1px solid red; */
}
#header div.bandeau {	
	height:60px;
	/* border:1px solid red; */
}

#header_sep {
	height: 5px;
	line-height: 5px; 
	font-size: 1px;
}
#contenu {
	padding: 10px 0px 10px 0px;	
}
#contenu1 {	
	margin: 0px 20px 0px 80px;
	padding-bottom: 15px;		
	/* min-height:600px; 	*/
}
#footer {	
	clear:both;
	height: 16px;	
	line-height: 14px;	
	background-color: #333333;		
	background-position: left;
	background-repeat: no-repeat;
	font-size: 10px;
	padding:3px 1px 0px 1px;
	color: #FFFFFF;
}
img.logo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#google_search {
 padding-top:10px;
 text-align:right;
}

#pub_verticale {
	position: absolute;
	top:160px;
	left:1030px;
}

/* Navigation */
ul.nav_haut {
	list-style-type:none;
	text-align:center;	
	margin-left:250px; 
	margin-top:5px;
	width:450px; 
	/* border:1px solid blue; */
}

ul.nav_haut li {
	float:left;	
	margin-left:1px;	
}
li.onglet_haut a,
li.onglet_haut_selected a {
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;	
	text-decoration: none;
	height: 25px;
	width: 100px;	
	line-height: 25px; 
	text-align: center;
	vertical-align: bottom;
	display: block;
}
li.onglet_haut a {
	color: #FFFFFF;
}
a.rounded_top {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible;
}

div.titre_page a {
	color:white;
	text-decoration: none;
}

/* Rubriques */
.titre_page {
	color: white;
	font-weight: bold;	
	font-size: 1.0em;
	height: 20px;
	padding:5px;
}
/* Les deux propriétés qui suivent permettent d'avoir la propriété "min-height" 
pour la classe "content_page" et pour tous les navigateurs */
.content_page {
	padding: 10px;
	height: 600px;
}
html>body .content_page {
	height: auto;
	min-height: 600px;
} 

div.block {
	padding: 15px;	
}

/* Général */
.titre2 {
	font-size:1.1em;
	font-weight: bold;
}
p.titre2 {
	margin-top: 25px;
	margin-bottom: 10px;
}
p.first {
	margin-top: 0px;
}
p.formats {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.2em;
}
table.convert {
	 border: 1px solid #686868;		 
}
table.convert td {
	padding:10px;	
	background-color: #DBDBDB;
}
table.convert div.submit {
	padding-top:5px;
}
.col1 ul.formats {	
	list-style: inside;
	list-style-type: disc;
}
.col1 ul.formats p.li {	
	margin-top: 10px;
	padding-left: 10px; 
	color:blue;	
}	
p.convert_warning {	
	color:red;
	font-size: 0.8em;	
	font-weight: bold;
	text-align: center;
}
