@charset "iso-8859-1";
/* FR : CSS et graphisme par WonkaStudio www.wks.fr  ------------------------------------------------------------------------------------------- */
/* EN : CSS and design template by WonkaStudio www.wks.fr et www.design-graph.com  ------------------------------------------------------------------------------------------- */

/* FR : Style générale de la page  ------------------------------------------------------------------------------------------- */
/* EN : Genral style of every page ------------------------------------------------------------------------------------------------ */

body { 
	background-color: #407F9F;
	color:#020A5D;
	margin:0;
	padding:20px;
	font:83%/1.4 verdana, arial, helvetica, sans-serif;
}

img {
  border:none;
  }
p {
  font-size:0px;
  padding:0 0px 0 0px;
  }

#page {
	position:relative;
	width:995px;
	margin-left:auto;
	margin-right:auto;
}

.separator{
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	font-size: 0em;
	}

#pagecomplete {
  width:900px;
  background-color:#407F9F;
}

/* FR : Style pour le header ------------------------------------------------------------------------------------------- */
/* EN : Style of the header page ------------------------------------------------------------------------------------------------ */




.logotype {
  border:none;
  margin:10px 0 0 10px;
  }
  
/* FR : Style pour le menu du haut de page ------------------------------------------------------------------------------------------- */
/* EN : Style of the top menu (present in every page of this tempalte) ------------------------------------------------------------------------------------------------ */

ul#menu1{
	float: left;
	width:900px;
  height:50px;
	list-style: none;
	padding:0px;
	margin:0px;
	background: url(images/bg_menu_top.png) 0 0 repeat-x;
  }
ul#menu1 li{
	float:left;
	text-align: center;
	}
ul#menu1 li a{
	display: block;
  width:120px;
	height: 50px;
	line-height:50px;
	font-family: verdana;
	font-size: 10px;
	font-weight: 700;
	color: #69011E;
	text-decoration: none;
	outline: none;
	padding:0 20px 0 20px;
	}
ul#menu1 li a:hover , ul#menu1 li#current a{
	color: #30EBF2;
	background:url("images/bg_menu_top_hover.png") 0 0 repeat-x;
}

/* FR : Style pour le sous menu ------------------------------------------------------------------------------------------- */
/* EN : Style of the under menu ------------------------------------------------------------------------------------------------ */

#ssmenu {
  position:relative;
  width:893px;
  height:30px;
  line-height:30px;
  padding:0 0 0 10px;
  background-color:#407F9F;
  float:left;
  }
#ssmenu .date {
  font-size:10px;
  color:#020A5D;
  font-weight:bold;
  }

/* FR : Style pour le moteur de recherche ------------------------------------------------------------------------------------------- */
/* EN : Style of the search motor ------------------------------------------------------------------------------------------------ */

#bloc_search {
  position:absolute;
  top:0;
  right:20px;
  width:310px;
  height:30px;
  line-height:30px;
  }
#bloc_search label {
  font-size:10px;
  color:#000000;
  float:left;
  margin:0 0 0 10px;
}
#bloc_search input {
  border:none;
  font-size:10px;
  color:#000000;
  width:120px;
  height:20px;
  float:left;
  margin:5px 10px 0 10px;
	background:url("images/bg_search_input.png") 0 0 no-repeat;
}
#bloc_search a {
  border:none;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  color:#30EBF2;
  width:66px;
  height:20px;
  line-height:20px;
  float:left;
  margin:5px 0 0 0;
	background:url("images/bg_search_bouton.png") 0 0 no-repeat;
}

/* FR : Style pour la colonne etroite (gauche et droite) ------------------------------------------------------------------------------------------- */
/* EN : Style of the small comulns (left and right) ------------------------------------------------------------------------------------------------ */

.smallcolumn {
  width:140px;
  float:left;
  background-color:#407F9F;
  margin:0 0 0 10px;
  }
.smallcolumn2 {
  width:140px;
  float:left;
  background-color:#407F9F;
  margin:0 0 0 10px;
  }

h2 {
  float:left;
  width:140px;
  height:40px;
  line-height:36px;
	background:url("images/bg_header_menu_1.png") 0 0 no-repeat;
	font-size:10px;
	color:#30EBF2;
	padding:0 0 0 30px;
	margin:10px 0 0 0; 
  }
h3 {
  float:left;
  width:140px;
  height:40px;
  line-height:36px;
	background:url("images/bg_header_menu_2.png") 0 0 no-repeat;
	font-size:10px;
	color:#5e9603;
	padding:0 0 0 30px;
	margin:10px 0 0 0; 
  }
  
#menu_list {
  float:left;
	width:120px;
	list-style-type: none; 
	margin:0;
	padding:10px;
  background-color:#A2C2D2;
  }
ul#menu_list li a { 
	background:url("images/arrow.png") 2px 3px no-repeat;
	text-decoration:underline;
	color:#020A5D; 
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 15px;
  }

ul#menu_list li a:hover { 
	color:#760300;
	}

ul#menu_list66 li a { 
	background:url("images/arrow.png") 2px 3px no-repeat;
	text-decoration:none;
	color:#020A5D; 
	font-size:10px;
	padding:0 0 0 35px;
  }

ul#menu_list66 li a:hover { 
	text-decoration:underline;
	color:#760300;
	}

#menu_list2 {
  float:left;
	width:120px;
	list-style-type: none; 
	margin:0;
	padding:10px;
  background-color:#A2C2D2;
  }
ul#menu_list2 li {
  margin:10px 0 0 0;
  }
