﻿/*  reset.css */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
	text-align: center;
	font-size: 10px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* Miscellaneous conveniences: */
form label {
   cursor: pointer;
}
fieldset, iframe, object {
   border: none;
}
input, select, textarea {
   font-size: 100%;
   font-family: inherit;
}
img, a img, :link img, :visited img {
	border: none;
	vertical-align: top;
}
ul {
	list-style-position: inside;
}
li {
	margin-left: 0;
}

/* Clear fix, easy clearing for block elements */
.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0;
}

.clear-block {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear-block {height: 1%;}
.clear-block {display: block;}
/* End hide from IE-mac */

.center {
	text-align: center;
}
/* .right {
	text-align: right;
	margin-bottom: 5px;
} */

.float-left{
	float:left;	
}

.float-right{
	float:right;	
}

.float-none{
	float:none;	
}

.p-left-5{
	padding-left:5px;	
}
.p-left-15{
	padding-left:15px;	
}

.p-left-20{
	padding-left:20px;	
}

.p-right-5{
	padding-right:5px;	
}
.p-right-15{
	padding-right:15px;	
}
.p-right-20{
	padding-right:20px;	
}

.m-top-5{
	margin-top:5px;
}
.m-top-15{
	margin-top:15px;
}
.m-top-20{
	margin-top:20px;
}

.m-top-30{
	margin-top:30px;
}

.m-bottom-5{
	margin-bottom:5px;
}
.m-bottom-15{
	margin-bottom:15px;
}
.m-bottom-20{
	margin-bottom:20px;
}

.m-bottom-30{
	margin-bottom:30px;
}

.v-align-top{
	vertical-align:top;	
}
.v-align-middle{
	vertical-align:middle;	
}
.v-align-bottom{
	vertical-align:bottom;	
}


h1 {
	font-size: 2.2em;
	margin: 0.5em 0;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}


.hr {
	background: url(images/hr.gif) repeat-x center left;
	height: 14px;
}

.hr hr{
	display: none;
}


.clear{
	clear:right;	
}


/* typography  */

body { 
  font: 62.5%/1.2em Verdana, Helvetica, sans-serif;
  color: #000; 
  background: #fff;
  text-align: center;
}


/* colors */
.extra-light-blue{
	color: #f2f8fc;
}

.light-blue{
	color : #9edcf8;
}

.medium-blue{
	color : #aad4ed;
}

.dark-blue{
	color : #4abdf3;
}


.medium-grey{
	color: #ccc;
}

.dark-grey{
	color:#535353;
}

a{
	color:#c00;	
	text-decoration: none;
}

a:hover{
	color:#4ABDF3;	
}

/* wrapper */
#page-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 764px;
}
/* div.wrapper{
	margin:0pt auto;
	padding:0pt;
	width:958px;	
} */


/* nav top */
#nav-top{
	height:100px;
	position: relative;
}

#nav-top .wrapper .top{
}

#nav-top .wrapper .top .left{
	float:left;
}

#nav-top .wrapper .top .menu{
	text-align: right;
	position: absolute;
	left: 200px;
	top: 11px;
}

#nav-top .wrapper .top .right{
	float:right;
}


/* header */
#header{
	background-color: #aed3ee;
	margin-bottom: 15px;
}


#header .wrapper .main{
	background-color: #ffffff;
}


/* nav bar */
#nav{
	background: #fff url(../images/hoover-nav.gif) no-repeat top left;
	padding:5px;
	margin-bottom:15px;
	line-height:1.2em;
	
}

#nav .wrapper{
	/* padding:0px 80px; */
}

#nav .wrapper .pictos-left{
	margin-left: 10px;
	float:left;
	text-align: left;
	padding-top:2px;

}
#nav .wrapper .pictos-left img{
	vertical-align: middle;
}

* html #nav .wrapper .pictos-left{
	margin-left:0px;
}


#nav .wrapper .pictos-right{
	margin-right:10px;
	display: inline;
	float:right;
	text-align: right;
}

#nav .wrapper .pictos-right #ctl00_TextBoxSearch{
	color: #666;
	font-size: 10px;
	padding: 1px;
	border: none;
}

