html {
    background: #eee url(images/bg.png) repeat-x 0 0;
    color: #868688;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    text-align: left;
    margin: 0 auto;
    width: 968px;
}

.cef:after {
    content: "";
    display: block;
    clear: both;
}

img {
    border: none;
}

a {
    color: #868688;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-weight: bold;
    color: #004494;
	margin: .5em 0;
}

h1 {
    margin-top: 0;
    font-size: 25px;
    padding: 0 0 0 40px;
    background: #fff url(images/puce_h1.png) no-repeat 0 3px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 12px;
    font-weight: normal;
}

ul {
    list-style-image: url(images/picto_fleche_droite.png);
    list-style-position: inside;
    padding: 0;
	margin: .5em 0;
}

ul li {
    margin: 2px 0;
}

/* DEBUT -------------------------------------------------
Gabarit 
--------------------------------------------------------*/
    #entete {
        width: 968px;
        height: 101px;
        position: relative;
        margin: 0 auto;
    }
    
    #principal {
        background: transparent;
    }
    
    #contenu {
        margin: 0 auto;
        padding: 14px;
        width: 940px;
        background: transparent url(images/contenu_repeat.png) repeat-y 0 0;
    }

    #footer {
        width: 960px;
        margin: 0 auto 10px auto;
    }
/* FIN -------------------------------------------------
Gabarit 
--------------------------------------------------------*/



/* DEBUT -------------------------------------------------
Entête
--------------------------------------------------------*/
    #logo {
        position: absolute;
        top: 5px;
        left: 15px;
    }
    
    #baseline {
        position: absolute;
        left: 300px;
        top: 40px;
        margin: 0;
        font-size: 20px;
        color: #004494;
    }
    
    #hautdroit {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        font-size: 11px;
    }
    
    #hautdroit p#info {
        color: #9f9f9f;
        margin: 50px 0 0 0;
    }
    
    #hautdroit p#info a {
        color: #9f9f9f;
        font-weight: normal;
    }
    
    #hautdroit p#bonjour {
        font-size: 12px;
        color: #626262;
        margin: 5px 0 0 0;
    }
    
    #hautdroit a#logout {
        color: #9f9f9f;
        font-weight: normal;
        padding: 0 0 0 20px;
        background: transparent url(images/picto_cle.png) no-repeat 0 2px;
    }
/* FIN -------------------------------------------------
Entête
--------------------------------------------------------*/



/* DEBUT -------------------------------------------------
Menu
--------------------------------------------------------*/
    #principal .menu_wrapper {
        padding: 4px 4px 0 4px;
        background: transparent url(images/bg_menu.png) no-repeat 0 0;
    }
    
    #principal .menu {
        height: 26px;
        margin: 0;
        padding: 0;
        background: transparent url(images/bg_menu_repeat.png) repeat-x 0 0;
    }
    
    #principal .menu li {
        height: 26px;
        display: block;
        float: left;
        margin: 0;
        background: transparent url(images/onglets.png) no-repeat 0 0;
    }
    
    #principal .menu li a {
        font-weight: bold;
        text-decoration: none;
        line-height: 26px;
        color: #dde2f0;
        height: 26px;
        display: block;
        padding: 0 15px;
        background: transparent url(images/onglets.png) no-repeat right -22px;
    }
    
    #principal .menu li:hover a, #principal .menu li.itemactif a {
        color: #fff;
        background: transparent url(images/bg_menu_hover.png) repeat-x 0 0;
    }
/* FIN -------------------------------------------------
Menu
--------------------------------------------------------*/


/* DEBUT -------------------------------------------------
login
--------------------------------------------------------*/
    #login {
        width: 968px;
        height: 370px;
        margin: 0 auto;
        padding: 85px 0 0 0;
        background: transparent url(images/bloc_login.png) no-repeat 0 0;
    }
    
    #login h1 {
        margin: 0;
		padding: 0;
        text-align: center;
        background: none;
    }
    
    #login p {
        color: #7fa1c9;
        text-align: center;
        margin: 0 0 ;
        font-size: 11px;
    }
    
    #login form {
        margin: 35px 0 0 0;
    }
	
	#login label {
		color: #004494;
	}
    
    #login .validation {
        text-align: left;
        margin: 1em 0 1em 47%;
    }
