/* CSS issu des tutoriels www.alsacreations.com/articles */
body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-size: 12px;
        background: #000000 url(fondbad.jpg) no-repeat;
        background-attachment: fixed;
        background-position:center top;

/*	background-image: url(fond.jpg); background-color: Black;*/
}

#wrapper 
{
	position: relative;
	width:1024px;
	background-image: url(fond.gif);	/*background-image: url(fondwrapper.gif);*/
	min-height: 1800px; /* Mofif pour firefox*/
	margin-top:0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	color: black;
	background-color:black;
	bottom: 0px;
}


.head1
{
	background-image: url(banniere1.jpg);
	width: 1024px;
	height: 141px;
}
.head2
{
    background-image: url(banniere2.jpg);
    width: 1024px;
    height: 73px;
}
.logo
{
margin-right: 10px;
/*margin-top: 3px;*/
border: 0;
}

.extremedroite
{
	position: absolute;
	left: 740px;
	top:214px;
	width: 233px;
  background-image: url('droite.jpg');
	/*height:1739px;*/
    padding-left: 50px;
    padding-top: 50px;
/*	height: 800px; 
		width: 247px;
*/
}

.gauche
{
position: absolute;
left:0px;
top:214px;
background-image: url('menu_gauche.jpg');
width: 200px;
height: 1789px;
}
.imagex
{
    position: absolute;
    left: 0;
    margin-left: 230px;
    width: 283px;
    overflow: hidden;
} 

.droite
{
    position: relative;
    margin-left: 200px;
    width: 230px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}


.centre
{
    margin-left: 200px;
    width: 450px;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 30px;
    background-image: url(article_corps.jpg);
}

.centre_editeur
{
    margin-left: 200px;
    width: 470px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.commentaire
{
    font-style : italic;
    color: #999999;
    margin-left: 200px;
    width: 450px;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 30px;
    background-image: url(article_corps.jpg);
}

h1
{
font-size: 140%;
text-align: left;
}
h2
{
font-size: 100%;
text-align: right;
}

.menuhaut
{
/*float: right;*/
margin-top: 0px;
margin-right:200px;
margin-left:250px;
}

.menuhaut a {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
   margin-left: 20px;
 /*     color: #CCCC66;
espacement entre chaque sous-menu 
    height: 12;*/
}
.hautmenu1 {
    margin-top: 10px;
	padding-top: 20px;
    width: 194px;
    height: 20px;
    font-family: verdana, arial;
    font-size: 110%;
    text-align: center;
    font-weight: bold;
/*    border-top-color: Black;
    border-top-style: solid;
    border-top-width: thin; */
    background-image: url(titre_menu.jpg);
}
li a {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
   margin-left: 20px;
}
.itemmenu1 a{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
   margin-left: 5px;
}

.itemmenu1 a:hover{
	font-size: 10px;
	font-weight: bold;
	color: Red;
	text-decoration: none;
	margin-left: 5px;
}

.itemmenu1 
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
   margin-left: 5px;
}

.lien2 a{
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
   margin-left: 5px;
}

ul,li
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
   margin-left: 20px;
}

.article_haut {
    background-image: url(article_haut.jpg);
    background-repeat: no-repeat;
    margin-left: 200px;
    padding-top: 30px;
    height: 31px;
    padding-bottom: 5px;
    padding-left: 110px;
    padding-right: 60px;
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold; /*height: 68px;*/
    line-height: 14px;
    text-align: center;
}
.article_date {
    background-image: url(article_date.jpg);
    margin-left: 200px;
    padding-left: 40px;
    padding-right: 10px;
    width: 490px;
    padding-top: 5px;
    height: 17px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-align: right;
}
.article_bas {
    background-image: url(article_bas.jpg);
    margin-left: 200px;
    padding-left: 60px;
    padding-right: 35px;
    width: 445px;
    padding-top: 5px;
    height: 33px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-align: right;
}

* {margin: 0; padding: 0;}
/*
table {border: 1px solid black}
td {border: 1px dotted gray}
div {border: 1px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}*/