#nav .wrapper .pictos-right #ctl00_ButtonSearch{
	background-color: #c00;
	color: #fff;
	font-size: 10px;
	border: none;
}

#nav .wrapper .pictos-right .p-right-5{
	color: #fff;
}

* html #nav .wrapper .pictos-right{
	margin-right:0;
}


/* footer */
#footer .wrapper{
	margin-top:15px;
	border-top: 2px solid #ccc;
	padding:10px 0;
}
#footer .float-right a {
}


/* container */
#container{
}

/* home content */
#home-news .last {
	margin-right: 0;
}
#home-news {
	margin-bottom: 15px;
}
.home-news-item {
	border-color:#F5F5F5 #DDDDDD #DDDDDD #F5F5F5;
	border-style:solid;
	border-width:1px;
	float: left;
	margin-right: 11px;
	padding: 3px 1px;
	width:140px;
}
.home-news-item .vignette {
	float: left;
}
.home-news-item .news-text {
	display: inline;
	float: left;
	margin-left: 3px;
	width: 77px;
}
.home-news-item h3 {
	font-size: 10px;
	font-weight: bold;
}


#home-infos {
	margin-bottom: 15px;
}
#home-infos table {
	float: left;
}
.home-infos-vignette {
	padding: 0 2px 10px;
	text-align: middle;
    width: 235px;
}
.home-infos-text {
	padding: 0 5px 10px;
	text-align: middle;
}
#home-infos h3 {
	font-size: 10px;
	font-weight: bold;
}



#home-guides .last {
	margin-right: 0;
}
#home-guides {
	margin-bottom: 15px;
}
.home-guides-item {
	border-color:#F5F5F5 #DDDDDD #DDDDDD #F5F5F5;
	border-style:solid;
	border-width:1px;
	float: left;
	margin-bottom: 15px;
	margin-right: 11px;
	padding: 3px 1px 3px 3px;
	width:241px;
}
.home-guides-item .vignette {
	float: right;
}
.home-guides-item .guides-text {
	display: inline;
	float: left;
	margin-right: 3px;
	width: 130px;
}
.home-guides-item h3 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 7px;
}


/* content */
#main-content{
	text-align: left;
}

#main-content .wrapper{
	text-align: left;
}

#main-content .frame-800{
	border: 1px solid #4abdf3;
	width:800px;
	padding:0;
}


#main-content .col-set-1 h2{
	font-size: 1.4em;
	font-weight : bold;
	text-transform : uppercase;
	color: #4abdf3;
	padding:0.2em 0;
}

#main-content .col-set-1 h3{
	font-size: 1.2em;
	font-weight : bold;
	text-transform : uppercase;
	color: #4abdf3;
	padding:0.2em 0;
}

#main-content .col-set-1 p{
	font-size: 1em;
	line-height: 1.2em;
	font-weight : normal;
	margin-top:15px;
}

#main-content .col-set-1 p a{
	color: #4abdf3;
	text-decoration: underline;
}

#main-content .col-set-1 p a:hover{
	color: #4abdf3;
	text-decoration: none;
}

#main-content  .photo-catalogue{
	border: 1px solid #ccc;
}


.mini-block{
	border:1px solid #ccc;
	margin-bottom:1px;
	margin-right:4px;
	width:164px;
	position:relative;
	float:left;
}

* html .mini-block{
	height:65px;
}

.mini-block a{
	font-size: 0.9em;
}

.mini-block.last{
	margin-right:0px;

}

.mini-block-services{
	width:143px;
}	


.mini-block .top-banner{
	width:100px;
	background-color: #ccc;
	height:4px;
}

.mini-block .top-banner-services{
	width:65px;
}



.mini-block .content{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
	padding-right:5px;
	
}



.mini-block .photo{
	width : 50px;
	text-align: center;
	padding:0 8px 0 5px;
	
}

.mini-block .bottom{
	text-align: right;	
}

.mini-block .bottom img{
	vertical-align: bottom;
	padding:0;	
}




.col-set-2 .col-2 h2, #ctl00_ContentPlaceHolderMain_GridView2 th, #ctl00_ContentPlaceHolderMain_GridView1 th, #ctl00_ContentPlaceHolderMain_GridView3 th{
	background-color: #4497d3;
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	height:35px;
	text-align: center;
	line-height: 1.8em;
	padding-bottom:0.2em;
}

