/*  
Theme Name: Template Save Antaria
Theme URI: http://wordpress.org/
Description: Theme Antaria pour Worpress.
Version: 1.0
Author: LeProjetWeb
Author URI: http://www.leprojetweb.com/

*/


body {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #A38E7F url('images/background.gif');
	color: #184B75;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#page {
	background-color: #FFFFFF;
	border: 1px solid #959596;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 780px;
	}


/* --------------------------------------- HEADER --------------------------------------- */

#header {
	background: #212833 url('images/header.jpg') no-repeat bottom center;
	margin: 0px; 
	padding: 0px; 
	height: 243px; 
	width: 780px;
	}

.logo {
	width: 158px;
	height: 59px;
	margin: 0px;
	padding: 121px 0px 0px 86px;
	}

.description {
	font-variant: small-caps;
	font-size: 24px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #CC932E;
	padding: 0px 0px 0px 110px;
	}



/* --------------------------------------- MENU SIDEBAR --------------------------------------- */

#sidebar {
	width: 163px;
	color: #FFF;
	margin: 0px;
	padding: 30px 0px 40px 27px;
	float: left
	}
#sidebar ul, li, ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar ul {
	margin-bottom: 30px;
	}
#sidebar li {
	background: #212833 url('images/bg_title_menu.gif') no-repeat top left;
	line-height: 40px;
	padding: 0px 0px 0px 5px;
	color: #D3EBF7;
	font-variant: small-caps;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	background-color: inherit;
}
#sidebar li a, #sidebar li a:visited  {
	text-decoration: none;
	color: #D3EBF7;
	background-color: inherit;
}
#sidebar li a:hover {
	text-decoration: underline;
	color: #D3EBF7;
	background-color: inherit;
	}
#sidebar li ul {
	margin-bottom: 10px;
	}
#sidebar li li{
	background: none;
	line-height: 16px;
	padding: 0px;
	font-variant: normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #FFF;
	background-color: inherit;
	}
#sidebar li li a, #sidebar li li a:visited  {
	text-decoration: none;
	color: #FFF;
	background-color: inherit;
	}
#sidebar li li a:hover {
	text-decoration: underline;
	color: #FFF;
	background-color: inherit;
	}
#sidebar li li {
	list-style-image: url('images/puce_sidebar.gif');
	margin-left: 15px;
	}
#sidebar form {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	color: #D3EBF7;
	background-color: inherit;
	}
#sidebar .button {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#sidebar .box {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 3px 0;
	background-color : #FFFFFF;
	border: 1px solid #D6D6D6;
	}

#sidebar a {
color: #CC932E;
text-decoration: underline;
}
#sidebar a:hover {
color: #D3EBF7;
text-decoration: underline;
}


/* --------------------------------------- MENU CONTEXTBAR --------------------------------------- */

#contextbar {
	position: absolute;
	top : 254px;
	width: 173px;
	color: #FFF;
	margin: 0px;
	margin-left: 570px;
	padding: 30px 0px 40px 27px;
	/*float: left*/
	}
#contextbar ul, li, ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#contextbar ul {
	margin-bottom: 30px;
	}
#contextbar li {
	background: #212833 url('images/bg_title_context.gif') no-repeat top left;
	line-height: 40px;
	padding: 0px 0px 0px 5px;
	color: #CC932E;
	font-variant: small-caps;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	background-color: inherit;
}
#contextbar li a, #contextbar li a:visited  {
	text-decoration: none;
	color: #D3EBF7;
	background-color: inherit;
}
#contextbar li a:hover {
	text-decoration: underline;
	color: #D3EBF7;
	background-color: inherit;
}
#contextbar li ul {
	margin-bottom: 10px;
	}
#contextbar li li{
	background: none;
	line-height: 16px;
	padding: 0px;
	font-variant: normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #184B75;
	background-color: inherit;
	}
#contextbar li li a, #contextbar li li a:visited  {
	text-decoration: none;
	color: #184B75;
	background-color: inherit;
	}
#contextbar li li a:hover  {
	text-decoration: underline;
	color: #184B75;
	background-color: inherit;
	}
#contextbar li li {
	list-style-image: url('images/puce_contextbar.gif');
	margin-left: 15px;
	}


