/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
















/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
   padding-bottom: 10px;
}
/* menu li block */
#menu_vert ul {
   list-style: none;
}
#menu_vert li {
   list-style: none;
   margin: 0;
   /*border-bottom: 1px solid #c0c0c0;*/
   display: block;
}
/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/
/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 5px 0 5px 0; /* some air for it */
   color: #000; /* this will be link color for all levels */
   font-weight: bold;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}
div#menu_vert a:hover {
   color: #999;
}
div#menu_vert a.activeparent:hover {
   color: #999;
}
/********************
NIVEAU 1
*********************/
div#menu_vert ul li a {
font-size:14px !important;
}
div#menu_vert ul li a.activeparent {
   background: url(images/cms/fleche-menu.gif) no-repeat 0 top;
   display: block; 
   padding: 5px 0 5px 8px; /* some air for it */
   color: #ff0000; /* this will be link color for all levels */                          /* instead of the normal font size for <h3> */
   margin: 0;
   font-size:14px !important;
}
div#menu_vert ul h3 {
   background: url(images/cms/fleche-menu.gif) no-repeat 0 top;
   display: block; 
   padding: 5px 0 5px 8px; /* some air for it */
   color: #ff0000; /* this will be link color for all levels */
   font-weight: bold;                                 /* this will be link color for all levels */
   font-size:14px !important;                          /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}
/********************
NIVEAU 2
*********************/
#menu_vert ul ul li {
   border: none;
}
div#menu_vert ul ul a {
   padding: 3px 0 3px 15px;
   margin-left: 0 !important;
  /* font-weight: normal !important;*/
   border-left: 1px solid #ff0000;
   font-size:12px !important;
}
div#menu_vert ul ul li a.activeparent {
   background: url(images/cms/fleche-menu-niveau02.gif) no-repeat 0 top;
   display: block; 
   padding: 3px 0 3px 25px; /* some air for it */
   color: #ff0000; /* this will be link color for all levels */
   font-weight: bold !important;                                 /* this will be link color for all levels */
   font-size: 12px !important;                           /* instead of the normal font size for <h3> */
   margin: 0; 
   margin-left: 0 !important;  
   border: 0 !important;
}
div#menu_vert ul ul h3 {
   background: url(images/cms/fleche-menu-niveau02.gif) no-repeat 0 top;
   display: block; 
   padding: 3px 0 3px 25px; /* some air for it */
   color: #ff0000; /* this will be link color for all levels */
   font-weight: bold !important;                                 /* this will be link color for all levels */
   font-size: 12px !important;                            /* instead of the normal font size for <h3> */
   margin: 0; 
   margin-left: 0 !important;   
}
div#menu_vert ul ul li a.activeparent {
   color: #ff0000;
}
/********************
NIVEAU 3
*********************/
div#menu_vert ul ul ul a {
   background: url(images/cms/filet-niveau03.gif) no-repeat 0 top;
   padding: 3px 0 3px 30px;
   margin-left: 0 !important;
   font-weight: normal !important;
   border-left: 1px solid #ff0000;
   font-size: 11px; 
}
div#menu_vert ul ul ul h3 {
   background: url(images/cms/fleche-menu-niveau03.gif) no-repeat 0 top;
   display: block; 
   padding: 3px 0 3px 40px; /* some air for it */
   color: #ff0000; /* this will be link color for all levels */
   font-weight: bold !important;                                 /* this will be link color for all levels */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
   margin: 0; 
   margin-left: 0 !important;
}
div#menu_vert ul ul ul li a.activeparent {
   background: url(images/cms/fleche-menu-niveau03.gif) no-repeat 0 top;
   display: block; 
   padding: 3px 0 3px 40px; /* some air for it */
   color: #ff0000; /* this will be link color for all levels */
   font-weight: bold !important;                                 /* this will be link color for all levels */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
   margin: 0; 
   margin-left: 0 !important;  
}
/********************
NIVEAU 4
*********************/
div#menu_vert ul ul ul ul a {
   background: url(images/cms/filet-niveau04.gif) no-repeat 0 top;
   padding: 3px 0 3px 45px;
   margin-left: 0 !important;
   font-weight: normal !important;
   border-left: 1px solid #ff0000;
   font-size: 11px; 
}
div#menu_vert ul ul ul ul h3 {
   background: url(images/cms/fleche-menu-niveau04.gif) no-repeat 0 top;
   display: block; 
   padding: 3px 0 3px 55px; /* some air for it */
   color: #ff0000; /* this will be link color for all levels */
   font-weight: bold !important;                                 /* this will be link color for all levels */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
   margin: 0; 
   margin-left: 0 !important;
}
div#menu_vert ul ul ul ul li a.activeparent {
   background: url(images/cms/fleche-menu-niveau04.gif) no-repeat 0 top;
   display: block; 
   padding: 3px 0 3px 55px; /* some air for it */
   color: #ff0000; /* this will be link color for all levels */
   font-weight: bold !important;                                 /* this will be link color for all levels */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
   margin: 0; 
   margin-left: 0 !important;  
}