.col-set-2 .col-2 h2 .sub{
	font-size: .7em;
}

.col-set-2 .col-2 .caract{
	margin-top: 10px;	
}

.col-set-2 .col-2 .category-caract{
	margin-right:12px;
	margin-bottom: 15px;
	width: 345px;
	float: left;
	background-color: #f2f8fe;
}

.col-set-2 .col-2 .category-caract.last{
	margin-right:0px;
	float: right;
}

.col-set-2 .col-2 .category-caract h3{
	height: 22px;
	color: #fff;
	background: #7c8c98 url(images/background-gradient-grey.gif) repeat-x left top;
	padding:5px 10px;
	font-size: 1.3em;
	font-weight: bold;
	line-height:1.3em;
}

.col-set-2 .col-2 .category-caract .content{
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
}

.col-set-2 .col-2 .category-caract .photo{
	float: right;
	border: 1px solid #a8d3ed;
	margin-left:5px;
	margin-bottom:5px;
}

.col-set-2 .col-2 .hr{
	margin:5px 0;
	padding:0 10px;
}

.col-set-2 .col-2 .article{
	margin:5px 5px 10px 5px;
	border-bottom:1px solid #cfe8f4;
	padding:10px;
}

.article h3 {
	font-size: 1em;
	font-weight : bold;
	color: #4abdf3;	
	margin-bottom: 1em;
	text-transform: uppercase;	
}

.article h3 a {
	font-size: 1em;
	font-weight : bold;
	color: #c00;	
	margin-bottom: 0.2em;
	text-transform: uppercase;	
}

.article h3 strong {
	font-size: 1.2em;
	color: #4497D3;
}


.article .new{
	color: #fff;	
	padding: 0 0.6em;
	background-color: #ff9900;	
	margin-left: 15px;
	text-transform: none;	
}

.article .content{
	padding: 25px 0;
}
.article .photo{
	float: left;
	width:220px;
	text-align: center;
	margin: 0px auto;
}

.article .text
{
	margin-left: 230px;
}

.article .content ul{
	list-style-type: none;	
	list-style-position: outside;
	margin-bottom: 1em;
}
.article .content ul li{
	line-height: 1.3em;
	font-size: 1em;
}

.article .content a.link-detail {
	background:  url(images/bt-fiche.gif) no-repeat left center;
	padding-left: 17px;
	height: 15px;
	display: block;
	text-decoration: none;
	color: #000;
}

.article .content a span{
	background-color : #FFCCCC;
	padding:0 5px;
}

.col-set-2 .col-2 .detail .content a span{
	background-color : #c8e8fb;
	padding:0 5px;
}



.col-set-3-detail .col-3 {
	margin-left: 15px;
}

.col-set-2 .col-set-3-detail{
	margin-top:10px;	
}
.col-set-2 .col-set-3-detail .col-1{
	width : 190px;
	border: none;
	padding: 0 10px;
}

.col-set-2 .col-set-3-detail .col-1 .photo{
	text-align: center;
	margin:0 auto;
	padding:5px;
}
#contentPanel .col-1 .link-detail{
	text-align: left;
	border-top: 1px solid #ffb3b9;
	margin-bottom: 20px;
	margin-top: 10px;
}


.col-set-2 .col-set-3-detail .col-2{
	width : 280px;
	border: none;
	padding:10px 0px;
}

.col-set-3-detail .col-2{
	width : 250px;
}

.col-set-3-detail .col-2 p {
	margin : 15px 0 8px 0;
}

.col-set-3-detail .col-2 em {
	font-style: italic;
}

.col-set-2 .col-set-3-detail .col-2 ul {
	margin-bottom: 15px;
}

.col-set-2 .col-set-3-detail .col-2 li{
	line-height: 1.3em;
}

.col-set-2 .col-set-3-detail .col-2 .color{
	margin-bottom:10px;
}

.col-set-2 .col-set-3-detail .col-2 .color img{
	margin-right:5px ;	
	vertical-align: middle;
}


.col-set-2 .col-set-3-detail .col-3{
	width : 180px;
	float:right;
	border-left:1px solid #cfe8f4;
	padding:0 10px;
	text-align: center;
}
.col-set-2 .col-set-3-detail .col-3 div{
	margin-bottom : 15px;
}

