/* table du centre de la page */
html * {
    margin:    0px;
    padding:   0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    /*background-color:#FF0000;*/
}

p, label, legend {
    padding-left: 10px;
}

img {
    border:0;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 0;
}

td {
    border: 0;
}

.titreRubrique {
    border-bottom: 1px dashed black;
    border-color: #044f83;
    font-size: large;
    color: #044f83;
}

.ssRub {
    font-size: normal;
    color: #044f83;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.marge {
    width: 5%;
}

.col1 {
    padding-top: 15px;
    vertical-align: top;
    width:45%;
}

.col2 {
    padding-top: 15px;
    vertical-align: top;
    width:45%;
}

.paragraphe {
    text-align: justify;
    padding-top: 15px;
}

.listeParagraphe {
    list-style:circle inside;
    color:#044f83;
    text-align: justify;
    margin-left: 25px;
}

.listContent {
    font-size: normal;
    color: #000;
}

a.formButton {
    border: 1px solid #044f83;
    background-color: #d1dfe8;
    color: #044f83;
    text-decoration: none;
    padding: 2px;
    margin-top: 15px;
    margin-left: 50px;
}

a.footer {
    color: #FFFFFF;
    font-size: 10px;
}

#lienHeader {
    position: absolute;
}

#tableContenu{
    width: 790px;
}

.middleCol {
    width: 100%;
    text-align: center;
}

.extendMidde {
    width: 15px;
}

.rightCol {
    padding-left: 10px;
}

 p.article {
    width: 250px;
 }

#nouveauteTile {
    width: 100%;
    background-image:url(imgs/nouveau02.png);
    repeat:repeat-x;
    text-align:right;
    font-size: large;
    /*font-weight: bold;*/
    /*font-style: italic;*/
    color: #ffffff;
    vertical-align:middle;
}

#propos01 {
    background-image:url(imgs/propos01.png);
    background-repeat: no-repeat;
    background-position: 100% 65%;
}

#propos02 {
    width: 100%;
    background-image:url(imgs/propos02.png);
    background-position: 100% 65%;
    repeat:repeat-x;
    text-align:right;
    font-size: 1em;
    font-weight: 700;
    /*font-style: italic;*/
    color: #ffffff;
    vertical-align: middle;
}

#propos03 {
    background-image:url(imgs/propos03.png);
    background-repeat: no-repeat;
    background-position: 100% 65%;
}

#news01 {
    background-image:url(imgs/news01.png);
    background-repeat: no-repeat;
    background-position: 100% 65%;
}

#news02 {
    width: 445px;
    background-image:url(imgs/news02.png);
    background-position: 100% 65%;
    repeat:repeat-x;
    text-align:right;
    font-size: 1em;
    font-weight: 700;
    /*font-style: italic;*/
    color: #ffffff;
    vertical-align: middle;
}

#news03 {
    background-image:url(imgs/news03.png);
    background-repeat: no-repeat;
    background-position: 100% 65%;
}

#produits01 {
    background-image:url(imgs/produits01.png);
    background-repeat: no-repeat;
    background-position: 100% 65%;
}

#produits02 {
    width: 445px;
    background-image:url(imgs/produits02.png);
    background-position: 100% 65%;
    repeat:repeat-x;
    text-align:right;
    font-size: 1em;
    font-weight: 700;
    /*font-style: italic;*/
    color: #ffffff;
    vertical-align: middle;
}

#produits03 {
    background-image:url(imgs/produits03.png);
    background-repeat: no-repeat;
    background-position: 100% 65%;
}

#contact01 {
    background-image:url(imgs/contact01.png);
    background-repeat: no-repeat;
    background-position: 100% 65%;
}

#contact02 {
    width: 445px;
    background-image:url(imgs/contact02.png);
    background-position: 100% 65%;
    repeat:repeat-x;
    text-align:right;
    font-size: 1em;
    font-weight: 700;
    /*font-style: italic;*/
    color: #ffffff;
    vertical-align: middle;
}

#contact03 {
    background-image:url(imgs/contact03.png);
    background-repeat: no-repeat;
    background-position: 100% 65%;
}

#banniereFlash {
    text-align: center;
}

.caseTxt {
    vertical-align: top;
    text-align: justify;
    width:450px;
}

.caseTxt2 {
    vertical-align: top;
    text-align: justify;
    width:450px;
    padding: 10px;
}

.caseImg {
    vertical-align: top;
    padding-top:15px;
}

.pleineLargeur {
    vertical-align: top;
    text-align: justify;
    width:450px;
    
}

a.lienBleu {
    text-decoration: none;
    font-weight: bold;
    color: #6ea5d4;
    padding-bottom: 10px;
}

a.lienVert {
    text-decoration: none;
    font-weight: bold;
    color: #55ac55;
    padding-bottom: 10px;
}

a.lienRouge {
    text-decoration: none;
    font-weight: bold;
    color: #a10f10;
    padding-bottom: 10px;
}

a.lienTurquoise {
    text-decoration: none;
    font-weight: bold;
    color: #9dccc6;
    padding-bottom: 10px;
}

a.lienBleuFonce {
    color: #044F83;
    font-weight: bold;
    text-decoration: none;
}

.cursor {
    cursor: pointer;
}