/********************
MENU COMMUNS
*********************/
/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}










/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #000;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
   /*height: 60px;*/
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   /*border-left:  1px solid #C0C0C0;*/
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #808080;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 5px 14px 15px 14px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background-color: #000;
   display: block; /* IE has problems with this, fixed above */
/*heigth: 20px;*/
   font-weight: bold;
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #000;
   background-color: #ccc;
}
div#menu_horiz a.activeparent:hover {
   background-color: #000;
   color: #fff;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background-color: #000;
   color: #fff;
}

div#menu_horiz h3 {
   padding: 0; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
   background-color: #fff;
   display: block; /* IE has problems with this, fixed above */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
}

.lienActif {
   padding: 15px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000 !important;
   background-color: #fff !important;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;                   /* instead of the normal font size for <h3> */
}
a.lienActif {
padding: 15px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000 !important;
   background-color: #fff !important;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;  
}

a:visited.lienActif{ 
padding: 15px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000 !important;
   background-color: #fff !important;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;  
}

a:hover.lienActif{ 
padding: 15px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ff0000 !important;
   background-color: #fff !important;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;  
}

a:active.lienActif{ 
padding: 15px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000 !important;
   background-color: #fff !important;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;   
}

/* End of 'Navigation: Simple - Horizontal' */







div#blocPortfolio {
width: 746px;
background-color: #fff;	
margin-left: 30px !important;
float: left;
}



div#blocDevisInfo {
width: 766px;
background-color: #fff;	
margin-left: 10px !important;
float: left;
}
div#blocDevis {
width: 766px;
height: 500px;
background-color: #fff;	
margin-left: 10px !important;
float: left;
}
div#blocTitre h1 {
font-size: 32px;
padding-top: 10px;
padding-bottom: 10px;
line-height: 32px;
}
div#blocVisio {
width: 766px;
height: 295px;
background-color: #fff;	
margin-left: 10px;
float: left;
}
div#blocFlash {
width: 961px;
height: 294px;
background-color: #000;	
/*margin-top: 10px;*/
float: left;
}
div#blocVideo {
width: 376px;
height: 291px;
background-color: #000;	
margin-top: 10px;
float: left;
border: 1px solid #ccc;
}
div#blocFocus1 {
width: 164px;
height: 273px;
background-color: #00a5ff;	
margin-top: 10px;
margin-left: 10px;
padding: 10px;
float: left;
}
div#blocFocus2 {
width: 164px;
height: 273px;
background-color: #00ce00;	
margin-top: 10px;
margin-left: 10px;
padding: 10px;
float: left;
}
div#blocFocus3 {
width: 164px;
height: 273px;
background-color: #dd1b5b;	
margin-top: 10px;
margin-left: 10px;
padding: 10px;
float: left;
}
table#tableau{
padding: 0;
text-align: left;
}
.col1{
width: 356px;
height: 378px;
border: 1px solid #ccc;
padding: 20px 10px 10px 10px;
vertical-align: top;
}
.col1 h2 {
line-height: 28px !important;
}
.col1 h3 {
line-height: 24px !important;
}
.col1 h4 {
line-height: 15px !important;
}
.col2{
width: 8px;
height: 378px;
border: 1px solid #fff;
}
.col3{
width: 551px;
height: 378px;
border: 1px solid #ccc;
padding: 20px 10px 10px 10px;
vertical-align: top;
}
.col3 h2 {
line-height: 28px !important;
}
.col3 h3 {
line-height: 24px !important;
}
.col3 h4 {
line-height: 15px !important;
}
div#blocActus {
width: 356px;
height: 378px;
border: 1px solid #ccc;
background-color: #fff;	
margin-top: 10px;
padding: 10px;
float: left;
}
div#blocContenu {
width: 551px;
height: 378px;
border: 1px solid #ccc;
background-color: #fff;	
margin-top: 10px;
margin-left: 10px;
padding: 10px;
float: left;
}