.col-set-3-detail .col-3 .new{
	color: #fff;
	background-color: #E25762;
	font-weight: bold;
	padding:0.2em; 
}

.col-set-3-detail .col-3 .pictolarge {
  margin-top: 20px;
}
 

.col-set-2 .col-set-3-detail .col-3 .schema {
	border: 1px solid #cfe8f4;	
	margin-bottom: 0;
}

.col-set-2 .col-set-3-detail .col-3 .link-detail{
	text-align: right;
	margin-bottom: 20px;
}

.col-set-2 .col-set-3-detail .col-3 .logo{
	float:left;
	padding: 0 5px;
}


.col-set-2 .suggestion{
	margin-top:30px;
	margin-bottom: 30px;
}

.col-set-2 .suggestion h2{
	background-color: #4497d3;
	font-size: 1.2em;
	font-weight: normal;
	text-transform:none;
	color: #ffffff;
	height:15px;
	text-align: left;
	line-height: 1em;
	padding:0.2em 10px;	
	margin-bottom: 10px;
}

.col-set-2 .suggestion .choice{
	width:150px;
	border-right: 1px solid #cfe8f4;
	float:left;
	padding:10px;
	margin-bottom: 10px;
}

.col-set-2 .suggestion .choice.last{
	border-right: none;

}


.col-set-2 .suggestion .choice .photo{
	text-align: center;
	margin: 0 auto;
	padding:5px;
}
.col-set-2 .suggestion .choice .content{
	font-size: 0.8em;
	font-weight : bold;
	line-height: 1em;
	padding:5px;
}

.col-set-2 .col-set-3-detail .col-2 .classe_energetique 
{
	color: #4497D3;
	font-weight: bold;
}


		
/* layouts */
.col-set-1, .col-set-2, .col-set-3,.col-set-3-detail, .col-set-4{
	
}

.col-1, .col-2, .col-3, .col-4{
	float:left;
	margin-top:10px;
	display: inline;
}
.col-1 {
	margin-right: 25px;
	margin-left: 10px;
}

.col-set-1{
	padding:20px 80px;
	border-top:1px solid #cfe8f4;
	border-left:1px solid #cfe8f4;
	border-right:1px solid #a8d3ed;
	border-bottom:1px solid #a8d3ed;
}



.col-set-3{
	margin-top:10px;
	width: 800px;
}

* html .col-set-3{
	width:810px;
}

.col-set-3 .col-1{
	width:145px;
	margin-right:8px;
}

* html .col-set-3 .col-1{
	width:145px;
	margin-right:0px;
}


.col-set-3 .col-2{
	width: 297px;
	margin-right:8px;
}

* html .col-set-3 .col-2{
	margin-right:5px;
}

.col-set-3 .col-3{
	width: 342px;
	
}




.col-set-2 .col-1{
	width : 240px;
	border:1px solid #cfe8f4;
}

.col-set-2 .col-2{
	width : 704px;
	margin-left:10px;
	border-top:1px solid #cfe8f4;
	border-left:1px solid #cfe8f4;
	border-right:1px solid #a8d3ed;
	border-bottom:1px solid #a8d3ed;
}




#ctl00_MenuMainn4Items {
	z-index: 10;
}

#ctl00_MenuMain {
	border-right: 1px solid #000;
}

#ctl00_MenuMain table  td {
	font-size: 10px;
	padding: 0 12px;
}

#ctl00_MenuMain table  td a{
	color: #c00;
}

#ctl00_MenuMainn0 , #ctl00_MenuMainn1, #ctl00_MenuMainn2, #ctl00_MenuMainn3, #ctl00_MenuMainn4{
	margin-right:15px;
}

#ctl00_MenuMainn0, #ctl00_MenuMainn1, #ctl00_MenuMainn2, #ctl00_MenuMainn3, #ctl00_MenuMainn4{
	border-left: 1px solid #000;
	/* border-right: 1px solid #000; */
}

#ctl00_MenuMain   .Lvl1, #ctl00_MenuMain .classDynamicMenu  .Lvl2 {
	color: #333;
	text-decoration :none;
}

