
/* General */

*{
	margin: 0;
	padding: 0;
	border: 0;
}


html, body {
	
	color: #6C624C;
	font-size: 0.92em;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Geneva, sans-serif;*/
	/*font-family: Georgia, serif;*/
	/*font-family: 'Courier New', Courier, monospace;*/
	background: #FFFFFF url(images/ConcreteBunker0057_1_M.jpg);
}

body{
	background: none;
}

#site{
	width: 760px;
	margin: 20px auto -40px auto;
}

#header{
	width: 760px;
	height: 330px;
	background: transparent url(images/soviet2_03.gif) 0px 0px no-repeat;
}

.description{
	display: none;
}

#searchbar{
	height: 40px;
	padding: 2px 5px;
	padding-left: 40px;
	background: transparent url(images/search.gif) top left no-repeat;
	margin: 280px 0px 0px 40px;
	position: absolute;
}

#rss{
	width: 100px;
	height: 40px;
	background: transparent url(images/rss.gif) 0px 0px no-repeat;
	margin: 280px 0px 0px 340px;
	position: absolute;
}

#contactlink{
	width: 160px;
	height: 30px;
	background: transparent url(images/contact.gif) 0px 0px no-repeat;
	margin: 275px 0px 0px 540px;
	position: absolute;
}

#global{
	background: transparent url(images/soviet2_04.gif) 0px 0px repeat-y;
	padding: 40px 10px 80px 20px;
}

#content
{
	/*width: 760px;*/
	/*background: transparent url(images/soviet_02.gif) -20px 0 repeat-y;*/
	
	width: 470px;
	float: left;
	/*background: transparent url(images/border-side.gif) top right repeat-y;*/
	padding-right: 10px;
}

#sidebar{
	width: 240px;
	float: left;
	/*margin-left: 20px;*/
}

.break{
	clear: both;
	
}

#title_comments, #respond{
	height: 35px;
	margin: 10px;
	cursor: pointer;
	padding-left: 50px;
	font-variant: small-caps;
	color: #C23324;
	border-bottom: #C23324 1px solid;
	line-height: 1.6em;
}

#title_comments{
	background: transparent url(images/bg_comments.gif) top left no-repeat;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 1.4em;
	font-weight: lighter;
	margin-bottom: 40px;
}

#respond{
	background: transparent url(images/bg_add_comment.gif) top left no-repeat;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 1.4em;
	font-weight: lighter;
	margin-bottom: 40px;
}


#footer{

	width: 760px;
	height: 240px;
	background: transparent url(images/soviet2_06.gif) 0px 0px no-repeat;
	margin: 0px auto 20px auto;
}

#derniers_articles, #archivess, #credit{
	float: left;
	height: 140px;
	margin: 10px 0px 0px 30px;
	padding-top: 40px;
}

#derniers_articles{
	width: 330px;
	background: transparent url(images/deniers_articles2.GIF) top left no-repeat;
	margin-left: 40px;
}

#archivess{
	width: 190px;
	background: transparent url(images/archives2.GIF) top left no-repeat;
}


#credit{
	width: 150px;
	margin: 20px 0px;
	padding-top: 0px;
	text-align: center;
	font-size: 0.8em;
}

#credit img{
	margin-top: 40px;
	margin-bottom: 20px;
}

.post, .comments{
	margin-bottom: 50px;
	background: transparent url(images/bg_black.png);
	padding: 10px;
	
}


.date_post{
	width: 40px;
	float: right;
	font-size: 1em;
	text-align: center;
	background: #FFFFFF;
	height: 40px;
	border: 1px solid #6C624C;
	border-width: 0px 2px 2px 0px;
	background: transparent url(images/calendar.gif) top left no-repeat;
	text-transform: uppercase;
	font-family: Impact, Charcoal, sans-serif;
}
.date_post  span.month{
	display: block;
	clear: right;
	color: #D49B00;
}




.navigation{
	background: transparent url(images/bg_nav.gif) top left no-repeat;
}

.nav_next, .nav_prev{
	float: right;
	width: 10px;
	height: 18px;
	text-align: center;
	padding: 1px 5px;
	margin: 0 5px;
	font-weight: bold;
}

.nav_next{
	background: transparent url(images/bg_navnext.gif) top right no-repeat;
}

.nav_prev{
	background: transparent url(images/bg_navprev.gif) top left no-repeat;
}


.widget{
	background: transparent url(images/bg_black.png);
	padding: 10px;
}

.post, .comments{
	margin-bottom: 50px;
	background: transparent url(images/bg_black.png);
	padding: 10px;
	
}

.post_content{
	font-size: 0.9em;
	background: #F3EAD9;
	padding: 5px;
	border: #CBBFA7 1px solid;
	border-width: 0 1px;
}

