@charset "UTF-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;

}


img a, a img {
	border: none;
	}

body {
  text-align: center;
  background-color: #cdcdcd;
}

div#idTab1.rte {
	background-color: #FFF;
	}


#global_wrapper { 

  margin: 0px auto;
  width: 950px;
  padding: 0px;
  position:relative;
  }

img.superbg {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}
  
 #global_content {
	text-align:center;
	position: relative;
	margin-left: 350px;
	width: 610px;
padding-bottom: 30px;
	padding-top: 120px;
	}
	


.logo {
	padding-bottom: 10px;
	}
	
	
.trait {
	padding: 10px 0px;
	
	}

iframe {

	}


#menu {
	min-height: 100%;
	background-color: #ffffff;
	width: 280px;
	position:fixed;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	padding-top:20px;
	box-shadow: 1px 1px 12px #888;
}


#menu.accueil {
	width: 600px;
	position: relative;
	margin: 0px auto;
}


#menu.accueil a img:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

a.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	}
	

a.transparent:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	}

#menu ul {
	list-style-type:none;
	font-size: 12px;
}
#menu ul li {
	font-weight: 800;
	text-transform:uppercase;
	letter-spacing: 0.1em;
}
#menu ul li ul li {
	padding-top: 0px;
	font-weight: 400;
	text-transform:lowercase;
	letter-spacing: normal;
	letter-spacing: 0.05em;
}
#menu ul li ul li a:hover {
	background-image: url(http://www.cap444.ch/images/carre.jpg);
	background-position: left 7px;
	background-repeat: no-repeat;
}

#menu ul li ul li a{
	padding: 0px 10px;
}

li.ligne {
	height: 17px;
	padding-top: 4px;
}
a {
	color: #777;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
.capitale {
	text-transform:uppercase;
}

#content ul li {
	list-style-type: square;	
	
	}

p {
	padding: 7px 0px;
	}

p.accueil {
	text-align: left;
	padding: 20px 40px;
	}
	
p.accueil a {
	font-weight: 800;
	}	



h1 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	}
	
h2 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}	
	
.icone_h1 {
	position: absolute;
	top: 80px;
	left: -15px;
	z-index: 100;
	}	
	
#content, .titre_accueil {
	padding: 30px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	}
	
#content a, #global_content a{
	color:#000;
		font-size: 14px;
	}
	
#content a:hover, #global_content a:hover {
	text-decoration: underline;
	}
	
.align_left {
	text-align: left;
	}

#content.align_left {
	padding: 20px 0px;
	}
	
	
.contact {
	
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 5px;
	font-size:12px;
	
	}
	
#content .contact a {
		font-size:12px;
	color: #000;
	text-transform:lowercase;

	}


.clear {
	clear: both;
	}
	


/*
	Slideshow
*/

#slides {

	font-size: 10px;
	margin-top: 30px;
}


.slides_container {
	width:600px;
	overflow:hidden;
	position:relative;
	display:none;
}



.slides_container div.slide {
	width:600px;
	height:300px;
	display:block;
}



.slides_container div.slide360 {
	width:600px;
	height:396px;
	display:block;
}


#content ul.pagination li {
		list-style:none;
	}

ul.pagination {
	padding-left: 0px;
	padding-top: 5px;
	}

.pagination {
	width:250px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:0px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:580px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}


#retour {
font-family: 'Open Sans',sans-serif;
    margin-top: -10px;
    position: absolute;
    text-align: left;
    top: 110px;
	}
	
	table {
		font-size: 13px;
		}
	
#pricetable
{
	float: left;
	border-collapse: collapse;
	text-align: left;
}
#pricetable th
{
	text-align:center;
	
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px solid #999999;
}
#pricetable td
{
	border-bottom: 1px solid #999999;	
	padding: 2px 0px;
	
}


#left {
	float: right;
	text-align:right;
	}

.small {
	font-size: 12px;
	}

.vert, div#content.align_left p strong a.vert, div#content.align_left p a.vert, div#content.align_left ul li a.vert strong {
	color: #4AA0B9;
	}