/* --------------------------------------- PETIT CONTENU --------------------------------------- */

.narrowcolumn {
	margin-left: 240px;
	margin-top: 30px;
	width: 300px;
	}
.narrowcolumn .post {
	margin: 10px 0 40px 0px;
	padding: 0px;
	}
.narrowcolumn .post a:hover{
	color: #CC932E;
	text-decoration: none;
	}
.narrowcolumn .post a , .narrowcolumn .post a:visited {
	color: #00A9E8;
	text-decoration: underline;
	}
.narrowcolumn .post h2 {
	background: #FFF url('images/quote.gif') no-repeat top left;
	padding: 10px 0px 5px 55px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	}
.narrowcolumn .post h2, .narrowcolumn .post h2 a, .narrowcolumn .post h2 a:visited {
	color: #CC932E;
	text-decoration: none;
	}
.narrowcolumn .post h3 {
	background: #FFF url('images/quote.gif') no-repeat top left;
	padding: 10px 0px 5px 55px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	}
.narrowcolumn .post h3, .narrowcolumn .post h3 a, .narrowcolumn .post h3 a:visited {
	color: #CC932E;
	text-decoration: none;
	}
.narrowcolumn small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #00A9E8;
	}
.narrowcolumn img {
padding: 5px;
}
/* --------------------------------------- GRAND CONTENU --------------------------------------- */

.widecolumn {
	margin-left: 240px;
	margin-top: 30px;
	width: 450px;
	}
.widecolumn .post {
	margin: 10px 0 40px 0px;
	padding: 0px;
	}
.widecolumn .post a:hover{
	color: #CC932E;
	text-decoration: none;
	}
.widecolumn .post a , .widecolumn .post a:visited {
	color: #00A9E8;
	text-decoration: underline;
	}
.widecolumn .post h2 {
	background: #FFF url('images/quote.gif') no-repeat top left;
	padding: 10px 0px 5px 55px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	}
.widecolumn .post h2, .widecolumn .post h2 a, .widecolumn .post h2 a:visited {
	color: #CC932E;
	text-decoration: none;
	}
.widecolumn small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #00A9E8;
	}
.widecolumn p{
	padding-bottom: 15px;
	}
.widecolumn img {
padding: 5px;
}

/* --------------------------------------- ENTRY --------------------------------------- */

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	}
.widecolumn .entry p {
	font-size: 11px;
	}
.entry p a:visited {
	color: #00A9E8;
	}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { 
	text-align:center;
	}


/* --------------------------------------- FOOTER --------------------------------------- */

#footer {
	background: #A38E7F url('images/footer.gif') no-repeat top; 
	padding: 0;
	margin: 0;
	width: 780px;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #705749;
	}
#footer a, #footer a:visited {
	color: #4F3E34;
	text-decoration: underline;
	}
#footer a:hover {
	color: #4F3E34;
	text-decoration: none;
	}


/* --------------------------------------- COMMENTAIRES --------------------------------------- */

.comments {
	padding: 0;
	margin: 40px auto 20px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}
	
.commentlist {
	padding: 0;
	padding-left: 20px;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 11px Verdana, Arial, Sans-Serif;
	color: #666;
	}

.commentlist li {
	font-weight: bold;
	list-style: none;
	border-bottom: #F5E9D5 1px solid;
	padding-top : 10px;
	background: #FFF url('images/quote_comment.gif') no-repeat top right;
	}
.commentlist a, .commentlist a:visited{
		color: #CC932E;
	}
.commentlist a:hover{
	color: #00A9E8;
	text-decoration: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color: #CC932E;
	}

.commentlist p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	}

#commentform {
	padding: 0;
	padding-left: 20px;
	padding-bottom: 30px;
	}
#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px;

	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* --------------------------------------- DIVERS --------------------------------------- */

p {
	margin: 0px;
	padding: 0px;
	}

a img {
	border: none;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 11px;
	letter-spacing: .07em;
	cursor: help;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.navigation {
	color: #00A9E8;
	padding-bottom: 50px;
	}
.navigation a, .navigation a:visited{
	text-decoration: underline;
	color: #00A9E8;
	}
.navigation a:hover{
	color: #CC932E;
	text-decoration: none;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.pagetitle {
	font-size: 12px;
}