/* FIN -------------------------------------------------
login
--------------------------------------------------------*/



/* DEBUT -------------------------------------------------
contenu
--------------------------------------------------------*/
    table { /* Fixe le bug de taille de police sur certains formulaires */
        font-size: 12px;
    }
	
	.nvlleligne {
        clear: both;
    }
    
    .total {
        font-weight: bold;
        color: #004494;
    }
    
    .vignette {
        border: 1px solid #e1e1e1;
    }
	
	.actions {
        margin: 0 0 10px 0;
    }
    
    .actions ul.ga {
        float: left;
        margin: 0;
    }
    
    .actions ul.dr {
        float: right;
        margin: 0;
    }
        
    /*---------- Légendes pictos ----------*/
    .legende {
        margin: 2em 0 0 0;
    }
    
    .legende p {
        font-size: 11px;
        padding: 0 0 0 20px;
        min-height: 20px;
        margin: 0;
    }
    
    .legende .validcmd {
        background: #fff url(images/picto_valider.png) no-repeat 0 0;
    }
    
    .legende .remarque {
        background: #fff url(images/picto_bulle.png) no-repeat 0 0;
    }
    
    .legende .livraison {
        background: #fff url(images/picto_panier.png) no-repeat 0 0;
    }
    
    .legende .annule {
        background: #fff url(images/picto_annuler.png) no-repeat 0 0;
    }
    
    .couleur {
        background-color: #d1e6ff;
    }
    
    .pdf {
        background: #fff url(images/picto_pdf.png) no-repeat 0 0;
        padding: 0 0 0 20px;
    }
    
	/*---------- Blocs (mon compte, mes articles, ...) ----------*/
    .blocs {
        float: left;
        width: 30%;
        min-height: 58px;
        margin: 0 3% 3% 0;
        background: #fff url(images/forme_off.png) no-repeat 0 0;
    }
    
    .blocs:hover {
        background: #fff url(images/forme_on.png) no-repeat 0 0;
    }
    
    .blocs:hover h2 a {
        color: #7fa1c9;
    }
    
    .blocs h2 {
        margin: 0 0 5px 0;
        padding: 0 0 0 40px;
    }
    
    .blocs h2 a {
        text-decoration: none;
    }
    
    .blocs p {
        margin: 0;
        padding: 0 0 0 40px;
    }
    
	/*---------- Personnalisation de document ----------*/
    .perso {
        float: left;
        width: 70%;
    }
    
    .perso_img {
        float: right;
        width: 30%;
        text-align: center;
    }
    
    .menu_second {
        height: 22px;
        margin: 3em 0 0 0;
        padding: 0;
        border-bottom: 5px solid #e1e1e1;
    }
    
    .menu_second li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
        border: 1px solid #e1e1e1;
        border-bottom: none;
        background-color: #eceded;
    }
    
    .menu_second li a {
        font-weight: bold;
        text-decoration: none;
        line-height: 22px;
        color: #868688;
        height: 21px;
        padding: 0 10px;
        display: block;
    }
    
    .menu_second li:hover a, .menu_second li.itemactif a {
        color: #000;
        background-color: #e1e1e1;
    }
    
    /*---------- Filtre de tri ----------*/
    .tri {
        margin: 1em 0 2em 0;
    }
    
    .tri fieldset {
        margin: 0;
        padding: .5em 1em;
        border: 1px solid #e1e1e1;
        background-color: #eceded;
    }
 
    .tri fieldset legend {
        font-weight: bold;
        font-size: 14px;
        background-color: #fff;
        padding: 2px 7px;
    }
    
    .tri .validation {
        text-align: left;
        margin: 1em 0 1em 41%;
    }
    
    /*---------- Styles de tableaux ----------*/
    .tableaux {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        margin: 1em 0;
    }
    
    .tableaux thead {
        background: #c2c2c3 url(images/bg_thead.png) repeat-x 0 0;
        border: #c2c2c3;
    }
    
    .tableaux th {
        padding: 0 5px;
    }
    
    .tableaux thead tr {
        height: 30px;
        border: 1px solid #c2c2c3;
    }
    
    .tableaux tbody tr:hover {
        background-color: #f0f0f0;
    }
    
    .tableaux td {
        padding: 5px;
        border-bottom: 1px solid #e1e1e1;
    }
