body {
	margin:0;
	padding:0;
	background: #fff;
}

/* -------------------------------------------------------------------  */
/* --------------- Positionnement des blocs de la page ---------------- */
/* -------------------------------------------------------------------  */


#contener { 
	width:862px;
	padding: 0;
	margin: 0 auto 0 auto;	
	background: #fff;
}

#head {
	width:900px;
	height:110px;
	margin-bottom:10px;
	padding:0;
}

#global{
	width:900px;
	margin: 0 auto 0 auto;	
}

#liens {
	height:20px;
	margin:0;
	border-bottom:1px dotted #10b2f0;
	font-size:10px;
	color:gray;
	padding-left:15px;
}

#liens ul{
	padding-left:10px;
}

#liens ul, #liens ul li {
	display:inline;
	margin: 0;
}

#liens a, #liens ul li a{
	font-size:10px;
	text-decoration:none;
	border-left:1px dotted #10b2f0;
	padding-left:15px;
	padding-right:10px;
}

#head div.kelcom {
	margin: 18px 0px 0 0 ;
	float:right;
}

#pp{
	width:900px;
	margin:auto;
	text-align:center;
}

#head div.logo {
	margin: 30px 0 0 20px;
	float:left;
}

#head div.title {
	float:left;
	margin: 30px 0 0 25px;
}

#head div.title img {
	padding:0;
	float:left;
}

#navigation {
	height:16px;
	color:#707070;
	padding: 3px 0px 0px 0px;
	margin-bottom:16px;
	font-size:11px;
	font-weight:bold;
}

#navigation a {
	color: #707070;
	font-size:11px;
	font-weight:bold;
}

p#rss{
	text-align:right;
	padding-right:25px;
	margin-right:10px;
	text-decoration:underline;
	background: url(/images/objets-publicitaires/picto-rss.gif) no-repeat center right;
}

p#rss a:hover{
	color:#007bf9;
}

/* -------------------------------------------------------------------  */
/* --------------- 				Styles				   ---------------- */
/* -------------------------------------------------------------------  */

/* Liste de choix du site */
select, option {
 	color: #E26A00;
 	background-color:#e6ecf2;
}

.form_error {
 	padding-left: 10px;
 	color: #d8732f;
}
/* -------------------------------------------------------------------  */
/* --------------- 				MENU SITE				   ---------------- */
/* -------------------------------------------------------------------  */

#menu {
	width:199px;

	margin: 0;
}

#menu div.stylos-publicitaires-1 {
	height:19px;
	color:#464646;
	font-size:12px;
	font-weight:bold;
	margin:0px 0 6px 0;
	padding:5px 0 0 20px;	
	background: url(/images/titre/fond-menu-1.png) no-repeat top left;
	vertical-align:middle;
}

#menu div.stylos-publicitaires-1-a {
	height:19px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0 0 6px 0;
	padding:5px 0 0 20px;	
	background: url(/images/titre/fond-menu-1-a.png) no-repeat top left;
	vertical-align:middle;
}

#menu div.stylos-publicitaires-1 a {
	font-size:12px;
	color:#464646;
	text-decoration:none;
}
#menu div.stylos-publicitaires-1-a a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#menu div.stylos-publicitaires-1 a:hover {
	color:#10b1ef;
}

#menu div.stylos-publicitaires-1-a a:hover {
	color:#000;
}

#menu div.stylos-publicitaires-2 {
	font-size:11px;
	color:#929292;
	margin:0px 0 6px 0;
	padding:5px 0 0px 50px;
	background: url(/images/titre/fond-menu-2.png) no-repeat top left;
		vertical-align:middle;
		height:19px;	
}

#menu div.stylos-publicitaires-2-a {	
	font-size:11px;
	color:#c1cf1c;
	margin:0px 0 6px 0;
	background: url(/images/titre/fond-menu-2.png) no-repeat top left;
	text-align:left;		
	font-weight:bold;
	padding:5px 0 0px 50px;
	vertical-align:middle;	height:19px;
}

#menu div.stylos-publicitaires-2 a {
	font-size:11px;
	color:#929292;
	text-align:left;
	font-weight:normal;
	padding:6px 0 3px 0;
	text-decoration:none;
		vertical-align:middle;
}

#menu div.stylos-publicitaires-2-a a {
	font-size:11px;
	color:#c1cf1c;
	text-align:left;
	font-weight:normal;
	padding:6px 0 3px 0;
	text-decoration:none;
		vertical-align:middle;
}

#menu div.stylos-publicitaires-2 a:hover {
	color:#909090;
}

#menu div.contener {
	display:none;
}


/* --------------- MENU ADMIN	   ------------------------------------ */

#admin-bar {
	background: #eee; padding: 5px; border: 1px dashed #ccc; position:relative;
 	padding: 4px 16px 4px 4px; overflow: hidden; font-size:9px;
}
#admin-bar a { color: #444; font-size: 9px; }
#admin-bar a:hover { color: #e33; }
#admin-bar img { vertical-align: middle; display: inline-block; }
#admin-bar select, #admin-bar option { padding: 0; margin: 0; width: 115px; font-size: 9px; }



/* -------------------------------------------------------------------  */
/* --------------- MENU ET CONCEPTION DES PAGES      ------------------ */
/* -------------------------------------------------------------------  */

/* Boite de confirmation centrÃ©e sur la page */
#center-box {
	width: 400px;
	height: 170px;
	text-align: center;
	margin: 50px auto 50px auto;
	padding: 40px;
	border: 1px solid #ccc;
	background: #c7d2d6 url(/images/fond-center-box.gif) repeat-x top;
}