.post_details{
	margin-top: -5px;
	padding: 3px 5px 10px 5px;
	height: 40px;
	background: #F3EAD9;
	border: #CBBFA7 1px solid;
	border-width: 3px 1px 0 1px;
}


.post_content p{
	margin-bottom: 10px;
	
}

.post_tags, .post_category, .post_comments, .post_edit, .post_trackback, .post_rss{
	padding-left: 25px;
	margin: 2px 0px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.post_tags{
	background: transparent url(images/tag_orange.png) left top no-repeat;
}

.post_category{
	background: transparent url(images/folder.png) left top no-repeat;
	font-style: italic;
	margin-top: 15px;
	font-size: 0.8em;
}

.post_comments{
	background: transparent url(images/comments.png) left top no-repeat;
}

.post_edit{
	background: transparent url(images/pencil.png) left top no-repeat;
}

.post_trackback{
	background: transparent url(images/trackback.png) left top no-repeat;
}

.post_rss{
	background: transparent url(images/feed.png) left top no-repeat;
}

.post p{
	line-height: 1.5em;
	
}


.post_actions{
	background: url(images/bg_post.gif) ;
	border: #CBBFA7 1px solid;
	border-top: #CBBFA7 1px dashed;
	padding: 5px;
}

.comment_text{
	background: transparent url(images/bg_comment.gif);
	padding: 10px;
	font-size: 0.9em;
	font-style: italic;
}

.comment_author{
	background: transparent url(images/bg_comment_bottom.gif) 20px -10px no-repeat;
	padding: 10px 0px 0px 70px;
	margin-bottom: 40px;
	font-size: 0.8em;
}

.comment_author span.author{
	display: block;
	float: left;
	width: 250px;
	line-height: 3em;
	margin-left: 20px;
}

.avatar{
	display: block;
	float: left;
	width: 40px;
}


.intituleCV{
	float: left;
	clear: left;
	width: 150px;
	background: transparent;
	line-height: 1.8em;
	color: #C23324;
}

.libelleCV{
	float: left;
	width: 550px;
	line-height: 1.8em;
}

.intituleLien{
	float: left;
	clear: left;
	width: 150px;
	background: transparent;
	margin-bottom: 20px;
	line-height: 1.8em;
}

.libelleLien{
	float: left;
	width: 550px;
	margin-bottom: 20px;
	line-height: 1.8em;
}


.gras{
	font-weight: bold;
}

blockquote{
	font-style: italic;
	margin: 0 10px;
	border-left: 3px solid #6C624C;
	padding-left: 10px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright{
	float: right;
	clear: left;
}

.alignleft{
	float: left;
}

#cv-menu{
	background: transparent url(images/bg_cv_menu.gif) top left no-repeat;
}

#moi p{
	padding: 50px 0px 0px 0px;
	text-align: left;
	font-size: 0.9em;
	text-align: justify;
}



.template{
  float:left;
  width: 180px;
  margin: 20px 5px;
  background: transparent url(images/bg_template.GIF) top left no-repeat;
  text-align: center;
  border: 1px solid #780A0A;
  border-width: 0px 2px 2px 0px;
  font-variant: small-caps;
}

.tmpl_apercu{
  background: transparent url(images/magnifier.png) left 0 no-repeat;
  padding-left: 22px;
}

.tmpl_telecharger{
  background: transparent url(images/disk.png) left 0 no-repeat;
  padding-left: 22px;
}

code{
	font-size: 1.2em;
}

/* Titles */

h1{
	display: none;
}

h2{
	text-transform: uppercase;
	color: #867653;
	
	font-family: Impact, Charcoal, sans-serif;
}


.post h2{
	font-size: 1.6em;
	font-weight: lighter;
	color: #867653;
	/*border-bottom: #867653 10px solid;*/
	
	/*background: transparent url(images/bg_titlepost.GIF) left bottom no-repeat;*/
	/*background: transparent url(images/bg_titlepost2.GIF) left bottom no-repeat;*/
	padding-left: 15px;
	
}

h2.pagetitle{
	font-size: 1.6em;
	font-weight: lighter;
	color: #867653;
	background: transparent url(images/bg_titlepost2.GIF) left bottom no-repeat;
	padding-left: 15px;
	padding-bottom: 25px;
	border: none;
	margin: 0px 5px;
	text-transform: uppercase;
}

.post h3{
	font-family: Impact, Charcoal, sans-serif;
	font-weight: lighter;
	font-size: 1.4em;
	border-bottom: #867653 1px solid;
}

.post h4{
	font-family: Impact, Charcoal, sans-serif;
	font-weight: lighter;
	font-size: 1.2em;
}

#derniers_articles h2, #archivess h2{
	display: none;
}

#moi h2{
	display: none;
}