#ctl00_MenuMain  .Lvl1  a{
	color: #c00;
	text-decoration :none;
	text-transform : uppercase;
	font-size: 1.2em;

}

#ctl00_MenuMain   .Lvl1  a:hover{
	color: #4abdf3;
}


#ctl00_MenuMain .classDynamicMenu  .Lvl2  a{
	color: #333;
	text-decoration :none;
}

#ctl00_MenuMain .classDynamicMenu  .Lvl2  a:hover{
	color: #4abdf3;
	text-decoration :none;
}



.classDynamicMenu  .Lvl2  {
	padding: 2px 3px;
	text-decoration :none;
}

.classDynamicMenu  .Lvl2  a{
	text-decoration :none;
}

.classDynamicMenuItem 
{
	font-size: 1.1em;
}



/* products list */

#contentPanel {
	width: 525px;
	float: right;
	border-color:#F5F5F5 #DDDDDD #DDDDDD #F5F5F5;
	border-style:solid;
	border-width:1px;
	padding-bottom: 20px;
}
#contentPanel h2 {
	background: #DD3A4B url(../images/grad_red_dark.png) repeat-x top left;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
}

/* tree  */

#navTree {
	width: 220px;
	float: left;
	border-color:#F5F5F5 #DDDDDD #DDDDDD #F5F5F5;
	border-style:solid;
	border-width:1px;
}

#navTree a{
	text-decoration : none;
	color: #000;
}


#ctl00_ContentPlaceHolderMain_TreeViewProductCategories_SkipLink{
	display:none;
}

#navTree .TreeLvl1{
	font-size:15px;
	background: #dd3a4b url(../images/grad_red.png) repeat-x left top;
	display:block;
	width: 200px;
	padding-left: 10px;
	line-height: 22px;
	color: #fff;
}



#navTree  .TreeLvl2{
	font-size:1.2em;
	color: #333333;
	padding: 2px 0px 2px 10px;
	display:block;
	width:190px;

}

#navTree  .TreeLvl2 a {

}

#navTree  .TreeLvl2 a:hover {
	background-color: #e9bdbe;
	background-position:-20px;
	color: #333333;
}

#navTree  .TreeLvl2 .classSelectedNode {
	background-color: #e25762;
	color: #ffffff;
	background-position:-20px;
}


#navTree .TreeLvl3 a {
	margin-left: 40px;
	padding: 3px 10px 3px 10px;
	display: block;
}

#navTree  .TreeLvl3 a:hover {
	background-color: #e9bdbe;
	background-position:-20px;
	color: #333333;
}

#navTree  .TreeLvl3 .classSelectedNode {
	background-color: #e25762;
	color: #ffffff;
	background-position:-20px;
}


#navTree .TreeLvl4 a {
	margin-left: 60px;
	padding: 3px 10px 3px 10px;
	display: block;
}

#navTree  .TreeLvl4 a:hover {
	background-color: #e9bdbe;
	background-position:-20px;
	color: #333333;
}

#navTree  .TreeLvl4 .classSelectedNode {
	background-color: #e25762;
	color: #ffffff;
	background-position:-20px;
}

#staticPageWrapper 
{

}

#staticPageWrapper h1 
{
	margin-bottom: 20px;
	margin-top: 40px;
}

#staticPageWrapper h2
{
    margin-top: 20px;
}

#staticPageWrapper p 
{
	margin: 1em 0;
	line-height: 1.5em;
}

#staticPageWrapper li {
	line-height: 1.5em;
}


#staticPageWrapper fieldset {
  border: none;
  padding: 0;
}

#staticPageWrapper fieldset.fields input {
  width: 220px;
  background-color: #f9f8f7;
  border: 1px solid #dfdcdb;
  border-color: #c5c1be #dfdcdb #dfdcdb #c5c1be;
  margin-bottom: 0.3em;
}

#staticPageWrapper label {
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  font-weight: bold;
}

#staticPageWrapper .contactPage label {
  float: left;
  width: 130px;
}

#staticPageWrapper label.wide {
  float: none;
  margin-right: 5px;
  padding-top: 3px;
  text-align: left;
  font-weight: bold;
  display: block;
  width: auto;
}

