/*  
Nom du Thème : DrivingGlobes
Auteur : Neolien (http://annuaire.webdconseils.com/)
*/

@import url(reset.css);

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

a:hover{
	text-decoration: underline;
}

body {
    font-family: Arial, sans-serif; color: #183152;
}

	p img {
    float:left;
    margin:0 10px 0 0;
    padding-left: 6px;
    padding-bottom: 2px;
}
	html {
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#046380;
	scrollbar-track-color:#ffffff;
}

.topsearch{
	font-size:10px;
}


h5 { font: bold 1.31em "Arial", Sans-Serif; margin: 0; color: #046380; }
h6 { font: bold 1.31em "Arial", Sans-Serif; margin: 0; color: #ff6600; }


.catego{
	background: #ffffff;
	width : 200px;
	height: 6px;
    padding: 3px 3px 3px 3px;
	border: 1px dotted #CCCCFF;

}


table.sample { 
    width:100%;
}

table.sample th {
	
}
table.sample td {
    width:33%;
    text-align:left;
	
    padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	-moz-border-radius: 12px;
}


.champs {width: 150px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; border: 1px solid #ff6600; background-color: #000000; font-weight: bold; color: #c2c2c2; text-decoration:none}




.catwdc{
	color:#046380;
	text-decoration:none;
	font-size:13px;
}

.catwdc a{
	color:#046380;
	text-decoration:none;
	font-size:13px;
}

.catwdc a:hover{
	color:#ff6600;
	text-decoration:none;
	font-size:13px;
}



.details{
	color:#ff6600;
	text-decoration:none;
	font-size:11px;
}

.details a{
	color:#ff6600;
	text-decoration:none;
	font-size:11px;
}



.details a:hover{
	color:#046380;
	text-decoration:none;
	font-size:11px;
}

.rss {
	color:#ff6600;
	text-decoration:none;
	font-size:11px;
}



.rss a{
	color:#046380;
	text-decoration:none;
	font-size:11px;
}


.rss a:hover{
	color:#4BB5C1;
	text-decoration:none;
	font-size:11px;
}


.annau{
	color:#ffff00;
	text-decoration:none;
	font-size:28px;
}


.annau:hover{
	color:#F1F1F1;
	text-decoration:none;
	font-size:28px;
}

.sitetable {
	width: 100%;
	border: 1px dotted #c2c2c2;
	vertical-align : top;
}

.sitetables {
	width: 100%;
	vertical-align : top;
}

.sitetd {
	border: 1px dotted #c2c2c2;
}

.votelargeur {width: 50px;}

a.cat_display {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color:#333333;
}

a.cat_display:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color:#CC0000;
	}

a.subcat_display {
	text-decoration: none;
	font-size: 10px;
	border-bottom : 1px dotted #CCC;
}


.votetable {
	background: #ffffff;
	width : 50px;
	height: 92px;
	margin-right: 5px;

}

.vote span.note {
font-size: 9px;
height: 12px;
display: block;

}
.vote span.nombre 
{
font-size: 16px;
display: block;
}

.vote a{
	color: #046380;
	font-size: 16px;
	font-weight: bold;
}

.vote a:hover{
	color: #046380;
	font-size: 16px;
	font-weight: bold;
}

/* Onglets fiche site */
#containered {
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; 
	width: 470px;
}

#containered hr {
	clear: both;
	border: 1px solid #CCC;
	margin-top: 10px;
	width: 50%;
}

#containered ul#mest {	
	font-weight: bold;
}
#containered ul#mest li {
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; 
	display: inline;
	margin: 1px;
}
#containered ul#mest li a {
text-decoration: none;

}
#containered ul#mest li a:hover {
text-decoration: none;
color: #333333;
}
#containered h1,

#containered .content {
	border: 1px solid #d5d5d5;
	padding: 10px;
	text-align: left;
}

#containered a.current {
	padding: 5px 3px;
	border: 1px solid #d5d5d5;
	background-image: url(images/shadeactive.gif);
	border-bottom-color: white;
	background-color: white;
	color: #333333;
	font-size: 12px;
}
#containered a.ghost  {
	padding: 5px 3px;
	margin-right: 1px;
	border: 1px solid #d5d5d5;
	color: #333333;
	font-size: 12px;
	background: white url(images/shade.gif) top left repeat-x;
}

#containered a.current:hover {
	padding: 5px 3px;
	border: 1px solid #d5d5d5;
	background-image: url(images/shadeactive.gif);
	border-bottom-color: white;
	background-color: white;
	font-size: 12px;
	color: #333333;
}
#containered a.ghost:hover  {
	padding: 5px 3px;
	margin-right: 1px;
	border: 1px solid #d5d5d5;
	color: #333333;
	font-size: 12px;
}

#containered .on {
	display: block;
	text-align: left;
}
#containered .off {
	display: none;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

strong {
	font-weight: bold;
}

#page {
	width: 723px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
    position: relative;
	background: url(images/header.jpg) no-repeat;
	height: 152px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
	background: url(images/wrapper.png) repeat-y;
}

#content {
	float: left;
	width: 482px;
	padding: 7px;
}

#sidebar {
	float: right;
    width: 227px;
}

#footer {
	clear: both;
}