/* FIN -------------------------------------------------
    /*---------- Styles de tableaux vides----------*/
    .tableauxvides {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        margin: 1em 0;
    }
    
    
    .tableauxvides th {
        padding: 0 0px;
    }
    
    .tableauxvides tr {
        height: 0px;
        border: 0px ;
    }
    
    
    .tableauxvides td {
        padding: 0px;
        border-bottom: 0px solid ;
    }
/* FIN -------------------------------------------------
contenu
--------------------------------------------------------*/



/* DEBUT -------------------------------------------------
Footer
--------------------------------------------------------*/
    #footer {
        padding: 0 4px 4px 4px;
        background: transparent url(images/bg_footer.png) no-repeat 0 bottom;
    }
    
    #footer .menufoot {
        background-color: #dde2f0;
        border-top: 1px solid #bcc6e2;
        padding: 5px 0;
        margin: 0;
        text-align: center;
    }
    
    #footer .menufoot li {
        display: inline;
    }
    
    #footer .menufoot li a {
        text-decoration: none;
        margin: 0 10px;
        color: #004494;
        font-weight: normal;
    }
    
    #footer .menufoot li a:hover {
        text-decoration: underline;
    }
    
    #message_pied {
        clear: both;
        background-color: #dde2f0;
        color: #7fa1c9;
        padding: 0 0 5px 0;
        font-size: 11px;
        text-align: center;
    }
    
    #message_pied p {
        margin: 0;
    }
/* FIN -------------------------------------------------
Footer
--------------------------------------------------------*/



/* DEBUT -------------------------------------------------
formulaires
--------------------------------------------------------*/
	fieldset {
		border: 1px solid #e1e1e1;
	}

	fieldset legend {
		font-weight: bold;
		font-size: 14px;
		background-color: #fff;
		padding: 2px 7px;
	}

	.ligne_form {
		clear: both;
		margin: 5px 0;
	}

	.ligne_form .label_section, .ligne_form .input_section {
		float: left;
	}

	.ligne_form .label_section {
		text-align: right;
		font-weight: bold;
		width: 46%;
		margin: 0 10px 0 0;
		padding: 5px 0 0 0;
	}
	
	.ligne_form .input_section p {
		margin: 4px 0 0 0;
	}

	input, select, textarea {
		border: 1px solid #004494;
		background-color: #dde2f0;
	}

	.validation {
		text-align: center;
		margin: 1em 0;
		clear: both;
	}

	input.btn125, input.btn225 {
		display: inline;
		padding: 5px 0 0 0;
		height: 20px;
		cursor: pointer;
		font-weight: bold;
	}

	.btn125, .btn225 {
		text-align: center;
		display: block;
		height: 25px;
		text-decoration: none;
		color: #dde2f0;
		line-height: 25px;
		border: none;
	}

	.btn125:hover, .btn225:hover {
		color: #fff;
	}

	.btn125 {
		width: 125px;
		background: #fff url(images/btn_125.png) no-repeat 0 0;
	}

	.btn125:hover {
		background: #fff url(images/btn_125.png) no-repeat 0 -25px;
	}

	.btn225 {
		width: 225px;
		background: #fff url(images/btn_225.png) no-repeat 0 0;
	}

	.btn225:hover {
		background: #fff url(images/btn_225.png) no-repeat 0 -25px;
	}
/* FIN -------------------------------------------------
formulaires utilisateurs
--------------------------------------------------------*/
