html, body {
	height:100%;
	margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

body {
	font-size:75%;
	background-color:#7391B0; 
}

/* entete*/

#conteneur {
	position:relative;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

#entete { 
  display:none;
}

#menu { 
  display:none;
}

#navcontainer {
  display:none;
}

#logo { 
  display:none;
}

#pub_entete { 
  display:none;
}

#sousmenu {
  display:none;
}

#content { 
	position:absolute;
	width:1000px;
	margin-top:160px;
	color:#000000;
}

/* blocs */

#bloc_gauche {
  display:none;
}

#bloc_centre {
	float:left;
	margin-top:3px;
	margin-left:3px;
	width:496px;
	color:#000000;
	background:#ffffff; 
	border:1px solid #cccccc; /* style 123 */
}

#bloc_droite {
	float:left;
	width:302px;
	margin-left:10px;
	margin-top:3px;
}

#bloc_bas {
	float:left;
	margin-bottom:0px;
	margin-top:10px;
	width:980px;
	color:#000099;
	text-align:center;
	padding:10px;
}

#bloc_bas a {
	text-decoration:none;
	color:#000099;
}

#bloc_bas a:hover {
	color:#ff0000;
}

#pub {
	float:left;
	width:300px;
	margin-top:0;
	margin-bottom:10px;
	color:#000000;
	background:#ffffff;
	border:1px solid #cccccc; /* style34 */
}

#pub_droite {
	float:right;
	width:300px;
	padding:40px;
	color:#000000;
	background:#ffffff;
}

#pub_vertical {
	float:left;
	width:164px;
	margin-top:0;
	margin-bottom:10px;
	color:#000000;
	background:#ffffff;
	border:1px solid #cccccc;	
}

#bandeau { /* bande grise pages texte */
  display:none;
}

#bloc_large { /* bloc centre pages texte */
	float:left;
	margin-top:3px;
	margin-left:3px;
	margin-bottom:7px;
	width:808px;
	color:#000000;
	background:#ffffff;
	border:1px solid #cccccc; /* style34 */
}

/* recherche google */

#bloc_google { /* bloc centre pages texte */
	float:left;
	padding-left:6px;
	padding-right:6px;
	margin-left:5px;
	margin-top:3px;
	margin-bottom:7px;
	width:975px;
	color:#000000;
	background:#ffffff;
	border:1px solid #cccccc; /* style34 */
}

/* textes */

.txt {
	padding:5px; 
}

.txt_google {
	float:left; 
	text-align:center; 
	font-size:11px; 
}

.txt_marge_grand { /* bloc texte centre pages texte */
	padding:40px;
}

.justifie {
	text-align:justify;
}

.justifiebordure { /* bloc texte index */
	width:465px; 
	border:1px solid #cccccc; /* style34 */
	text-align:justify;
	padding:10px;
}

/* vignettes */

.bloc_vignette { /* 100 x 64 */
	padding-top:5px;
  	padding-left:5px;
	height:80px;
}	

.txt_vignette {
	float:left;
	width:110px;
	height:80px;
	text-align:left;
}

.bloc_vignette100 {
	height:90px;
	border-bottom:1px solid #cccccc;
	margin-bottom:5px;
}	

.txt_vignette100 {
	float:left;
	width:110px;
	height:90px;
	text-align:left;
}

/* colonnes */

.cadre_gauche {
	float:left;
	width:164px;
	background:#ffffff;
	margin-top:0px;
	margin-bottom:10px;
	color:#000000;
	border:1px solid #cccccc; /* style4 blanc */
}

.cadre_centre {  /* bloc texte index */
	float:left; 
	width:491px;
	margin-top:0;
	background:#ffffff;
	margin-bottom:10px;
	color:#000000;
}

.cadre_centre1 { /* encadrement vignettes */
	width:465px;
	border:1px solid #cccccc; /* style34 */
	text-align:justify;
	padding:10px;
	background:#ffffff;
}

.cadre_centre12 { /* sous titre pages vignettes */
	width:463px;
	padding-right:12px;
	border:1px solid #cccccc; /* style34 */
	text-align:justify;
	padding-left:10px;
	background:#ffffff;
}

