/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/site/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/site/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/site/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/site/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/site/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/site/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* @override http://www.exacom.fr/site/stylesheet.php?cssid=39&mediatype=projection,screen */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
font:13px arial,helvetica,clean,sans-serif;
color: #333;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

img.pub01 {
   border: 0;
	width: 228px;
	margin-right: 20px;
	float: left;
}

img.pub02 {
   border: 0;
	width: 228px;
	margin-right: 20px;
	float: left;
}

img.pub03 {
   border: 0;
	width: 228px;
	float: left;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #9B0C14; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #9B0C14;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #9B0C14;
}

/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 1025px; /* IE wont understand these, so we will use javascript magick */
   min-width: 1025px;
   background-color: white;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 230px; /* adjust according your image size */
   background: #FFF url(uploads/images/Cube_Exacom.jpg) no-repeat 0 -20px;
}

div#header h1 a {
/* you can set your own image here */
   display: block;             /* adjust according your image size */
   text-decoration:none;
	color: #9B0C14;

	font: bold 50px Geneva;
	text-indent: -9999px;
	float: left;
	width: 250px;
	height: 230px;
}

#bloctel{
	float: left;
	width: 755px;
	padding-right: 20px;
}

.tel {
   float: right;
    /* enough width for the search input box */
   text-align: center;
	color: white;
	font-size: 2em;
	margin-right: 0;
	padding: 6px 15px 5px;
	background: white url(uploads/images/Fondtel.jpg) no-repeat;
	width: 220px;
}

.toptel{
	float: right;
	width: 250px;
}



div.ombre2{
	width: 250px;
	height: 10px;
	float: right;
	background: url(uploads/images/ombresidebar02.jpg) no-repeat;
}

div.breadcrumbs { /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
	margin-bottom: 0;
	margin-top: 0;
	height: 20px;
	padding: 12px 0 0 15px;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
	margin-bottom: 2em;
	margin-top: 1em;
	margin-left: 0;
}



div#main {
	float: right;
	width: 745px;
	margin-left: 15px;

}

div#contentmain {
	float: right;
		width: 730px;
			padding-left: 15px;
	padding-top: 5px;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 250px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

.contentside{
		margin-top: 0;
	padding: 0 10px 0.5em;
	background: url(uploads/images/intersidebar.jpg) repeat-y;
	float: left;
	width: 230px;
}

div#pub {
	width: 230px;
	height: 150px;
	float: left;
}

ul#portfolio{
	list-style-type: none;
	list-style-position: inside;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   width: 250px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#sidebar.hascontent h2 {
	color: white;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: bold;
	background: #9B0C14 url(uploads/images/titresidebar.jpg) no-repeat;
	margin-bottom: 0;
	float: left;
	width: 235px;
}

img.blocsfr{
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #e6e6e6;
	border-top: 2px solid #ccc;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
	color: #9B0C14;
}

div#footer p a {
   color: #9B0C14; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */


/* relational links under content */
div.left49 {
  float: left;
  width: 40%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 40%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {
	float: left;
}

/* HEADINGS */
div#content h1 {
   margin: 0;
      color: #9B0C14;
	font: bold 2.5em/1.5em "Trebuchet ms";
	letter-spacing: 1px;
}
h2 {
   color: #333; 
   text-align: left;
   padding-bottom: 0;
	padding-top: 5px;
	float: none;
	font: 1.5em/1.5em "Trebuchet ms";
	margin-bottom: 0.5em;
}
h3 {
   color: #9B0C14;
   margin: 0 0 0.5em 0;
font: 1.3em/1.3em "Trebuchet ms";
}

#cols{
	float: right;
	width: 100%;
}


h3.head span {
	color: #333;
}

div#content h4 {
   color: #9B0C14;
   margin: 0 0 0.5em;
	font: bold 1em "Trebuchet ms";
}
div#content h5 {
   margin: 0 0 0.25em 0;
	font: 1.1em/1.3em "Trebuchet ms";
}
h6 {
   margin: 0 0 0.25em 0;
	font: 1em/1.3em "Trebuchet ms";
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: silver;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height: 2em;
   margin: 0 0 1.5em 0;
	color: #333;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 2em;
	list-style-image: url(uploads/images/arrowprec.gif);
}