.actusBloc {
margin-bottom: 10px;
padding-top: 0;
border-top: 1px solid #ccc;
font-size: 12px;
}
.ladate {
font-size: 11px;
color: #ccc;
margin-bottom: 5px;
}


div#blocTitre {
/*width: 756px;*/
background-color: #fff;	
margin-left: 10px;
float: left;
}
div#blocTitre h1 {
font-size: 32px;
padding-top: 6px;
padding-bottom: 17px;
line-height: 32px;
padding-left: 0;
}

div#blocRecherche {
width: 185px;
height: 25px;
padding-top: 10px;
background-color: #fff;	
float: left;
/*border-right: 1px solid #ccc;*/
}
div#blocRecherche input {
background:url(images/cms/bg_champ_recherche.gif) no-repeat;
border:0;
width:130px;
height:20px;
float:left;
padding:5px 8px 0;
font-size: 11px;
}
div#blocRecherche input.btRecherche {
background:url(images/cms/bg_bouton_recherche.gif) no-repeat;
border:0;
width:25px;
height:25px;
float:left;
margin-left:4px;
cursor:pointer;
}
div#blocRecherche input.btRecherche:hover {
background:url(images/cms/bg_bouton_recherche_hover.gif) no-repeat;
}
div#blocRecherche input.btRecherche:active {
background: url(images/cms/bg_bouton_recherche.gif) no-repeat;
color:#000000;
} 


#tableau ul {
margin: 15px !important;
list-style-image: url("images/cms/puce.png") !important;
}

















