/* Start of CMSMS style sheet 'Feuillestylepedrotexte' */
/*****************
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 {
   background: #30343B  url(http://www.pierre-photography.com/image/bg_patterns.gif); /*#404639 */
   text-align: left;
   font: 75.01%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
   color: #E0F8FE ; /*#404639 */
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
apparences des liens et des courriels
*/
/* set all links to have underline and bluish color */
a{text-decoration: undeline;font-size: 1,3em; letter-spacing: 0.2em; color: #6691FF;}
a:link 
a:active {
   text-decoration: underline;
   font-size : 1,2em;
/* 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: #6691FF; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #6691FF;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover{color: #8CADFF;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}

/*****************
basic layout 
*****************/
body {
   background-color: #ccc;
   color: #333;
   margin:0.6em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   width: 880px;
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 55em;
   background: #626E8C; /*url(/uploads/images/container_top.gif) no-repeat; */
   color: white;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 35px; /* adjust according your image size */
   background-color:  #626E8C;          
}
div#header h1{
		font-size: 2.4em;
	}
	h1 a,h1 a:hover{
		display: block;
		width: 800px;
		height: 35px;
		padding-top:20px;
		margin-left:18px;
		background:  #626E8C url(http://www.pierre-photography.com/image/logo-corporate-sp.gif) no-repeat  0 4px;
                text-indent: -999em;  /* this hides the text */
		padding-left:52px;
		color: #7b8266;
	}

div#content {
   margin: 0.5em auto 0em 0; /* some air above and under menu and content */
background-color: #626E8C /* #171A0F*/;
}

div#main {
   margin-left: 1%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 1%; /* and some air on the right */
background-color: #626E8C /* #171A0F*/;
}

div#main p{
		font-size: 1.2em;
                color: #7b8266;
	}
/* Police par default du contenu */
	

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

/* =FOOTER */
	div#footer {
       /* keep footer below content and menu */
   color: #fff;
   background-color: #626E8C;
   /* background: url(/uploads/images/footer_left.gif) 0 0 no-repeat;  same bg color as in header */
}

div#footer p {
     font-size: 0.9em;
   padding-top:12px;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
   color:#000A33;
}

div#footer tt {
     font-size: 0.3em;
   padding: 0em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
   color:#626E8C;
}


div#footer p a {
   color: #fff; /* 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 */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

div.ligne {
   color: #fff; 
      text-align: center;
   padding-left: 0.6em;
   padding-bottom: 0px;
   border-bottom: 1px solid #e7ab0b; 
   line-height: 0.1em;
   margin: 0 0 0 0em;
}
div.ligne-grise {
   color: #fff; 
      text-align: center;
   padding-left: 0.6em;
   border-bottom: 1px solid #ADB8E6; 
   line-height: 0.1em;
   margin: 1em 0em 1em 0em;
}

/********************
CONTENT STYLING
*********************/
div#content {
background-color: #626E8C; /* #171A0F*/

}

/* HEADINGS */
div#content h1 {       /* TITRE TEXTE */
   color: #000A33; 
   font-family: "arial";
   letter-spacing: 0.1em;
   font-style:italic;
   font-size: 1.3em;
   line-height: 1.5em;
   margin-left: 50px;
  margin-top : 2em;
   margin-bottom: 1em;

}
div#content h2 {       /* TEXTE */
   color: #000A33;   /* b1b3ab; */
    font-family: arial, helvetica, Verdana;
    line-height: 1.6em;
   letter-spacing: 0.1em;
    text-align: left;   
   font-size: 0.9em;
   margin: 0 4em 1em 4em;
   font-style: normal;
     }

div#content h3 {       /* TEXTE formulaire alignement gauche */
   color: #000A33; 
   font-family: arial, helvetica, Verdana;
   line-height: 1.3em;
   letter-spacing: 0.1em;
   font-size: 0.9em;
   text-align: left;
   font-style:normal;
   margin: 0 0em 0.3em 0em;
  
}

div#content h4 {   /* TEXTE formulaire alignement droite*/
   color: #b1b3ab;  
   font-family: arial, helvetica, Verdana;
   line-height: 1.3em;
   letter-spacing: 0.1em;
   font-size: 0.9em;
   text-align: right;
   font-style:normal;
   margin: 0 0em 0.4em 0em;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1em 0em;  /* some air around p elements */
   line-height:1.3em;
   padding: 0em;
   Color: #000A33;   /*#E0F8FE;*/
}
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: #ddd;
   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 {
     line-height:1.4em;
   margin: 0.5em 0em 1em 0em;
}
div#main ul li,
div#main ol li {
   margin-left: 6em !important; 
   margin-left: 2em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 1em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* End of 'Feuillestylepedrotexte' */

