body {
    font-family: Tahoma;
    font-size: 13px;
    height: 100%;
    margin: 0; /* pour éviter les marges */
    padding: 0;
    text-align: center;
    background: url(../images/fond.jpg) no-repeat;
    background-position:center center;
    background-attachment:fixed;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

#bloc {
    position:relative;
    text-align: left;
    height: auto;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    width: 780px;
    border: 1px solid black;
}

div.clear {
    clear: both;
}

.float {
    float: left;
    margin-right: 5px;
    display: inline;
}

.center {
    text-align: center;
}

div.header {
    position: relative;
    background: url(../images/header.jpg) no-repeat;
    width: 780px;
    height: 312px;
    color: #fff;
}

div.menu, div.menuFooter {
    text-transform: uppercase;
    position: absolute;
    top: 275px;
    left: 10px;
}

div.menu ul, div.menuFooter ul {
    list-style: none;
}

div.menu ul li, div.menuFooter ul li {
    float: left;
    width: 92px;
    height: 15px;
    margin-right: 10px;
    padding-top: 15px;
    font-weight: bold;
}

div.menu ul li a {
    color: #fff;
    text-decoration: none;
}

div.menu ul li a:hover span, div.menuFooter ul li a:hover span {
    text-decoration: underline;
}

/*** content ***/

div.content {
    position: relative;
    height: auto;
    width: 780px;
}

div.content a {
    color: #000;
}

div.blocAccueil1 {
    position: relative;
    background: url(../images/blocAccueil1.jpg) no-repeat;
    width: 780px;
    height: 141px;
}

div.flag {
    float:left;
    margin-left: 35px;
    margin-top: 20px;
    width: 151px;
    display: inline;
}

div.text1 {
    float:left;
    margin-top: 20px;    
    width: 280px;
    display: inline;
    position: relative;
}

h1 {
    font-size: 16px;
    color: rgb(138, 205, 231);
    padding-left: 5px;
    margin-bottom: 10px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 20px;
    text-decoration: underline;
}

div.blocAccueil1 p {
    font-size: 10px;
    padding-right: 10px;
}

div.revendeur {
    float:left;
    width: 292px;
    height: 101px;
    background: url(../images/revendeur.jpg) no-repeat;
    margin-left: 21px;
    margin-top: 10px;
    display: inline;
    position: relative;
    border: 1px solid black;
    border-top: 0px;
    border-right: 0px;
}

div.revendeur input {
    width: 145px;
}

div.revendeur input.password {
    width: 120px;
}

div.revendeur input {
    font-weight: bold;
    border: 2px inset black;
    font-size: 12px;
    _margin-left: -40px;
}

div.revendeur input.submit {
    position: absolute;
    top: 65px;
    left: 165px;
    _left: 205px;
    border: none;
    width: 23px;
}
div.revendeur form {
    margin-top: 40px;
    margin-left: 40px;
}

div.revendeur p {
    margin-bottom: 5px;
    height: 25px;
    margin-left: 0;
    padding-left: 0;
}

div.forget {
    position: absolute;
    bottom: 10px;
    right: 10px;
    
}

div.forget a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

div.forget a:hover {
    text-decoration: underline;
}

div.blocAccueil2 {
    position: relative;
    background: url(../images/blocAccueil2.jpg) no-repeat;
    width: 780px;
    height: 383px;
    
}

div.news {
    float:left;
    font-weight: bold;
    padding-top: 30px;
    margin-left: 10px;
    color: #fff;
    width: 190px;
    font-size: 10px;
    display: inline;
}

div.news a, div.nouveaute a {
    color: #fff;
}

p.Pnews {
    margin-top: 5px;
}

div.nouveaute, div.produits {
    float:left;
    width:290px;
    height: 345px;
    padding-top: 30px;
    display: inline;
    position: relative;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

div.nouveaute {
    text-align: center;
    padding-top: 40px;
}

div.new1 {
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
}

div.new1 p {
    margin-bottom: 10px;
}

div.bague {
    position: absolute;
    top: 85px;
    right: 0;
}

div.new2 {
    padding-top: 20px;
    width: 290px;
}

div.floatN {
    float: left;
    width: 50%;
    display: inline;
}

.gamme {
    margin-top: 5px;
}

.ou {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Societe ***/

div.societe1, div.societe2, div.societe3, div.societe4 {
    float:left;
    display: inline;
    
}

div.societe1 {
    padding-left: 20px;
    margin-top: 40px;
    width: 190px;
}

div.societe2 {
    margin-top: 40px;
    width: 570px;
    text-align: center;
}

div.societe3 {
    margin-top: 20px;
    width: 490px;
    text-align: center;
    margin-bottom: 20px;
}

div.societe4 {
    margin-top: 20px;
    padding-top: 20px;
    width: 280px;
    margin-bottom: 20px;
}

/*** Annonce ***/

.title {
    font-weight: bold;
}

.main {
    font-size: 13px;
}

.smallText {
    font-size: 12px;
}


/*** enregistrement ***/

.red, .inputRequirement {
    color: red;
}

div.content .red a, div.content .red a:active, div.content .red a:visited {
    color: red;
}

/*** Footer ***/

div.footer {
    position: relative;
    background: url(../images/footer.jpg) no-repeat;
    width: 780px;
    height: 51px;
    color: #000;
}

div.menuFooter {
    top: 0;
    left: 250px;
    
}

div.menuFooter ul li a {
    color: #000;
    text-decoration: none;
}

div.copyright {
    position: absolute;
    top: 15px;
    left: 30px;
}

div.copyright a {
    color: #000;
    text-decoration: none;
}

div.copyright a:hover {
    text-decoration: underline;
}

div.boutonS {
    position: absolute;
    right: 20px;
    top: 80px;
}

.messageStackError {
    color: red;
    font-weight: bold;
}

div.news_inner {
	height: 90px;
	overflow: auto;
	margin-right: 2px;
}