* {
margin:0;
padding:0;
}
body {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
background: #fff url(images/cms/bg_body01.png) no-repeat center top;
}
p {
margin-bottom: 16px;
}
h2 {
font-size: 24px;
margin-bottom: 15px;
/*color: #ff0000;*/
font-weight: bold;
}
h3 {
font-size: 18px;
margin-bottom: 18px;
/*color: #ff0000;*/
font-weight: bold;
/*line-height: 18px;*/
}
h4 {
font-size: 15px;
margin-bottom: 15px;
/*color: #ff0000;*/
font-weight: bold;
/*line-height: 18px;*/
}
a:link {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
a:visited {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #999;
font-weight: bold;
}
a:active {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
/* center wrapper, min max width */
div#blocPage {
margin: 0 auto;       /* this centers wrapper */
max-width: 961px;   /* IE wont understand these, so we will use javascript magick */
min-width: 961px;
color: black;
/*background-color: #fff;*/
/*margin-top: 10px;*/
}
div#blocBandeau {
height: 160px;
/*background-color: #eee;	*/
background: url(images/cms/bg_haut.gif) no-repeat;
}
#blocSlogan {
font-size: 14px;
font-weight: bold;
padding-top: 116px;
padding-left: 30px;
}
.slogan1 {
color: #000;
}
.slogan2 {
color: #666;
}
.slogan3 {
color: #999;
}
div#blocNav {
height: 36px;
background-color: #000;	
padding-top: 10px;
}
div#blocAriane {
height: 23px;
padding-left: 23px;
padding-top: 7px;
background-color: #fff;
border-bottom: 3px solid #000000;	
font-size: 11px;
margin-bottom: 10px;
}
div#blocAriane a:link{
color: #000 !important;
font-weight: bold !important;
text-decoration: none;
}
div#blocAriane a:visited{
color: #000 !important;
font-weight: bold !important;
text-decoration: none;
}
div#blocAriane a:hover{
color: #999 !important;
font-weight: bold !important;
text-decoration: none;
}
div#blocAriane a:active{
color: #000 !important;
font-weight: bold !important;
text-decoration: none;
}
div#blocExtras {
width: 185px;
float: left;
}
.separateur{
height: 1px;
clear: both;
overflow: hidden;
}
.separateur1{
height: 1px;
clear: both;
overflow: hidden;
background-color: #fff;
}
.separateur10{
height: 10px;
clear: both;
overflow: hidden;
background-color: #fff;
}
div#blocOutilsBas{
width: 939px;
/*height: 18px;*/
/*border: 1px solid #ccc;*/
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;	
background-color: #fff;	
margin-top: 10px;/*10px;*/
padding: 10px;
float: left;
}
div#blocOutilsBas img{
border: 0;
display: inline;
/*margin-left: 10px;*/
float: right;
}
.btSommet {
width: 21px;
height: 21px;
background: url(images/cms/sommet.png);
display: inline;
margin-left: 1px;
float: right;
}
div#blocOutilsBas a:link{
color: #999 !important;
text-decoration: none !important;
font-weight: bold;
}
div#blocOutilsBas a:visited{
color: #999 !important;
text-decoration: none !important;
font-weight: bold;
}
div#blocOutilsBas a:hover{
color: #ff0000 !important;
text-decoration: none !important;
font-weight: bold;
}
div#blocOutilsBas a:active{
color: #999 !important;
text-decoration: none !important;
font-weight: bold;
}

div#blocOutilsBis{
float: right;
display: inline;
width: 43px;
margin-top: 0;
padding: 1px;
border: 5px solid #ccc;
}



div#blocPied {
width: 941px;
height: 250px;
background-color: #eee;	
margin-top: 10px;
padding: 20px 10px 20px 10px;
float: left;
border-bottom: 10px solid #000;
}

div#blocPied div {
color: #666;
font-size: 11px;
line-height: 14px;
height: 250px;
}

div#blocPied div a:link {
color: #666;
text-decoration: none;
font-weight: bold;
}
div#blocPied div a:visited {
color: #666;
text-decoration: none;
font-weight: bold;
}
div#blocPied div a:hover {
color: #999;
text-decoration: none;
font-weight: bold;
}
div#blocPied div a:active {
color: #666;
text-decoration: none;
font-weight: bold;
}

div#blocPiedAdresse {
width: 185px;
float:left;
}
div#blocPiedMenu {
width: 184px;
padding-left: 10px;
border-left: 1px solid #ccc;
float:left;
}
div#blocPiedLiens {
width: 183px;
padding-left: 10px;
border-left: 1px solid #ccc;
float:left;
}
div#blocPiedRef {
padding-left: 10px;
border-left: 1px solid #ccc;
float:left;
width: 350px;
height: 250px;
overflow: hidden;
}