.cadre_droite {
	float:left; 
	width:300px;
	margin-top:0;
	margin-bottom:10px;
	background:#ffffff;
	border:1px solid #cccccc; /* style4 */
}

/* titre des blocs */

.titre_gauche {
	height:20px;
	width:159px;
	margin-left:0px;
	padding-left:5px;
	padding-top:3px;
	color:#000000;
	font-weight:bold;
}

.titre_centre {
	height:30px;
	width:491px;
	margin-left:0px;
	padding-left:5px;
	padding-top:3px;
	color:#000000;	
    font-size:1.6em; /* 19px; 120% */
	font-weight:bold;
}

.titre_droite {
	height:20px;
	width:295px;
	margin-left:0px;
	padding-left:5px;
	padding-top:3px;
	color:#000000;
	font-weight:bold;
}

/* bloc dossier accueil */

.bloc_acc_dossier_petit {
	float:left;
	width:134px;
	text-align:center;
}

.bloc_acc_dossier_grand {
	float:right;
	width:400px;
	text-align:center;
}

/* autres balises */

img {
	border:0; 
}

p {
	font-size:1em;
}

h1 {
	font-size:1.8em; /* 19px; 125% */
	color:#000099;
	text-align:center;
	font-weight:bold;
}

h2 {
	font-size:1.8em; /* 19px; 125% */
	font-weight:bold;
	color:#000099;
	text-align:center;
}

h3 { 
	font-size:1.6em; /* 19px; 120% */
	font-weight:bold; 
}

h4 { 
	font-size:1.5em;  /* 16px; 100% */
	font-weight:bold; 
	color:#000099;
}

h5 { 
	font-size:1.2em; /* 14px; 80% */
	font-weight:bold; 
	color:#000099;
}

h6 { 
	font-size:1em; /* 13px; 80% */
	font-style:italic; 
	font-weight:bold; 
	color:#000099;
}

.rouge {
color: #FF0000; 
}

.gras {
font-weight: bold; 
}

/* LIENS */

a:hover {
	color:#ff0000; 
	text-decoration:underline; 
}

.lien {  /* liens bleus */
	color:#0066cc; 
	text-align:left;
	font-weight:bold;
	text-decoration:none; 
}

.lien:hover { 
	color:#ff0000; 
	text-decoration:underline; 
}

a.lienimg {
	color:#0033aa; 
	text-decoration:none; 
}

a.lienimg:hover { 
	color:#ff0000; 
}

a.lienactu {
	color:#0033aa; 
	text-decoration:none; 
}

a.lienactu:hover { 
	color:#ff0000; 
	text-decoration:underline; 
}

a.lienactu:visited { 
	color:#993366; 
}

/* liste sans puce */

.navlist {
	list-style-type:none; 
	margin-top:0px;
	margin-left:1px;
	padding-left:10px;
}

.navlist a {
	color:#000000;
	text-decoration:none; 
}

.navlist a:hover {
	color:#ff0000; 
	text-decoration:underline; 
}

/* MENU PAGE */

ul.puce li {
padding:0 0 0 0;
margin:2px;
}

ul.puce {
list-style-image:url("images/puce1.gif");
line-height:1.4;
}

ul.puce a {
color:#000099;
text-decoration:none; 
}

ul.puce a:hover {
color:#ff0000; 
text-decoration:underline; 
}

/* ul.puce a:visited {
text-decoration:underline; 
} */

/* ANCIEN */

.texte {
	font-size:1em;
}

table {
	font-size:1em;
}

.bloc {
color:#000000; 
border-color:#000000; 
border-style:solid; 
border-top-width:1px; 
border-right-width:0px; 
border-bottom-width:1px; 
border-left-width:0px; 
background-color:#ffffdd; 
}

.bloc0 {
font-size: 100%; 
}

.blocsite {
width: 150px;
height: 80px;
margin-left: 20px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
}

.blocsite200 {
width: 200px;
height: 160px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
}

.chap { 
color:#000099; 
text-decoration:none; 
}

.chap:hover { 
color:#ff0000; 
text-decoration:underline; 
}