.i {
	display: block;
	width: 110px;
	height: 110px;
	text-indent: -99999px;
	}
	
.i_affiche{
	background: url('../images/i2_affiche.png') top;
	}
	
.i_postale{
	background: url('../images/i2_cartes_postales.png') top;
	}
	
.i_depliant{
	background: url('../images/i2_depliant.png') top;
	}
	
.i_visite{
	background: url('../images/i2_carte_de_visite.png') top;
	}
	
.i_pano {
		background: url('../images/i2_panoramique.png') top;
	}
	
.i_a3 {
		background: url('../images/i2_affiche_a3.png') top;
	}
	
.i_a4 {
		background: url('../images/i2_flyers_a4.png') top;
	}
	
.i_a5 {
		background: url('../images/i2_flyers_a5.png') top;
	}
	
.i_a6 {
		background: url('../images/i2_flyers_a6.png') top;
	}
	
.i_gf {
		background: url('../images/i2_affiche_gf.png') top;
	}
	
.i_da3 {
		background: url('../images/i2_depliant_a3.png') top;
	}
	
.i_da4 {
		background: url('../images/i2_depliant_a4.png') top;
	}
	
.i_d_zigzag {
		background: url('../images/i2_depliant_zigzag.png') top;
	}
	
.i_d_roule {
		background: url('../images/i2_depliant_roule.png') top;
	}
	
.i_d3a4 {
		background: url('../images/i2_depliant_3_a4.png') top;
	}
	
.center {
	text-align: center;
	}
	
	
.i:hover  {
	background-position: 0 bottom;
	}
	

#mon_compte {
	margin-right: 6px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 535px;
	
	
	}
#mon_compte a {
	font-size: 11px;
	font-family: 'Open Sans',sans-serif;
	
	}	

	
#loading {
	margin-top: 200px;
	position:absolute;
	margin-left: 250px;
	}.center {
	text-align: center;
}

.red {
	color: #900;
	
	}



/* PRODUCTPAGE */


#left_info {
font-family: 'Open Sans';
  text-align: left;
  margin-left: 5% !important;
  width: 45% !important;
	}
#left_info a {
font-size: 16px !important;
text-decoration: underline !important;	
	}

#product-left-column {
    width: 50%;
    float: left;
}
#product-right-column {
    width: 200px;
    float: left;
    padding-top: 30px;
    padding-left: 60px;
    font-family: 'Open Sans';
    font-size: 11px;
}
#product-right-column table {
    font-size: 11px!important;
}
#product_form {
    text-align: left;
    float: left;
    width: 200px;
    margin-left: 60px;
    margin-top: 65px;
    margin-bottom: 60px;
    padding-bottom: 50px;
}
div.elem-group {
  margin: 10px 0 0 0;
}

label {
  display: block;
  font-family: 'Open Sans';
  font-weight: bold;
  padding-bottom: 1px;
  font-size: 12px;
}

input, select, textarea {
  border-radius: 0px;
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 12px;
  font-family: 'Open Sans';
  width: 178px;
  padding: 2px;
}

textarea {
  min-height: 100px!important;
}

#product_form button {
    height: 20px;
    width: 120px;
    background: black;
    color: white;
    border: 0;
    font-size: 12px;
    font-family: 'Open Sans';
  border-radius: 0px;
  cursor: pointer;
    margin: 10px 0 10px 0;
}

button:hover {
  border: 2px solid black;
}

.tableaux_prix {
    background-color: transparent!important;
    font-family: 'Open Sans';
    font-size: 11px;
}
.tableaux_prix table {

    font-size: 11px;
}
.bloc_texte {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    margin-top: 75px;
}
.bloc_texte h3 {
    background-color: #cccccc;
    padding-left: 5px;
    font-size: 16px;
}
.bloc_texte a {
    font-size: 11px!important;
}
#more_info_block p.price {
    color: #ea0000;
    font-size: 20px;
    font-weight: normal;
    border-bottom: #ea0000 2px solid;
    margin-bottom: 0px;
    font-family: 'Open Sans';
}
.surbrillance {
    color: red;
    font-size: 16px;
}