/* CSS pour les balises HTML */

html {
	padding: 0px;
	background:  #ffffa2;
}
body {
	position: relative; 
	width: 90%;
	border: #000000 1px solid;
	margin: 0px auto;
	background: #ffff4d;
	font-family: "palatino linotype", palatino, "tahoma", tahoma, serif; letter-spacing: 1px; color: #000000;

}
a, a:link, a:visited, a:active {
	color: #727860; text-decoration: none;
}
a:hover {
	color: #e26a09; text-decoration: none;
}
img {
	border: 0;
}
form {
	margin-top: 20px;
}
h1 {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	font-size: 20px; color: #000000; letter-spacing: 2px;
}
hr {

}
li {
	margin: 0px 0px 0px -10px;
}
.legeritalique {
	color: #acacac;
	font-style: italic;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CSS pour les conteneurs */

#entete {
	display: block;
	height: 100px;
	background-color: yellow;
	border-bottom: #000000 1px solid;
	color: red;
}
#entete #nom_site {
	position: absolute;
          	top: 0px; height: 70px; left: 100px;
	overflow: hidden;
	font-weight: bold; font-size: 50px; color: black;
}
#entete #devise {
	position: relative;
	float: right;
          	top: 0px; 
	overflow: hidden;
                  font-size: 10px;
}
#entete #url_site {
	position: absolute;
	top: 70px; left: 90px;
	font-weight: bold; font-size: 20px; font-style: italic; color: red;
}
#entete #pub {
	position: relative;
	float: right;
          	top: 0px; height: 60px; left: 10px;
	overflow: hidden;
	}

#menus {
	top:-16px;
	display: block;
	background: white;
	border-bottom: blue 1px solid;
	height: 25px;
	position: relative; list-style-type: none; 
}
#menus ul ul {
	border-right: #b0b0b0 1px solid; padding-right: 0px; border-top: #b0b0b0 1px solid; display: none; padding-left: 0px; left: 80px; padding-bottom: 0px; margin: 0px; border-left: #b0b0b0 1px solid; padding-top: 0px; border-bottom: #b0b0b0 1px solid; position: absolute;
}
#menus li.breve:hover ul.breve, #menus li.breve.sfhover ul.breve {display: block; } 
#menus li.breve {border-left: blue 1px solid;line-height: 25px; font-size: 14px;}
#menus ul.breve {display: none; left:-100px;width: 350px;background: white;text-align: left;color:black;font-weight: normal;}
#menus li {
	font-weight: bold;
	display: block;
	float: right;
	width: 82px;
	border-bottom: blue 1px solid;
	line-height: 17px;color: blue; text-decoration: none; font-size: 12px;
	padding-right: 1px; padding-left: 1px; padding-bottom: 0px; margin: 0px;padding-top: 0px;	
	position: relative;
}
#menus ul.base { text-align: center}
#menus li.base {border-left: blue 1px solid;line-height: 25px; font-size: 14px;}
#menus li:hover { background-color: red }
#menus li.sfhover { background-color: red }

#menus li a {display: block;
	text-decoration: none
}
#menus li:hover ul.bas, #menus li.sfhover ul.bas {
left: -1px; top: 25px;
	display: block; background: white; text-align: left;
}
#menus li li:hover ul.dr, #menus li li.sfhover ul.dr {
	left: 80px; top: -1px;display: block; background: white; text-align: left;
}
#menus li li li:hover ul.dr2, #menus li li li.sfhover ul.dr2 {
	left: 80px; top: -1px;display: block; background: white; text-align: left;
}
#menus li li li li:hover ul.dr3, #menus li li li li.sfhover ul.dr3 {
	left: 80px; top: -1px;display: block; background: white; text-align: left;
}
#menus li li li li li:hover ul.dr4, #menus li li li li li.sfhover ul.dr4 {
	left: 80px; top: -1px;display: block; background: white; text-align: left;
}
#menus li li li li li li:hover ul.dr5, #menus li li li li li li.sfhover ul.dr5  {
	left: 80px; top: -1px;display: block; background: white; text-align: left;
}

#droite {
	position: relative;
	float: right;
                  display: block;
                  width: 20%; height:20%;
	margin: 0px 0px 0px 10px;
                border-left: blue 1px solid;
                
	background: white scroll repeat 0% 0%;
}
#droite h1 {
	margin: 10px 0px 10px 5px;
	overflow: hidden;
	color: red;
}
#droite a, a:link, a:visited, a:active {
	color: blue; font-weight: bold; text-decoration: none;
}
#droite a:hover {
	color: red; font-weight: bold; text-decoration: none;
}
#gauche {
	position: relative;
	display: block;
	margin: 0px 0px 0px 10px;
	width: 70%;
                  font-family: "times new roman", serif; color: #000000;
}
#gauche h1 {color: red;}
#gauche a, a:link, a:visited, a:active {
	color: blue; font-weight: bold; text-decoration: none;
}
#gauche a:hover {
	color: red; font-weight: bold; text-decoration: none;
}
.articles {
	position: relative;
	margin-bottom: 15px;
	width: 438px;
	background: #ffffff;
	line-height: normal; font-family: "courier new", courier, monospace; font-size: 12px;
}
.titre_article {
	margin: 0px 0px 5px 0px;
	border-bottom: #000000 1px solid;
	height: 30px;
	overflow: hidden;
	line-height: 30px; font-family: "times new roman", serif; font-size: 20px; font-weight: bold; color: #727860; letter-spacing: 2px;
}
#unique {
	display: block;
	margin: 0px 0px 0px 10px;
	width: 98%;
                  font-family: "times new roman", serif; color: #000000;
}
#unique h1 {color: red;}
#unique a, a:link, a:visited, a:active {
	color: red; font-weight: bold; text-decoration: none;
}
#unique a:hover {
	color: blue; font-weight: bold; text-decoration: none;
}
#pied {
	border-top: #000000 1px solid;
	display: block;
	width: 100%; height: 50px;
	background-color: white;
	font-size: 12px; color: #727860;
}
#pied p {
	margin: 13px 13px 13px 21px;
	font-size: 16px;
}
#pied a, a:hover, a:visited, a:link {
	color: blue; text-decoration: none;
}
.passer_dessous {
	clear: both;
}

.encadrer {
	width: 438px;
	margin-top: 10px;
	text-align: left;
	scrollbar-base-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-track-color: #ffffff; 
}
