
.todo {
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	color: maroon;
}

html {
	background-color: #BAD6AC;
	/*background: url('../img/fond_noel.gif') repeat;*/
	font: 13px Arial;
}

body { margin: 0px; }

a:link, a:active, a:visited {
	text-decoration: none;
	color: #FF9900;
}

a:hover {
	color: #FF6600;
}

.btn_ok1 { background-image: url('../img/btn_ok.gif'); }

.btn_ok1:hover { background: url('../img/btn_ok.gif') 0 -18px; }

img { border: 0px; vertical-align: middle; }

input {
	height: 16px;
	padding-left: 3px;
	font-size: 11px;
	vertical-align: middle;
}

input.enregBtn {
	padding: 0px;
	height: 22px;
	border: 1px solid #cccccc;
}

input.small {
	width: 25px;
	height: 11px;
	text-align: center;
}

input.medium {
	width: 60px;
	padding: 3px 0 0 3px;
}

input.large {
	width: 150px;
	padding-top: 3px;
}

input.superLarge {
	width: 250px;
	padding-top: 3px;
}

form {
	display: inline;
}

select {
	font-size: 11px;
    height: 18px;
    vertical-align: middle;
}

.imgBtnOK { cursor: pointer; }

.alignLeft { text-align: left; }

.alignCenter { text-align: center; }

.alignRight { text-align: right; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.gray { color: gray; }

.red { color: red; }

.green { color: green; }

.error { color: #FF0000; }

.intitule { font-weight: bold; }

div.titrePage {
	height: 25px;
	margin: 20px auto 30px 20px;
	padding-left: 19px;
	background: url(../img/postMenu_BG.gif) no-repeat;
	font-size: 20px;
	font-weight: bold;
}

div.errorBlock {
	width: 300px;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #C60065;
	background-color: #FFF2F9;
	color: #C60065;
	text-align: left;
}

div.successBloc {
	width: 300px;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #008509;
	background-color: #e0ffe2;
/*	background: url(../img/success.png) 5px 2px no-repeat #e0ffe2;*/
	color: #008509;
	text-align: left;
}

div.errorBlock img, div.successBloc img {
	margin-right: 7px;
}

/* BLOCK */

#container {
	position: absolute;
	Z-Index: 2;
	left: 50%;
	margin-left: -500px;
	margin-top: 10px;
	width: 1000px;
}

/* HEADER */

#onglets {
	height: 23px;
}

#ongletsSub {
	position: absolute;
	right: 0px;
	padding: 2px;
	display: inline;
	width: 393px;
	height: 19px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
}

#onglets img { vertical-align: middle; }

#onglets #header_biseau {
	position: absolute;
	right: 393px;
}

#header {
	background-color: #FFFFFF;
	height: 123px;
	padding: 4px 2px 0 2px;
}


/* MENU */

#preMenu {
	font-size: 0.85em;
	font-weight: bold;
	color: #FFFFFF;
	height: 29px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px;
}

#preMenu #preMenuSub {
	margin-left: 255px;
	margin-top: 7px;
	text-align: center;
}

#preMenu img { vertical-align: middle; }

#preMenu .search_box { width: 200px; }

#preMenu input { border: 0px; }

#menu {
	height: 35px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}


/* CORPS */
/*
#corps { background-color: #FFFFFF; }

#gauche {
	position: absolute;
	left: 0px;
	width: 200px;
	padding: 6px 0px;
	text-align: right;
}

#centre {
	margin-left: 200px;
	margin-right: 200px;
	padding: 10px;
}

#droite {
	position: absolute;
	right: 0px;
	width: 200px;
	padding: 10px 0px;
	text-align: left;
}
*/
#corps {
	width: 1000px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF; 
}

#gauche {
	width: 200px;
	padding: 6px 0px;
	text-align: right;
	vertical-align: top;
}

	.sticker-acces_part,
	.sticker-acces_pro {
		display:inline-block;
		margin:5px 0 15px;
		width:194px; height:225px;
		background:url('../img/sprite-bienvenue.jpg') no-repeat;
	}
	
	.sticker-acces_pro:link,
	.sticker-acces_pro:visited { background-position:0 0; }

	.sticker-acces_pro:hover,
	.sticker-acces_pro:focus,
	.sticker-acces_pro:active { background-position:0 -235px; }		
	
	.sticker-acces_part:link,
	.sticker-acces_part:visited { background-position:-204px 0; }

	.sticker-acces_part:hover,
	.sticker-acces_part:focus,
	.sticker-acces_part:active { background-position:-204px -235px; }	
	
	.sticker-flash {
		margin-bottom:13px;
	}
	
