/* 
Theme Name: eprisme
Theme URL: http://www.spirion.fr/
Description: A blank theme with i18n support.
Author: Spirion (theme based on whiteboard from Brian Purkiss)
Author URI: http://www.spirion.fr
Version: 1.0
Text Domain: wpblank_i18n
Template: wpblank_i18n
*/

body {
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	font-size: 13px;
	background-color: #000000;
	margin:0px;
}

#container {
width: 997px;
margin:auto;
}

#header {
width: 997px;
height: 253px;
margin:0;
padding:0;
}

#header_menu {
height:32px;
width:950px;
/*background-image:url(images/bg_menu.png);*/
padding:0px 0px 0px 40px;
}

#header_icone{
float:left;
}

#pages_menu {
	margin:0; 
	padding:0; 
	list-style:none;
	font-size: 18px;
	font-family: Arial, Sans-Serif;


}
#pages_menu li {
	float: left;
	position:relative;
	padding:4px 24px;
	background-image:url(images/puce_m.png);
	background-position:left;
	background-repeat:no-repeat;
	height:24px;
}

#pages_menu a:link, #pages_menu a:active, #pages_menu a:visited {
	text-decoration: none;
	color:black;
	font-size:12px;
	font-weight:bold;
	color:#AFAFAF;
	text-transform:uppercase;
}

#pages_menu a:hover,
#pages_menu li.current_page_item a:link,
#pages_menu li.current_page_item a:active,
#pages_menu li.current_page_item a:visited,
#pages_menu li.current_page_item a:hover {
	color:#EFCA1F;
}

#main_content {
	margin:0;
	padding:10px 0px;
	float: left;
	background: #97ABB9 url(images/haut_contenue.gif) top no-repeat;
	width: 997px;
}

#content {
float: left;
width: 950px;
min-height: 277px;
padding:0px 20px;
line-height:1.8em;
text-align:justify;

}

#content h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:18px;
margin-bottom:0px 0px 10px 0px;
}

#content h2 a:link, #content h2 a:visited, #content h2 a:hover, #content h2 a:active {
display:none;
/*
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#FFFFFF;
font-size:18px;
*/
}

.more-link {
	width: 122px;
	height: 21px;
	margin: 15px 0 15px 0;
	padding: 3px 5px 0 25px;
	background-image: url("images/more-link");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
	float: right;
	line-height:1.1em;
	
}

.post_author {
	background-image: url("images/post_author.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 400px;
	height: 21px;
	margin: 0 0 0 -20px;
	padding: 3px 10px 0 20px;
	font-size: 12px;
	color: white;
	line-height:1.1em;
}

.comments_reply textarea {
	width:450px;
}

.postmeta {
	clear:both;
	margin-bottom:25px;
}
 
#sidebar {
	float: left;	
	margin: 0px 0px;
	padding:0px 0px
	width: 164px;
	background-color:#000000;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar .widget {
	margin: 0;
	padding: 0;
	width:164px;
	min-height:250px;
}

#sidebar .SZSubPageListWidget {
	background-image:url(images/bas_menu.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#sidebar .widget ul li {
	padding:10px 0px 5px 15px;
	background-image:url(images/bg_s.png);
	background-repeat:repeat-y;
	font-size:11px;
	font-weight:bold;
}

#sidebar .widget ul li.sub_page{
	padding:5px 0px 5px 25px;
	font-weight:normal;
}


#sidebar .widgettitle {
	color: #FFFFFF;
	/*text-transform:uppercase;
	background-image:url(images/bg_titre_article.png);
	background-repeat:no-repeat;
	height:35px;
	width:232px;
	padding:12px 0px 0px 0px;
	margin: 0px 0px;
	font-family:Helvetica,Arial,sans-serif !important;
	font-size:18px;
	font-weight:bold;
	text-align:center;*/
	
}

#sidebar .widget_recent_entries li {
	background-image: url("images/puce_w.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 10px 20px;
	list-style-position: outside;
	margin-left: 0px;
}

.cat-item {

	background-position: 0 5px;
	font-size:18px;
	padding: 0 0 10px 20px;
	list-style-position: outside;
	margin-left: 10px;
}

#footer {
width:997px;
height:104px;
font-size: 10px;
float:right;
background:url(images/bg_footer.jpg) top no-repeat;
}

#footer ul {
	list-style: none;
}

.footer-box {
	float: left;
	text-align:left;
	width: 300px;
	color: #979797;
	margin-top:35px;
	margin-left:15px;
}

.footer-box a {
	color: white;
}

.footer-box-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 15px 15px;
	padding: 0 0 20px 0;
	text-align:center;
	color: #6D030F;
	width:178px;
}

.footer-box ul {
	list-style: none;
}

.footer-box li {
	background-position: 0 2px;
	padding-left: 20px;
	list-style-position: outside;
	margin-left: -38px;
	padding-bottom: 8px;
}

.footer-box #wp-calendar a {
	font-weight: bold;
}


#footer-rss {
	margin: 10px 0 0 0;
	clear: both;
	float: left;
	color: white;
}

#copyright {
	margin: 10px 0 0 0;
	clear: both;
	float: left;
	color: white;
}

#footer-rss a {
	color: white;
}

#copyright a {
	color: white;
}


#footer-bas {
width:746px;
/*background:#426777 url(images/fd_footer_bas.jpg) bottom no-repeat;*/
height:22px;
}

a {
	text-decoration: none;
	color: #333;
}


/* 
Theme Name: wpblank_i18n
Theme URL: http://www.spirion.fr/
Description: A blank theme with i18n support.
Author: Spirion (theme based on whiteboard from Brian Purkiss)
Author URI: http://www.spirion.fr
Version: 1.0
Text Domain: wpblank_i18n
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in wpblank_i18n.


#container{}
#header{}
#content{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

*/

/*
Standards Wordpress CSS


.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}
img.avatar {}

 */
 
 /*
 Images with caption
  */
 
  .aligncenter,
 div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
 
 .alignleft {
    float: left;
 }
 
 .alignright {
    float: right;
 }
 
 .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    border-radius: 3px;
 }
 
 .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
 }
 
 .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.titre2 {
	font-size:14px;
	color:#068EBF;
}

hr {
	text-decoration:line-through;
	width:75%;
	text-align:center;
	margin-top:35px;
}

