/*
Theme Name: Sapharey (v1)
Description: Theme pour Sapharey Conseil.
Author: Alain Caradot
Author URI: www.lamire.com
*/


body {
  margin:0px;
  padding:0px;
}
* html body {
  margin-left:1px;
}
body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul {
  font-family:Verdana, san-serif;
}
body, div, input, label, li, ol, p, select, td, th, textarea, u, ul {
  font-size:12px;
  color:#666666;
}
img {
  vertical-align:middle;
  border:0px;
}
pre, form {
  margin:0px;
  padding:0px;
}

h2 {
  margin:0px 0px 6px 0px;
  padding:0px;
  font-weight:bold;
  font-size:11px;
}
a {
  color:#c36a1c;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.invisible {
  width:0px;
  height:0px;
  left:-1000px;
  top:-1000px;
  position:absolute;
  overflow:hidden;
  display:inline;
}

/* ============= structure de page */

#container {
  background:#ffffff url(img/containerbg.png) right top repeat-y;
  width:880px;
  margin:0px auto;
  text-align:left;
}

/* ============= corps de page */


#main {
	background:#ffffff url(img/mainbg.png) repeat-x;
	width:583px;
	padding:0px 0px 18px 0px;
	text-align:left;
	float:left;

}

#main h1 {
	font-family:"Georgia", Times, serif;
	font-size:3.0em;
	font-weight:normal;
	color:#cc633a;
	letter-spacing:-1px;
	margin:20px 0;
	padding-left:35px;
	background: url(img/puce_flor1.png) no-repeat left center;
}

#main h2 {
	font-family:"Georgia", Times, serif;
	font-size:2.0em;
	font-weight:normal;
	margin:15px 0;
	border-bottom:1px solid #cccccc;
	padding:5px 0;
	line-height:120%;
	clear:both;
}

#main h2 a {
	color:#666666
	text-decoration:none;
	border:none;
}

/* ============= sidebar */

#sidebar h2 {
	overflow:hidden;
}

#sidebar {
	margin-bottom:18px;
	padding:0;
	width:297px;
	min-height:470px;
	text-align:left;
	float:right;

}

/* ============= header */
#header {
  width:880px;
  margin:0px auto;
  padding:0px;
  text-align:left;
  position:relative;
}

/* ============= footer */
#footer {
	background:url(img/footer_bg.gif) left bottom repeat-x;
	height:96px;
	width:880px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}
#footer p {
  padding-top:36px;
  text-align:center;
  font-size:10px;
}


.clear { 
  clear:both; 
}
html>body #sidebar {
  margin-bottom:-1px;
}
html>body #main {
  margin-bottom:-1px;
}
html>body .clear {
  height:1px;
}
* html body {
  text-align:center;
}




#logo {
	top:69px;
	position:absolute;
	left: 50px;
}

.mod_breadcrumb {
  margin:0px 0px 18px 1px;
  padding:6px 8px 8px 8px;
}

#current_page {
  padding:6px 8px 8px 10px;
  background-color:#f2f2f2;
  font-weight:bold;
  color:#c36a1c;
}

#current_date {
  padding:6px 8px 8px 10px;
}

#main .content {
  padding-right:10px;
  padding-left:10px;
  line-height:16px;
}

/* format des textes body articles */

.ce_list ol {
  margin:0px;
  padding:0px;
  list-style-type:none;
}
.ce_list li {
  padding-bottom:4px;
}


.mod_apropos {
  margin:12px 10px;
  border:1px solid #cccccc;
  padding:5px;
}

.mod_standard {
  margin:16px 10px;
}
.mod_standard h2 {
	color: #555555;
	font-size: 18px;
	line-height: 1em;
	font-family: Georgia,Times,"Times New Roman",serif;
	text-shadow: #e4f2fd;
	font-weight:normal;
	font-style: italic;
	padding-top: 5px;
	padding-left: 2px;
}

li.page_item{
	font-weight:bold;
	margin-top:6px;
	color:#CC3300
}

.level_1, 
.level_2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.level_1 li,
li.page_item li {
	margin-top:6px;
	padding-bottom:3px;
	color: #009999;
	border-bottom:1px dotted #ef7608;
	font-weight:normal;
}

.level_1 li a, li.page_item a {
	color:#ef7608;
	text-decoration:none;
}

.level_1 li a:hover, li.page_item a:hover {
	text-decoration:underline;
}

#galery {

}
#galery img.vignette {
	border:3px solid #ffffff;
	display:block;
	float:left;
	margin:3px;
}

/* illus texte flottante */
.imgleftcadre {
	float:left;
	padding:5px;
	border:1px solid #cccccc;
	margin: 0 5px 5px 0;
}

/* liens speciaux */
.readmore {
	padding-right:12px;
	background: url(img/readmore2.gif) no-repeat right;
}



/* divers blocs */

/* bloc d'info generale */
.blocinfo {
	border:1px solid #cccccc;
	margin-top:12px;
	padding:8px;
	background:#E4F0D7;
}
.barinfo {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-top:12px;
	padding:4px;
	text-align:right;
	background:#E4F0D7;
}

/* required class (wordpress) */
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}


