/*
Theme Name: Blog Amaury Sauvé
Theme URI: http://www.amaurysauve.com/
Description: First Theme
Version: 1.0
Author: Amaury Sauvé
 
Creation Theme by Aamury Sauvé || http://www.amaurysauve.com
 
*/

/* choisissez le type de blog ici */
@import url('layouts-blog/1col-gauche.css');


/*
############
### BODY ###
############
*/


body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: left;
	background-image: url(images/fondNB.gif);
	background-repeat: repeat-xy;
	color: #000000;
	margin: 0;
}

#page {
width: 690px;
background-color: none;
margin: 0;
}


/*
##############
### HEADER ###
##############
*/


#header {
	width: 400px;
	height: 225px;
	float: right;
	margin: 35px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	background-color: none;
}

/*#header h1 {
	padding: 0 20px 0 0;
	font-size: 30px;
	text-align: center;
}

#header h1 a{
	color: #FFFFFF;
	background-color:#000000;
} 

#header p {
	padding: 0 20px 0 0;
	font-size: 20px;
	text-align: center;
}
*/

#portfolio a {
	width: 400px;
	height: 200px;
	display: block;
	position:relative;
}

#portfolio a:link {
	background-image: url(images/Logo.jpg);
}

#portfolio a:visited {
	background-image: url(images/Logo.jpg);
}

#portfolio a:hover {
	background-image: url(images/Logohover.jpg);
}

#portfolio a:active {
	background-image: url(images/Logo.jpg);
}


#menu {
	width: 200px;
	height: 25px;
	margin-left: 100px;
}

#blog a {
float: left;
width: 100px;
height: 25px;
display: block;
}

#blog a:link {
background-image: url(images/blog.jpg);
}

#blog a:visited {
background-image: url(images/blog.jpg);
}

#blog a:hover {
background-image: url(images/bloghover.jpg);
}

#blog a:active {
background-image: url(images/blog.jpg);
}

#mail a {
float: right;
width: 100px;
height: 25px;
display: block;
}

#mail a:link {
background-image: url(images/mail.jpg);
}

#mail a:visited {
background-image: url(images/mail.jpg);
}

#mail a:hover {
background-image: url(images/mailhover.jpg);
}

#mail a:active {
background-image: url(images/mail.jpg);
}



/*
###############
### CONTENU ###
###############
*/


#content {
	background-color: #FFFFFF;
	width: 470px;
	float: right;
	margin: 0px;
}

#content h2 {
	padding: 0 10px 0 10px;
	font-size: 18px;
	color: #B4A05A;
	background-color: 0#000000;
}

.post_content {
	padding: 0 10px 0 10px;
	margin-bottom: 30px;
	font-size: 13px;
	color: #555555;
	background-color: white;
}


.postmetadata {
	padding: 0 20px 0 20px;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
}



/*
###############
### SIDEBAR ###
###############
*/


.sidebar {
	width: 180px;
	float: left;
	background-color:#FFFFFF;
	margin: 0 10px 0 10px;
}

.sidebar ul{
	text-align: right;
	margin-bottom: 20px;
	list-style-type: none;
	padding: 0 12px 0 0;
}

.sidebar h2 {
	padding-right: 5px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #B4A05A;
}

#search {
	padding: 0 0 0 0;
}


/*
##############
### FOOTER ###
##############
*/


#footer {
	width: 470px;
	float: right;
	margin: 10px 0 10px 0;
	font-size: 10px;
	color: #B4A05A;
	background-color:#000000;
	clear: both;
}

#footer a {
	color: #FFFFFF;
	background-color:#000000;
}

#footer p {
	text-align: center;
	font-size: 10px;
	padding: 0 0px 20px 0;
}


/*
################
### COMMENTS ###
################
*/


.comments-template{
margin: 10px 0 0 0;
}

.comments-template ol{
margin: 10px;
padding: 0 0 0 15px;
list-style: none;
}

.comments-template ol p{
font-family: Arial, Helvetica, Sans-serif;
font-size: 10px;
}

.comments-template ol li{
margin: 10px 0 0 0;
line-height: 15px;
padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
font-size: 14px;
}

.commentmetadata{
font-size: 0.9em;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template textarea{
font-family: Arial, Helvetica, Sans-serif;
font-size: 10px;
}

.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;

}



/*
#############
### LINKS ###
#############
*/


a {
	color: #B4A05A;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:hover {
	color: #000000;
	text-decoration: none;
	background-color: white;
}

#content h2 a{
	font-size: 25px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #B4A05A;
	background-color: white;
}

#content h2 a:hover{
	color: #000000;
	background-color: white;
}

.post_content a {
	color: #B4A05A;
	background-color: white;
}

.post_content a:hover {
	color: #000000;
	background-color:#FFFFFF;
}

.sidebar a {
	background-color:#FFFFFF;
	color: #B4A05A;
}

.sidebar a:hover {
	background-color:#FFFFFF;
	color:#000000;
}