#staticPageWrapper #ctl00_ContentPlaceHolderMain_TextBoxMessage {
  margin-left: 135px;
  border: 1px solid #dfdcdb;
  border-color: #c5c1be #dfdcdb #dfdcdb #c5c1be;
  background-color: #f9f8f7;
  width: 310px;
  margin-top: 0.6em;
}

#staticPageWrapper .formButton {
  border: 1px solid #dfdcdb;
  border-color: #c5c1be #dfdcdb #dfdcdb #c5c1be;
  background-color: #c00;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  padding: 2px 5px;
}

#staticPageWrapper #ctl00_ContentPlaceHolderMain_ButtonEnvoyer {
  margin-left: 135px;
}

#staticPageWrapper #ctl00_ContentPlaceHolderMain_DropDownListDepartements {
  border: 1px solid #dfdcdb;
  border-color: #c5c1be #dfdcdb #dfdcdb #c5c1be;
  background-color: #f9f8f7;
  color: #655a58;
}

#staticPageWrapper table {
  border: none;
  border-collapse: collapse;
}

#staticPageWrapper th {
  background-color: #4497D3;
  color: #f2f2f4;
  border: none;
  padding: 5px;
}

#staticPageWrapper td 
{
	padding: 5px;
}

#staticPageWrapper .RowStyleClass {
  background-color: #D0EBFF;
  color: #2E495C;
}

#staticPageWrapper .AlternatingRowStyleClass {
  background-color: #BCD4E6;
  color: #2E495C;
}

#staticPageWrapper #carte td 
{
	padding: 0px;
}

.pdf_file {
	padding: 5px 0 5px 20px;
	background: url(images/pdf.gif) no-repeat center left;
}

#tablepays 
{
	width: 100%; 
	font-size: 0.8em;
}

#tablepays td 
{
	height: 19px;
	line-height: normal;
}



.filtre_title {
	color:#CC0000;
	font-size:1em;
	font-weight:bold;
	margin-left: 5px;
}
.product_filter_wrapper {
	padding: 10px 0;
	border-bottom: 1px solid #c00;
}

#product_filter_inner {
	margin: 10px 0;
}

.filter_item {
	float:left;
	margin: 0 5px;
}

.filter_critere {
	color:#CC0000;
	font-size:1em;
	font-weight:bold;
	margin-bottom: 3px;
}


#staticPageWrapper #categories_product_list {
  display: inline-block;
}

#staticPageWrapper .categories_product_item {
  float: left; 
  width: 150px; 
  border: 1px solid #dddddd; 
  padding: 5px; 
  margin: 5px;
}

#staticPageWrapper .categories_product_item .categories_product_item_photo {
  text-align: center;
  height: 100px; 
}

#staticPageWrapper .categories_product_item .categories_product_item_texte {
  text-align: center;
}

	
/* Intros */
.introWrapper {
  border: 1px solid #a88;
  border-right: 2px solid #a88;
  border-bottom: 2px solid #a88;
  
  padding: 10px 10px 10px 0;
  height:300px;
}

	
.introBlocsWrapper {
  float:right;
  margin:0 10px 0 0;
  width:300px;
}	
.introBloc h3 {
  color:#CC0000;
  font-size:0.9em;
  font-weight:bold;
  margin:0 0 0.5em 0px;
  text-transform:uppercase;
}
	
.introBloc {
  margin-bottom:10px;
}	

.introWrapper .visuel {
  text-align:center;
  width:180px;

}

.clearfix {
  display:block;
}

ul.p01
{
    padding-left:5px;
}

ul.p02
{
   padding-left:10px;
}
div#boxmedia2
{
    border-left: 0px solid #F5F5F5;
    border-right: 0px solid #DDDDDD;
    border-top: 0px solid #F5F5F5;
    border-bottom: 0px solid #DDDDDD;
    /*width: 232px;*/
    margin-left: 10px;
}

div#boxvideo {
	/*border-color:#F5F5F5 #DDDDDD #DDDDDD #F5F5F5;
	border-style:solid;
	border-width:1px;*/
	width:244px;
	float: left;
	margin-left:40px;
	margin-top:10px;
	text-align:center;
}

.divvisible
{
    display:block;
}
.divhidden
{
    display:none;
}