@import url(../styles/layout.css);
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EAF7FF url(../img/arp.jpg) repeat-y center top;
	color: #000;
	font-size: 11px;;
	line-height: 1.4em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	
}

h1, h2, h3, h4, h5, h6, h7{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	padding:0px;
	margin:0px;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}


pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
 border: 1px solid #ccc;
 padding: 0px 15px 15px 15px;
 margin-top:10px;
}

legend {
 color: #DE7BA4;
 background: #FFF;
 font-weight: bold;
 font-family: "Trebuchet MS", Tahoma, sans-serif;
 font-size: 1.4em;
 padding:2 5px 2 5px;

 
}
label{
	
	cursor: pointer;
	/*cursor: hand;*/
}

.field label{
	display: block;
}

input,textarea,select{

	border: 1px solid #999;
	background:#E5E5E5;
	font-size: 10px;
	margin: 0;
}
ul{
margin-top:0px;
margin-bottom:0px;
}
ul li{
	 display : list-item;
	 list-style-image :  url(../img/puce.gif);
	 list-style-position: outside;
}

textarea{
	width: 93%;
	font-size: 1em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(../img/page.gif) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 65px;
	/*padding-top: 20px;*/
	background: #FFF url(../img/top.gif) no-repeat left top;

}

#top h1{
	float:left;
	line-height: 20px;
	padding-left: 18px;
	padding-top: 14px;
	color: #000000;
	
}
#top h2{
	width:450px;
	float:right;
	padding-right:18px;
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	margin-top:10px;
	

}
#top span{
	float:right;
	line-height: 12px;
	width:135px;
	display:block;
	height:43px;
	vertical-align:top;
	border-left:solid 1px #A8A8A8;
	padding-left:10px;
	

}

#top a{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
#top a:hover{
	text-decoration: none;
	color: #A8A8A8;
	font-weight:bold;
}

/* Le menu haut
-------------------------------------------------------- */


/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(../img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
	
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{

	color: #F86695;
	font-size: 1.1em;
	margin: 1ex 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#coordonne{
	background: transparent;
	color: inherit;
	line-height: 1.4em;
}

#coordonne fieldset, #coordonne p{
	margin: 0;
	padding: 0;
	border:0px;
}

#q{
	padding-left: 18px;
	background: #fff url(../img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

#sidebar a{
	color: #000;
	text-decoration:underline;
}
#sidebar a:hover{
	color: #000;
	text-decoration:none;
}

.carcteristique{
	margin-bottom:15px;
	border:solid 1px #ccc;
	display:block;
	width:280px;
	background: #fff url(../img/degradeCarcateristique.gif) repeat-y;
}
.carcteristique span{

	display:block;
	margin:10px;
}

.diapo{
margin-top:0px;
display:block;
padding-right:18px;
padding-top:10px;

}

#diapoMaroquinnerie{
position:absolute;
top:600px;
display:block;
width:280px;
text-align:left;
background:#EEE;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding:18px;
	color: #666;
}

#footer a{
	color: #999;
}
#footer .arp{

background: #fff url(../img/footer.gif) repeat-x center;
display:block;
width:744px;
height:15px;
}

#footer .copyright{
float:right;
display:block;

}
/**************moez **/

.menuTop  {
	position:absolute;
	width:153px;
	float : left;
	margin-top:3px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;

}

.menuTop  .top {
	border-top: solid 1px #CFCFCF;
	display:block;
	text-indent:15px;
	border-left: solid 1px #CFCFCF;
	border-right: solid 1px #CFCFCF;
	height:34px;

}


.menuTop  .middle {
	border-left: solid 1px #CFCFCF;
	border-right: solid 1px #CFCFCF;
	display:block;
	text-indent:15px;

}

.menuTop  .bottom {
display:block;
text-indent:0px;
background:#000000;
width:153px;
height:10px;
background: transparent url(../img/degradeMenu.gif) repeat-x top ;
border-top: solid 1px #CFCFCF;
border-left:  0px ;
border-right:  0px ;
}
.menu, .menu:visited {

color:#000000;
line-height:30px;
display:block;
height:34px;
text-decoration:none;
background: transparent url(../img/btn1.gif) repeat-x bottom center;
}
.menu:hover {
color:#000000;
line-height:30px;
display:block;
height:34px;
text-decoration:none;
background: transparent url(../img/btn2.gif) repeat-x bottom center;
}
.menuHover, .menuHover:visited, .menuHover:hover  {

color:#000000;
line-height:30px;
display:block;
height:34px;
text-decoration:none;
background: transparent url(../img/btn2.gif) repeat-x bottom center;
}

.ban{
	height:160px;
	display:block;
	float:right;
	padding-right:12px;
	/*padding-top: 20px;*/
}