#centre {
	padding: 10px;
	vertical-align: top;
}

#droite {
	width: 200px;
	padding: 10px 0px;
	text-align: left;
	vertical-align: top;
}


/* FOOTER */

#footer1 {
	background-color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
}

#footer2 {
	font-size: 0.85em;
	text-align: center;
	padding: 5px;
}

#footer1 a, #footer2 a { color: #2A5F0F; }
#footer1 a:hover, #footer2 a:hover { color: #FF6600; }


/* PANIER */

#panier {
	width: 193px;
	margin: 0 auto 8px 0;
	text-align: center;
}

#panier a { color: #2A5F0F; }
#panier a:hover { color: #FF6600; }

#panier .panierHead {
	width: 197px;
	height: 26px;
	background: url(../img/panier_top.gif) no-repeat;
}

#panier .panierContent {
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #2a5f0f;
	border-right: 1px solid #2a5f0f;
	font-size: 15px;
	font-weight: bold;
	color: #2a5f0f;
}

#panier img.separateur { margin: 2px 0 2px 0; }

#panier .content .nbArt { font-size: 20px; }

#panier .panierFoot {
	width: 197px;
	height: 14px;
	background: url(../img/menuArt_bottom.gif) no-repeat;
	text-align: right;
}

#panier a.footlink {
	margin-right: 7px;
	font-weight: bold;
	font-size: 11px;text-align: right;
}

#panier .a2 {
	float: right;
	margin-right: 7px;
	font-weight: bold;
	font-size: 11px;
	color: #2A5F0F;
}

#panier .aucunArt { font-size: 11px; }


/* ESPACE CLIENT */

#espaceClient {
	width: 193px;
	margin: 0 auto 0 0;
	text-align: left;
}

#espaceClient a { color: #2A5F0F; }

#espaceClient .espaceClientHead {
	width: 197px;
	height: 26px;
	background: url(../img/espaceClient_top.gif) no-repeat;
}

#espaceClient .espaceClientContent {
	padding-top: 10px;
	padding-left: 10px;
	border-left: 1px solid #2a5f0f;
	border-right: 1px solid #2a5f0f;
	font-weight: bold;
	font-size: 11px;
	color: #2a5f0f;
}

#espaceClient img.separateur { margin: 8px 0 8px 0; }

#espaceClient .content #submit_login_btn { vertical-align: middle; }

#espaceClient input {
	border: 1px solid #2a5f0f;
	margin-left: 5px;
	padding-left: 3px;
}

#espaceClient .espaceClientFoot {
	width: 197px;
	height: 14px;
	background: url(../img/menuArt_bottom.gif) no-repeat;
}

#espaceClient .a1 {
	float: right;
	margin-right: 3px;
	color: #2A5F0F;
}

#espaceClient .a2 {
	float: right;
	margin-right: 7px;
	font-weight: bold;
	font-size: 11px;
	color: #2A5F0F;
}

#espaceClient a:hover { color: #FF6600; }


/* ESPACE EDITO */

#espaceEdito {
	width: 193px;
	margin: 0 auto 0 0;
	text-align: left;
}

#espaceEdito a { color: #2A5F0F; }

#espaceEdito .espaceEditoHead {
	width: 197px;
	height: 26px;
	background: url(../img/espaceEdito_top.gif) no-repeat;
}

#espaceEdito .espaceEditoContent {
	padding-top: 10px;
	padding-left: 10px;
	border-left: 1px solid #2a5f0f;
	border-right: 1px solid #2a5f0f;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #2a5f0f;
}

#espaceEdito .espaceEditoFoot {
	width: 197px;
	height: 14px;
	background: url(../img/menuArt_bottom.gif) no-repeat;
}

#espaceEdito a:hover { color: #FF6600; }



/* Ajout Rapide au panier */

div#ajoutRapide {
	width: 197px;
	height: 250px;
	background: url('../img/vignette_ajout_rapide.gif') no-repeat left top;
}


div#ajoutRapide input.ajoutRapideRef {
	width: 170px;
	margin: 136px 0px 0px 10px;
	border: 1px solid #2a5f0f;
}

div#ajoutRapide input.ajoutRapideQte {
	width: 170px;
	margin: 28px 0px 0px 10px;
	border: 1px solid #2a5f0f;
}

div#ajoutRapide a.ajoutRapideSubmit {
	display: block;
	width: 55px;
	height: 19px;
	margin: 12px 0px 0px 130px;
	background: url('../img/btn_ajouter.gif') no-repeat 
}

div#ajoutRapide a.ajoutRapideSubmit:hover {
	background: url('../img/btn_ajouter.gif') 0 -18px;
}