div#main ul li ul li,
div#main ol li {
   margin: 0 0 0.25em 2em;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}


div#main ul li b,
div#main ol li b {
      color: #9B0C14;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}


.colonne{
	width: 50%;
	float: left;
}

.colonne01{
	width: 343px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid silver;
}

.colonne02{
	width: 345px;
	float: right;
	padding-left: 20px;
}


#3cols{
	float: right;
	width: 730px;
}

#col01{
	width: 230px;
	float: left;
	margin-right: 20px;

}

#col02{
	width: 230px;
	float: left;
	margin-right: 20px;

}

#col03{
	width: 230px;
	float: left;
}

div.box{
	float: left;
	border: 1px solid silver;
	padding: 5px;
	width: 218px;
   background-color: #e6e6e6;
	margin-bottom: 20px;
	height: 130px;
}

div.box h3{
	padding: 5px;
	margin-bottom: 10px;
	background: #9B0C14 url(uploads/images/Fond_side.gif) no-repeat;
	color: white;
}

ul.boxes li{
	line-height: 1.5em;
}


table{
	border: 1px solid silver;
	padding: 5px;
	width: 100%;
}

.tabFeatureHeader{
	margin-top: 15px;
	font-weight: bold;
	color: gray;
}

td h3{
	float: left;
	margin-bottom: 0;
}

tr.gray{
	background-color: #e6e6e6;
}

tr.red{
		background-color: #9B0C14;
}

td{
	padding: 5px;
}

td.white{
	color: white;
}

td span{
	color: #9B0C14;
}

td h3{
	color: gray;
}

h3.gray{
color: #333;	
}

h3.gray b{
color: #9B0C14;	
}

div#personnes{
	float: left;
	width: 739px;
	padding-left: 21px;
}

img.mainimg{
	float: left;
		width: 668px;
	height: 365px;
}

div.imgiphone{
	margin-top: 20px;
	margin-bottom: 20px;
}

div.ombre{
	width: 250px;
	height: 10px;
	float: left;
	background: url(uploads/images/ombresidebar.jpg) no-repeat;
}

div.basside{
	width: 250px;
	height: 10px;
	float: left;
	background: url(uploads/images/bassidebar.jpg) no-repeat;
	margin-bottom: 10px;
}


#relational{
	float: left;
	width: 730px;
}

object{
	margin-top: 20px;
	margin-bottom: 20px;
}

#btcontact{
	float: left;
	width: 730px;
	margin-top: 40px;
}

#btcontact a{
	background: url(uploads/images/contactexa.jpg) no-repeat;
	width: 220px;
	height: 38px;
	text-indent: -9999px;
	float: right;
	margin-right: 40px;
}



.contentside #btcontact{
	width: 220px;
		margin-right: 0;
	margin-top: 0;
}


.contentside #btcontact a{
	background: url(uploads/images/contactexa.jpg) no-repeat;
	width: 220px;
	height: 38px;
	text-indent: -9999px;
	margin-right: 0;
	margin-top: 0;
}

#idgauche{
	width: 353px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

#iddroit{
	width: 353px;
	float: left;
	margin-top: 20px;
}

.ombreid{
	width: 355px;
	height: 10px;
	background: url(uploads/images/ombreid.jpg) no-repeat;
	float: left;
	text-indent: -9999px;
}


#id{
	float: left;
	width: 333px;
	padding: 10px;
	border: 1px solid silver;
}

#id img{
	float: left;
	width: 120px;
	border: 1px solid gray;
	height: 150px;
}

#id ul.details{
	float: left;
	margin-left: 20px;
	margin-bottom: 0;
	width: 190px;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 40px;
}

#id ul.details li{
	list-style-image: none;
	list-style-position: inside;
	margin-left: 0;
}

#id ul.details li.nom{
	font-weight: bold;
	font-size: 15px;
}

#id ul.details li.mail{
	font-weight: bold;
	font-size: 10px;
}

li.fonction{
	line-height: 16px;
}

/* END LISTS */
/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */

/* End of 'Layout: Top menu + 2 columns' */


/* End of 'Layout: Top menu + 2 columns' */