div#blocExtras a:visited{
color: #fff !important;
}
div#blocExtras a:hover{
color: #000 !important;
}
div#blocExtras1 a{
display: block;
padding: 17px 10px 18px 10px;
margin-bottom: 10px !important;
font-weight: bold !important;
font-size: 18px;
text-decoration: none;
color: #fff;
background: url(images/cms/bg-extra.gif) no-repeat right top;
background-color: #e00024;
}
div#blocExtras2 a{
display: block;
padding: 17px 10px 18px 10px;
margin-bottom: 10px !important;
font-weight: bold !important;
font-size: 18px;
text-decoration: none;
color: #fff;
background: url(images/cms/bg-extra.gif) no-repeat right top;
background-color: #5a14c1;
}
div#blocExtras3 a{
display: block;
padding: 17px 10px 18px 10px;
margin-bottom: 10px !important;
font-weight: bold !important;
font-size: 18px;
text-decoration: none;
color: #fff;
background: url(images/cms/bg-extra.gif) no-repeat right top;
background-color: #357ada;
}
div#blocExtras4 a{
display: block;
padding: 17px 10px 18px 10px;
margin-bottom: 10px !important;
font-weight: bold !important;
font-size: 18px;
text-decoration: none;
color: #fff;
background: url(images/cms/bg-extra.gif) no-repeat right top;
background-color: #a1be33;
}
div#blocExtras5 a{
display: block;
padding: 17px 10px 18px 10px;
margin-bottom: 10px !important;
font-weight: bold !important;
font-size: 18px;
text-decoration: none;
color: #fff;
background: url(images/cms/bg-extra.gif) no-repeat right top;
background-color: #ff7a00;
}











.imgPanier {
margin:0;
border:0;
margin-top:-5px;
}


#blocBandeauOutils {
float: right;
margin-right: 29px;
margin-top: 44px;
background-color: #fff;
display: inline;
}
#blocBandeauOutils img{
border: 0;
margin-left: 7px;
}


#blocRef {
margin:0;
padding:0;
font-size:9px;
line-height:9px;
height:10px;
/*overflow:hidden;*/
text-align:center;
/*background-color:#ff0000;*/
}


.actusBloc h2 {
margin-bottom: 15px;
color: #ff0000;
font-weight: bold;
}
.actusBloc h3 {
margin-bottom: 0;
color: #ff0000;
font-weight: bold;
}
.actusBloc a:link {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
.actusBloc a:visited {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
.actusBloc a:hover {
text-decoration: none;
color: #999;
font-weight: bold;
}
.actusBloc a:active {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
.actusSommaire {
font-weight: bold;
margin-bottom: 15px;
}
.actusMultiPages {
padding: 10px;
border: 1px solid #ccc;
}
.actusMultiPages a:link {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
.actusMultiPages a:visited {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
.actusMultiPages a:hover {
text-decoration: none;
color: #999;
font-weight: bold;
}
.actusMultiPages a:active {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
.grisClair {
color: #ccc;
}
.gris {
color: #666;
}
.rouge {
color: #ff0000;
}
.imageGauche {
float: left;
margin: 0 10px 10px 0;
}
.imageDroite {
float: right;
margin: 0 0 10px 10px;
}
.texteBlocNoir {
display: block;
padding: 10px;
color: #fff;
background-color: #000;
}
.texteBlocGris {
display: block;
padding: 10px;
color: #fff;
background-color: #666;
}
.texteBlocGrisClair {
display: block;
padding: 10px;
color: #000;
background-color: #CCC;
}
.texteBlocRouge {
display: block;
padding: 10px;
color: #fff;
background-color: #ff0000;
}
.texteBlocDegradeRouge {
display: block;
padding: 10px 0 10px 0;
/*background: url(http://www.apformation.fr/images/cms/bg_bloc_rouge.jpg) repeat-x;*/
border-top: 3px dotted #ff0000;
}
.texteBlocDegradeGris {
display: block;
padding: 10px;
background: url(http://www.apformation.fr/images/cms/bg_bloc_gris.jpg) repeat-x;
}
.outilsRetrait{
padding-left: 183px;
}
#blocLibreGauche{
border-right: 1px solid #ccc;
border-bottom: 10px solid #ccc;
margin-top: 10px;
margin-bottom: 30px;
padding-bottom: 10px;
padding-right: 10px;
clear: both;
}
#blocLibreGauche img{
border: 0;
}