.paragraphe{
margin-top:0px;
font-size :11px;
text-indent:25px;
text-align : justify; 
}

.position{

display:block;
padding-top:10px;
}

.polyjumbo{
color:#0894FF;
font-weight:bold;
}

/*  tableau contat
------------------------------------ */

.puce2{
margin-right:3px;
}
.diviseur{
	/*border-bottom:solid 1px #000;*/
	display:block;
	height:18px;
	background: transparent url(../img/borderBottom.gif) no-repeat center top;

}
#content a{
	font-family: Tahoma, sans-serif;
	display:inline;
	line-height:0;
	font-size: 11px;
	margin:0px;
	padding:0px;
	background:#FFF;
	color:#000;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
#content h3{
	/*color:#939598;*/
	color:#FFF;
	margin:0px;
	padding-left:10;
	background:#00ADEF;
}
#details{
display:block;
}

#details a{
display:block;
line-height:20px;
text-decoration:none;

}
.loisir #lien_article{
color:#000000;
font-size:11px;
font-weight:bold;
}

#details a:hover{

background:#EEEEEE;
text-decoration:none;

}



#content h4{

	/*color:#939598;*/
	font-size:1.1em;
	color:#00ADEF;
	margin:0px;
	padding-left:10;

}
#details h4{

	/*color:#939598;*/
	font-size:1.1em;
	color:#00ADEF;
	margin:0px;
	padding-left:10;

}



#content div#contact{

	/*border-top: 1px solid #F0F0F0;*/
}

#content div#contact table{
	width:380px;
	font-size: 11px;;
	text-align: left;
	margin: 0 auto;
	border-collapse: collapse;
	
}

#content div#contact table caption{
	margin: 0 auto;
}

#content div#contact table th{
	color: #493;
	background: transparent;
}

#content div#contact table td{
	padding:5px 0px 5px 15px;
	width: 14%;
	background:#F8F8F8	;
	border: 0px solid #EEE	;
}

#content div#contact table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#content div#contact table td a:hover{
	background: #DBB8DC;
	color: #636;
}
.loisir{
	clear: both;
	display:block;
	padding-left:28px;
	padding-right:28px;
}

/* contenu page les entreprise du groupe 
-------------------------------------------------------- */
.groupe{
	padding-left:28px;
	padding-right:28px;
}
.groupe h3{
	color:#0894FF;
}
.groupe fieldset{

	margin:0px;
	clear:both;
	width:100%;
	padding:0;
}
.groupe div{
	display:block;
	width:100%;
	float:left
}
.groupe legend{
	margin:10 10 10 15;

}
.groupe p{
	margin-top:4px;
}
.spandegrade{
	display:block;
	margin:0 20 0 20;
	border-bottom:solid 1px #FFF;
	height:48px;
	padding:7px;
}

#menu_produit {
	position:absolute;
	width:220px;
	top: 68px;
	left:154px;
	padding-bottom:5px;
	text-indent:15px;
}

#menu_produit  a {
font-size:12px;
color:#000;
display:block;
width:200px;
height:34px;
background: url(../img/btn2.gif) repeat-x top ;
border-top: solid 1px #CFCFCF;
border-left:  0px ;
border-right:  0px ;
text-decoration:none;
line-height:34px;
}
#menu_produit  a:hover {
color:#000;
display:block;
width:200px;
height:34px;
text-decoration:none;
background: url(../img/btn1.gif) repeat-x top ;
}


/***tableau_prdt****/

.tab_article{
width:680px;
}

.td_titre_tab_article{
background:#FFB2C6;
padding-left:5px;
color:#fff;
font-size:11px;
text-align:center;
font-weight:bold;
padding-bottom:5px;
padding-top:5px;
}

.td_titre_article {
background:#FFB2C6;
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
color:#000;
font-size:11px;
text-align:center;
font-weight:bold;
}

.td_article{
background:#DAEFFF;
font-size:11px;
text-align:center;
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
}

.td_article2{
background:#86BFEE;
font-size:11px;
text-align:center;
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
}

.lien_article{
color:#FFB2C6;
font-size:12px;
font-weight:bold;
}
.td_caracteristique{
background:#FFB2C6;
font-weight:normal;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
border-color:#996666;
padding-left:5px;
}
.td_caracteristique2{
padding-top:5px; 
border-color:#FFB2C6; 
}
.table_caracteristique{
background-color:#F1F1F1;
font-size:11px;
color:#000000;
}
.table_caracteristique1{
background-color:#F1F1F1;
font-size:10px;
color:#000000;
font-weight:bold;
}
.table_caracteristique2{
background-color:#F1F1F1;
font-size:10px;
color:#000000;
font-weight:bold;
text-align:center;
border-color:#996666;
border-style:double;
}