﻿/* BLOCS */

#accessiwebPadding
{
    padding-top:110px;
}

.blocA, .blocAsecond
{
    float: left;
    width: 695px;
    padding-left: 2px;
}

.blocB, .blocBsecond
{
    float: left;
    width: 263px;
}

.AplusB
{
    width: 962px;
    margin-left: 9px;
    margin-right: 9px;
    /*padding-bottom:30px; essai 05/11/09 */
}

.broadcrum 
{
    width: 962px;
    margin-left: 20px;
    margin-right: 9px;
    font-weight:bold;
}

.broadcrum p a
{
	color:Black;
}

.broadcrum p a:hover
{
	text-decoration:underline;
}

/* Blocs Asecond et Bsecond */

/* blocAsecond */

.blocAsecond .top .bleu
{
    background: url(../images/fonds/A-top-bleu.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocAsecond .top .vert
{
    background: url(../images/fonds/A-top-vert.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocAsecond .top .gris
{
    background: url(../images/fonds/A-top-gris.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocAsecond .top h1
{
    padding-top: 20px;
    padding-left: 20px;
    font-size: 17px;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
}

.blocAsecond .content
{
    background: url(../images/fonds/A-motif.png) repeat-y 0 0;
    width: 100%;
}

.blocAsecond .content .marges
{
    padding-left:20px;/*peut etre à changer */
    padding-top:30px;
}

/* blocBsecond */

.blocBsecond .top .bleu
{
    background: url(../images/fonds/B-top-bleu.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocBsecond .top .orange
{
    background: url(../images/fonds/B-top-orange.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocBsecond .top .vert
{
    background: url(../images/fonds/B-top-vert.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocBsecond .top .gris
{
    background: url(../images/fonds/B-top-gris.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocBsecond .top h1
{
    padding-top: 20px;
    padding-left: 20px;
    font-size: 13px;/*petit h1 */
    text-transform: uppercase;
    color: White;
    font-weight: bold;
}

.blocBsecond .content
{
    background: url(../images/fonds/B-motif.png) repeat-y 0 0;
    width: 100%;
}

.blocBsecond .content .marges
{
    padding-left:20px;/*peut etre à changer */
    padding-top:20px;
}

/* BLOC C vide */

/* changer la classe ".couleur" (.bleu, .vert etc) pour changer la couleur de fond du titre */

.blocC
{
    width: 958px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    padding-bottom:30px;/* essai 05/11/09 */
}

.blocC .top .bleu
{
    background: url(../images/fonds/C-top-bleu.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocC .top .vert
{
    background: url(../images/fonds/C-top-vert.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocC .top .gris
{
    background: url(../images/fonds/C-top-gris.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocC .top .orange
{
    background: url(../images/fonds/C-top-orange.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocC .top .orange-large
{
    background: url(../images/fonds/C-top-orange-large.png) no-repeat 0 0;
    height: 55px;
    width: 100%;
}


.blocC .top .gris-fonce
{
    background: url(../images/fonds/C-top-gris-fonce.png) no-repeat 0 0;
    height: 45px;
    width: 100%;
}

.blocC .top h1
{
    padding-top: 20px;
    padding-left: 20px;
    font-size: 17px;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
}

.blocC .content
{
    background: url(../images/fonds/C-motif.png) repeat-y 0 0;
    width: 100%;
}

/* Prévoir dans la css de chaque page avec Bloc C,
pour la div contenue dans .content, les padding suivants

padding-left:20px;
padding-top:30px;

*/

/* BLOC F */

.blocF
{
    float: left;
    width: 480px;
}

.FplusF
{
    width: 962px;
    margin-left: 9px;
    margin-right: 9px;
    padding-bottom:30px;/* essai 05/11/09 */
}

.blocFleft .top .vert, .blocFright .top .vert
{
    background: url(../images/fonds/F-top-vert.png) no-repeat 0 0;
    height: 48px;
    width: 100%;
}

.blocFleft .top h1, .blocFright .top h1
{
    padding-top: 20px;
    padding-left: 20px;
    font-size: 17px;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
}

.blocFleft .content, .blocFright .content
{
    background: url(../images/fonds/F-motif.png) repeat-y 0 0;
    width: 100%;
}