ul#menu_list2 li a { 
	background:url("images/arrow.png") 2px 3px no-repeat;
	text-decoration:underline;
	color:#020A5D; 
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 15px;
  }
ul#menu_list2 li a:hover { 
	color:#636363;
	}

.product-title {
  font-size:10px;
  font-weight:bold;
	color:#020A5D;
	text-decoration:underline;
  }
.product-big-title {
  font-size:16px;
  font-weight:bold;
	color:#020A5D;
	text-decoration:none;
  }
.product-price {
  font-size:10px;
  padding:3px;
  font-weight:bold;
	background-color:#5e9603;
	color:#30EBF2;
	float:left;
	margin:20px 10px 10px 0;
  }

/* FR : Style pour la partie centrale ------------------------------------------------------------------------------------------- */
/* EN : Style of the middle part ------------------------------------------------------------------------------------------------ */

.contentcolumn{
  width:583px;
  margin:0 0 0 10px;
  float:left;
  }

h4 {
  float:left;
  width:583px;
  height:40px;
  line-height:36px;
	background:url("images/bg_header_content_1.png") 0 0 no-repeat;
	font-size:10px;
	color:#30EBF2;
	padding:0 0 0 30px;
	margin:10px 0 0 0; 
  }
  
.content-bloc1 {
  float:left;
  width:563px;
  background-color:#a2c2d2;
  border:0px solid #407F9F;
  padding:10px;
  }

.content-bloc2 {
  float:left;
  width:563px;
  background-color:#A2C2D2;
	background:url("images/bg_content_2.png") 0 0 repeat-x;
  padding:10px;
  }

.content-bloc3 {
  float:left;
  width:563px;
  background-color:#a2c2d2;
  border:0px solid #407F9F;
  padding:10px;
  }

.text {
  font-size:10px;
  margin:10px;
  }

.img-content-bloc1 {
  margin:20px;
  float:left;
  }
.img-content-bloc2 {
  margin:0 10px 10px 0;
  float:center;
  }
  
.bloc-unik-product {
  background-color:#A2C2D2;
  padding:10px;
  margin:10px 0 0 10px;
  border:1px solid #013955;
  width:245px;
  height:150px;
  float:left;
  }

.bloc-unik-product2 {
  background-color:#a2c2d2;
  padding:10px;
  margin:10px 0 0 10px;
  border:1px solid #013955;
  width:522px;
  height:150px;

  }

.bloc-unik-product3 {
  background-color:#a2c2d2;
  padding:10px;
  margin:10px 0 0 10px;
  border:1px solid #013955;
  width:200px;
  height:150px;

  }

/* FR : Style pour la page des partenaires (page3.htm)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the partners page (page3.htm) ------------------------------------------------------------------------------------------------ */

.partner_titre {
	font-size:12px;
	font-weight:bold;
	color:#5b9400;
	text-decoration:underline;
	}

.partner_img {
	float:left;
	border:0px solid #394d53;
	margin:0 10px 0 10px;
	}
.partner_next {
	color:#000000;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	}
.partner_next:hover {
	text-decoration:underline;
	}
	  
/* FR : Style pour la page de contact (contact.php)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the contact form (contact.php) ------------------------------------------------------------------------------------------------ */

.texte_contact {
	font-size:10px;
	color:#020A5D;
	margin:10px;
	}

.input_contact {
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #ffffff;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
	width:200px;
	}

/* FR : Style pour les boutons  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the buttons  ------------------------------------------------------------------------------------------------ */
	
.bouton {
	font-size:10px;
	color:#30EBF2;
	width:150px;
	height:30px;
	line-height:30px;
	background: url(images/bg_bouton.png) 0 0 no-repeat;
	float:left;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin:10px 10px 0 0;
	}	

/* FR : Style pour la galerie sur la page 1 (page1.htm)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the galery in the page 1 (page1.htm) ------------------------------------------------------------------------------------------------ */


#parent2-wrap{
  float:left;
}
#parent2 li{
	font-size:10px;
	}
#parent2-menu a{
	margin:5px 3px 0px 0px;
	color:#30EBF2;
	font-size:10px;
	font-weight:bold;
	float:left;
	text-align:center;
	width:25px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	background:url(images/cube_up.png) no-repeat right top;
	}
#parent2-menu a:hover, #parent2-menu a.wactive{
	color:#30EBF2;
	background:url(images/cube_hover.png) no-repeat right top;
	}

/* FR : Style pour le footer ------------------------------------------------------------------------------------------- */
/* EN : Style of the footer ------------------------------------------------------------------------------------------------ */

#footer {
  float:left;
  border-bottom:4px solid #020A5D;
  width:883px;
  height:40px;
  background-color:#A2C2D2;
  margin:10px 0 0 10px;
  }

.texte_footer {
	margin-left:20px;
	margin-top:12px;
	font-size:10px;
	font-weight:bold;
	color:#020A5D;
	}
.link_footer {
	font-weight:bold;
	font-size:10px;
	color:#020A5D;
	text-decoration:underline;
	}
.link_footer:hover {
	text-decoration:underline;
	}

#footer2 {
  float:left;
  border-bottom:4px solid #020A5D;
  width:883px;
  height:60px;
  background-color:#A2C2D2;
  margin:10px 0 0 10px;
  }

.texte_footer {
	margin-left:20px;
	margin-top:12px;
	font-size:10px;
	font-weight:bold;
	color:#020A5D;
	}
.link_footer {
	font-weight:bold;
	font-size:10px;
	color:#020A5D;
	text-decoration:underline;
	}
.link_footer:hover {
	text-decoration:underline;
	}