#headerimg {
    padding: 30px 0 0 140px;
}

#headerimg a {
}

.description {
    font-size: 12px;
	color: #046380;
	 padding: 0px 0 0 178px;
}
ul#navi-bar {
    font-size: 12px;
	float: right;
	padding-top: 88px;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    float: left;
}

ul#navi-bar li:hover {
    float: left;
	background: url(images/right-nav.png) no-repeat right;
}

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 5px 10px;
	height: 15px;
	display: block;
	float: left;
}

#navi-bar a:hover {
	background: url(images/left-nav.png) no-repeat left;
	color: #FFF;
}

#sidebar ul {
	font-size: 10px;
	padding: 3px !important;
	padding: 3px 0;
	font-family: Tahoma, sans-serif;
	width: 221px;
}

#sidebar ul h2 {
    font-size: 12px;
	margin: 0 0 4px 0;
	background: url('images/sidebar-heading.png') no-repeat;
	padding: 12px 0 12px 40px;
	color: #FFF;
}

#sidebar ul li {
    margin-bottom: 10px;
	background: #FFF url('images/sidebar-bottom.png') no-repeat bottom;
}

#sidebar ul ul {
	padding: 0 3px;
	width: 215px;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
	background: #FFF url('images/sidebar-list.png') no-repeat;
	width: 197px;
	padding: 8px;
}
#sidebar ul ul li:hover {
	background: #FFF url('images/sidebar-list-hover.png') no-repeat;
}
#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
	background: url('images/bullet.png') no-repeat left;
	display: block;
	padding-left: 10px;
	color: #111111;
}
#sidebar a:hover {

}

#sidebar a:visited {

}

blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

.post {
    margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 14px;
}

.post .post-heading {
	line-height: normal;
	font-family: Tahoma, sans-serif;
	background: url('images/post-heading.png') no-repeat;
	float: right;
	width: 407px;
	height: 44px;
	margin: 5px 0;
	padding: 2px 5px;
}

.post .post-heading p {
	font-size: 12px;
	margin-top: 2px;
	color: #9ea7a8;
}
.post h2 a:hover, h2 a:visited, h2 a {
	font-size: 20px;
}

.post .posted {
	font-size: 10px;
	line-height: normal;
	width: 55px;
	height: 55px;
	float: left;
}

.post .posted div {
	text-align: center;
}

.post .posted div.month {
	font-weight: bold;
	padding-top: 5px;
	color: #FFF;
}

.post .posted div.day {
	padding-top: 8px;
	font-size: 30px;
	color: #e3471c;
}
.post p {

}

.post a {

}


.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    margin: 5px 0;
	line-height: normal;
}

.postmetadataalt {
	margin: 0 -7px;
	background-color: #cee8f5;
	padding: 10px;
}

.commentes {
	background: url('images/comments.png') no-repeat left;
	padding: 2px 0 2px 20px;
}
.commentes a {
	color: #3d566c;
}

.entrytext {

}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #999999;
}

ol.commentlist li {
    margin-bottom: 1em;
    padding: 20px;
}

ol.commentlist li p {
    color: #000;
}

ol.commentlist li.alt {

}

ol.commentlist a {
	color: #3d566c;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
    color: #3d566c;
}

#commentform p {
    font-size: 11px;
    margin: 0 0 5px 0;
    color: #3d566c;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    border-top: 3px solid #b5ccd7;
    border-left: 2px solid #b5ccd7;
    background-color: #cee8f5;
	color: #000;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
	font-weight: bold;
    color: #898989;
}

h3#comments, h3#respond {
    font-size: 16px;
    font-weight: bold;
    color: #3d566c;
    margin: 15px 0 4px 0;
}

#submit {
    background: url(images/submit.png) no-repeat;
    padding: 5px 5px;
	width: 116px;
    text-align: center;
    border: 0;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}

.gravatar {
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
}

.skit {
	background: url('images/author.png') no-repeat right 25px;
	padding: 10px 0;
}

.skutt {
	padding: 30px 0;
}

.search-boox {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
}
#searchform {
}

#searchform div {
	padding: 10px 5px;
}
#searchform #s {
	width: 140px;
	padding: 5px;
	background: url('images/search.png') no-repeat;
	border: none;
}

#searchform #searchsubmit {
	background: url('images/go.png') no-repeat;
	border: 0;
	padding: 5px !important;
	padding: 3px;
	margin: 0;
	width: 46px;
	color: #FFF;
	float: right;
}

#calendar_wrap {padding: 10px;}
#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

#footer-meta {
    font-size: 12px;
    padding: 20px 5px;
}

#footer p {
	margin: 0;
}

.clear {
    clear: both;
}

.ad {
	margin: auto;
	position: absolute;
	bottom: 0px;
}

#tag_cloud div {
	padding: 10px;
}

#tag_cloud div a {color: #000; display: inline;}

#sticky {
	height: 212px;
	background: url('images/sticky.png') no-repeat;
}

#sticky .post {
	padding: 40px;
	height: 132px;
	margin: 0;
	overflow: hidden;
}

#sticky .post .posted{
	background: url('images/sticky-post.png') no-repeat;
}
#sticky .post-heading {
	background: none;
	float: left;
}

.stickys {float: left; width: 550px; padding-left:10px;}