.cv-section h3, h3.liens{

	font-size: 1.4em;
	font-weight: lighter;
	color: #867653;
	padding-left: 15px;
	border: none;
	margin: 50px 0px 20px 0px;
	text-transform: uppercase;
	border-bottom: #867653 1px solid;
}

.widget_categories h2{
	display: none;
 }
 
 .template h4{
	color: #EBBE48;
	margin: 10px auto;
	font-size: 1.3em;
	text-transform: uppercase;
}



/* Lists */

li{
	list-style-type: none;
	
}

ul#main_menu{
	position: absolute;
	margin-top: 60px;
	margin-left: 500px;
}

ul#main_menu li{
	display: block;
	margin: 4px 0px;
	width: 250px;
	height: 45px;
}

.post ul{
	margin-bottom: 15px;
}

.post ul li{
	list-style: square inside;
	line-height: 1.6em;
}

#inner_footer ul li{
	border-bottom: #EFE1C2 1px dashed;
	font-size: 1em;
	line-height: 1.6em;
	font-variant: small-caps;
	list-style: square inside;
}

.widget ul li{
	border-bottom: #CAB78C 1px dashed;
	font-size: 1em;
	line-height: 1.6em;
	font-variant: small-caps;
	list-style: square inside;
	margin: 0px;
}

.widget ul{
	padding-top: 50px;
	background: transparent url(images/categories.GIF) left top no-repeat;
	margin-left: -10px;
	margin-bottom: 20px;

}

.cv-section ul li{
	line-height: 1.6em;
	list-style-type: square;
	list-style-position: inside;
}
 
#cv-menu ul {
	margin-left: 250px;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}

#cv-menu ul li{
	cursor: pointer;
	line-height: 1.6em;
	height: 25px;
	background: transparent url(images/bg_cv-item.GIF) left bottom no-repeat;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 1.5em;
	padding: 5px 20px;
	margin: 5px 0;
	color: #C23324;
	list-style-type: square;
	list-style-position: inside;
}

#cv-menu ul li.hover{
	background: transparent url(images/bg_cv-item-over.GIF) left bottom no-repeat;
	color: #EBBE48;
}

.template ul{
	background: #EBBE48;
	margin: 10px 0;
}

.template ul li{
	text-align: left;
	margin-left: 20px;
	list-style-type: none;
}

#moi{
	background: transparent url(images/apropos.GIF) left top no-repeat;
	padding: 0px;
	margin: 30px 10px 30px 0; 
}

/* Links */

a{
	color: #780A0A;
	text-decoration: none;
}
/*
a:hover{
	color: #D39D1C;
}
*/
h1 a{
	color: #D49B00;
}

h1 a:hover{
	color: #D39D1C;
}

ul#main_menu li a{
	display: block;
	width: 250px;
	height: 45px;
	background: transparent;
}

ul#main_menu li a:hover{
	background: transparent url(images/menu_etoile.gif) 0 4px no-repeat;
}


.post h2 a{
	color: #780A0A;
}

.nav_prev a, .nav_next a{
	background: transparent url(images/button-right.PNG) right top no-repeat;
	padding: 3px 5px 3px 0px;
}




/*Forms */

input.text, textarea.text{
	color: #6C624C;
	border: 1px solid #E5D9C1;
	border-top-color: #CBBFA7;
	border-left-color: #CBBFA7;
	font: 14px Arial, Helvetica, sans-serif;
	background: #f3ead9 url(images/bg_input.GIF) ;
	padding: 2px;
}

#author, #email, #url{
	margin: 5px 0px;
	height: 16px;
	width: 150px;
}

#comment{
	margin: 5px 0px;
	height: 200px;
	width: 350px;
}


#input_search{
	
	height: 16px;
	width: 150px;
}
/*
#searchsubmit{
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #6C624C;
	background: #da9e36;
	border: #000000 1px solid;
	height: 20px;
}
*/

#searchsubmit, #submit, .retour, .read{
	background: transparent url(images/bg_button.GIF) top left no-repeat;
	border: 1px solid #C09A3B;
	border-width: 0px 1px 1px 0px;
	padding: 4px 2px 2px 4px;
	font-family: Impact, Charcoal, sans-serif;
	text-transform: uppercase;
	color: #C23324;
	cursor: pointer;
	font-size: 1em;
}

.retour{
	float: right;
}

.read{
	float: right;
	margin: 10px;
}

.required{
	color: #C23324;
}


/*  Images */

img.image, .wp-caption  img{
	background: #FCF3E1;
	border: 1px solid #E2D5BA;
	padding: 10px;
	margin: 10px;
}

#cv-menu img{
	margin: 45px auto;
}

#moi p img{
	margin: 0 0 10px 10px;
	float: right;
}

/* pub google*/
.google-ad{
	margin: 20px 0;
	width: 230px;
	background: #CBBFA7;
	text-align: center;
	padding: 14px 0;
}