div.contact {
	width:170px;
	text-align:center;
	padding:25px 0 15px 0;
	border-bottom: 1px solid white;
}




/* -------------------------------------------------------------------  */
/* --------------- PIED DE PAGE ------------------------------------ */
/* -------------------------------------------------------------------  */

#footer {
	width:100%;
	margin-top:50px;
	background: #fff url(/images/titre/fond-footer.png) no-repeat;
	padding-top:40px;
	height:102px;
}

#footer h2 {
	background:none;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding-left:10px;
	margin:0;
}

#pied {
	height:80px;
	padding: 5px 0 5px 0;
	width:900px;	
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
}

#pied ul {
	margin-left:2px;
	padding:0;
}

#pied li {
	list-style: none;
	list-style-image: none;
	float: left;
	color:#738191;
	text-align:center;
	margin:0 6px 0 6px;
	background:#000;
	line-height:14px;
	padding:0 0 3px 0;
}

#pied li a {
	text-decoration:none;
	border:0;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#fin-pied {
	width:940px;
	margin: 0 auto 0 auto;	
	padding:0;
	height:15px;	
}
#liens-exterieurs {
	width:100%;
	text-align:center;	
	font-size:11px;
	font-weight:bold;
	color:#c6c6c6;
	margin-top:15px;
}

#liens-exterieurs a{
font-size:11px;
font-weight:bold;
color:#c6c6c6;
margin: 0 10px 0 10px;
}

#villes {
width:100%;
text-align:center;	
font-size:12px;
font-weight:bold;
color:#ff9a2a;
margin-top:15px;
text-transform:capitalize;
}

#villes a{
font-size:12px;
font-weight:bold;
color:#ff9a2a;

}

#mentions-legales {
width:100%;
text-align:center;	
font-size:9px;
padding-bottom:5px;
color:#748293;
margin:5px 0 0 0;
}

#mentions-legales a{
font-size:9px;
color:#748293;

}
/* -------------------------------------------------------------------  */
/* ---------------   STYLE DU CONTENU DES PAGES      ------------------ */
/* -------------------------------------------------------------------  */

td.spacerLeft{
	vertical-align:top;
}

td.bigContenu {
	width:613px;
	padding:0 25px 0 25px;
	vertical-align:top;
}

#contenu {
	width:100%;
}

td.bigContenu li {
	list-style-image: url(/images/titre/puce.gif);
	color:#5d5d5d;
	font-size:12px;
	line-height:16px;
}

td.bigContenu ul {
	padding-left:50px;
}

td.bigContenu a {
	text-decoration:underline;
	color: #007bf9;
}

td.bigContenu a:hover {
	color: #10b2f0;
}

td.bigContenu p {
	padding:0;
	font-size:11px;
	color:#333;
	line-height:18px;
}



/* -------------------------------------------------------------------  */
/* FORMULAIRE
/* -------------------------------------------------------------------  */

td.inputLabel {
padding:5px 0px 5px 10px;
background: #fff url(/images/aformaclic/fond-formulaire.jpg) no-repeat;
color:white;
font-weight: bold;
}
td.inputValue {
padding:0 3px 0 6px;
background: #fff url(/images/aformaclic/fond-formulaire.jpg) no-repeat;
}


td.inputValue input{
border:0px dotted #a5acb2;
color:#fe9500;
padding: 0px 0px 0px 3px;
}

td.inputLabel {
color:#687890;
font-weight:bold;
padding:5px 0 5px 10px;
}
td.inputValue {
padding:0 3px 0 6px;
}
td.inputValue input {
background:#E5E8EC none repeat scroll 0 50%;
color:#687890;
padding:0 0 0 3px;
width:240px;
}

/* -------------------------------------------------------------------  */
/* THEMES
/* -------------------------------------------------------------------  */

div.description {
float:right;
width:600px;

}
div.description img {
margin: 0 0 10px 10px;
}



table.objets {
width:862px;
}
table.objets td {
vertical-align:top;
font-size:11px;
color:#2c2c2c;
}

table.objets td a {

font-size:11px;
color:#2c2c2c;
}

table.objets td ul li {
list-style-image:none;
list-style:none;
}


table.objets td a:hover{
font-size:11px;
color:#2c2c2c;
font-weight:bold;
}


table.objets td.stylos{
width:452px;
height:153px;
background: #fff url(/images/stylo-publicitaire/fond-stylos.jpg) no-repeat 0 47px;
padding:0 0px 0 0;
text-align:right;
}


table.objets td.mugs{
width:452px;
height:176px;
background: #fff url(/images/stylo-publicitaire/fond-mugs.jpg) no-repeat 0 57px;
padding:0 0px 0 0;
text-align:right;
}

table.objets td.cartes{
width:410px;
height:153px;
background: #fff url(/images/stylo-publicitaire/fond-porte-carte.jpg) no-repeat 0 47px;
padding:0 0px 0 0;
text-align:left;
}


table.objets td.ab{
width:410px;
height:176px;
background: #fff url(/images/stylo-publicitaire/fond-ab.jpg) no-repeat 0 57px;
padding:0 0px 0 0;
text-align:left;
}

table.objets td.stylos ul li, table.objets td.mugs ul li{
padding-right:200px;
}
table.objets td.cartes ul li, table.objets td.ab ul li{
padding-left:170px;
}

