/*
Theme Name: Adamski
Theme URI: http://www.bordeaux-gabriel.fr/
Description: Theme Le chef François Adamski
Version: 1.0
Author: //mediacrossing:
Author URI: http://www.mediacrossing.fr/

This theme was designed and built by //mediacrossing:,
whose site you will find at http://www.mediacrossing.fr/
*/
/* @override http://adamski.bordeaux-gabriel.fr/wp-content/themes/adamski/style.css */

/* @group COMMON */

body {
	font-family: "georgia";
	background: url(images/bg.jpg) no-repeat #dbdbdb top;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/* @end */

/* @group Haut de page */

#banner{
	margin: 0 auto;
	width: 1024px;
	height:258px;
	background: url(images/banniere.png) no-repeat top;
}

#logo_gabriel{
	float: left;
	margin: 0 0 0 110px;
	padding: 0;
	width: 261px;
	height: 163px;
	text-align: center;
}

#logo_gabriel h2{
	margin: 0;
	padding: 0;
	font-family: "Times";
	font-size: 25px;
	font-weight: lighter;
	color: #9c172f;
}

#banner_titre{
	float: right;
	margin: 0 100px 0 0;
	color: #9c172f;
	text-align: center;
}

#banner_titre h1{
	margin: 100px 0 0 0;
	font-family: Times;
	font-size: 280%;
	font-weight: lighter;
}

#banner_titre ul li{
	float:left;
	margin: 0 5px 0 0;
	display: inline;
}

#banner_titre ul li:before{
	content: " | ";
}

#banner_titre ul li:first-child:before{
	content: " ";
}

#banner_titre ul li a{
	color: #9c172f;
	text-decoration: none;
}

#banner_titre ul li a:hover{
	color: #9c172f;
	text-decoration: underline;
}

.current a {
	color: #6d6d6d !important;
}

.current-cat a{
	color: #9C172F !important;
}

.current_menu a {
	color: #9C172F !important;
}


.clearer{
	clear: both;
}
/* @end */

/* @group Header */

#menu{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 27px;
	background: url(images/bg_menu.png) repeat-y;
}

#menu ul {
	text-align: center;
	padding: 0 5px;
}

#menu ul li{
	display: inline;
	padding: 0 0 0 7px;
}

#menu a {
	text-decoration: none;
	color: #6d6d6d;
}

#menu a:hover {
	text-decoration: underline;
}


#menu ul li:before{
	padding: 0 10px 0 0;
	content: "|";
	color: #6d6d6d;
}

#menu ul li:first-child:before{
	content: " ";
}

#deco_haut {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 1024px;
	min-height: 215px;
	background: url(images/banner_img.png) no-repeat top;
}

#deco_haut p {
	margin: 7px auto 0 auto;
	padding: 10px;
	width: 830px;
	color: #757575;
	font-size: 80%;
	background: #f0f0f0;
}

#deco_haut p a {
	color: #e49a2d !important;
}

#deco_haut p a:hover {
	text-decoration: underline;
}

#banner_flash {
	margin: 0 auto;
	width: 856px;
	height: 215px;
}

#actus{
	margin: 0 auto;
	width: 1024px;
	background: url(images/bg_menu.png) repeat-y;
}

#actus h2{
	margin: 0 0 0 90px;
	width: 845px;
	border-bottom: 1px solid #858598;
	color: #6D6D6D;
}

#actus ul{
	padding: 10px 90px 13px 90px;
	font-size: 90%;
	color: #9C172F;
}

#actus ul li{
	display: inline;
}

#actus ul li:before{
	padding: 0 10px;
	content: " - ";
}

#actus ul li:first-child:before{
	padding: 0;
	content: "";
}

#actus ul a{
	color: #9C172F;
	text-decoration: underline;
}

/* @end */

/* @group Conteneurs */

#container_top {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 8px;
	background: url(images/bg_container_top.png) no-repeat;
}

#container_large{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	min-height:500px ;
	height: auto;
	background: url(images/bg_container.png)  repeat-y;
}

#container{
	margin: 0 auto;
	padding: 0 15px;
	width: 994px;
	min-height:600px;
	height: auto;
	background: url(images/bg_container_large.png)  no-repeat bottom;
}

/* @end */

/* @group Side */

#side_bar{
	float: left;
	margin: 0 0 0 70px;
	padding: 0 0 11px 0;
	width: 274px;
	min-height: 800px;
	height: auto;
}

#side_haut {
	width: 274px;
	height: 8px;
	background: url(images/sidebar_top.png) no-repeat top;
}

#side_bar h2{
	margin:0 15px 0 15px;
	padding: 10px 0 5px 0;
	color: #6d6d6d;
	font-weight: lighter;
	font-size: 120%;
	border-bottom: 1px solid #dedede; 
}

#side_bar ul {
	margin: 0;
	padding: 0 17px;
	color: #6d6d6d;
	font-size: 80%;
}

#side_bar ul li{
	padding: 5px 0 5px 10px;
	color: #6d6d6d;
	border-bottom: 1px solid #dedede;
}

#side_bar ul li a{
	color: #6d6d6d;
	text-decoration: none;
}

#side_bar ul li a:hover{
	color: #6d6d6d;
	text-decoration: underline;
}

/* @end */

/* @group Post */

#globale{
	float: right;
	margin: 0 65px 0 0;
	padding: 0;
	width: 576px;
	min-height: 500px;
	background: #fff;
}

.clearer{
	clear: both;
}

.article{
	margin: 0 auto;
	width: 560px;
}

.post_middle {
	width:558px;
	min-height: 20px;
	height: auto;
}

.post_middle img {
	float: right;
	margin: 0 0 0 5px;
}

.post_middle h3 {
	margin: 10px 0 0 0;
	padding: 0 10px 3px 10px;
	color: #6d6d6d;
	border-bottom: 1px solid #ccc;
}

dt {
	margin: 10px 0 0 0;
	padding: 0 10px 3px 10px;
	width:537px;
	font-weight: bold;
	color: #6d6d6d;
	border-bottom: 1px solid #878799;
}

dt:hover {
	cursor: pointer;
}


dt a {
	color: #9c172f;
}

dt a:hover {
	text-decoration: underline;
}


.link_js {
	cursor: pointer;
}

.link_js:hover {
	
}

.link_js a{
	color: #9c172f !important;
	text-decoration: none;
}

.link_js a:hover {
	text-decoration: underline;
}

.post_middle a {
	color: #9C172F !important;
}

.join_us_bottom{
	color: #9C172F !important;
}

.post_middle a:hover {
	text-decoration: underline;
}

.post_middle p a strong {
	clear: both;
	float: right;
	margin: 10px 5px 10px 0;
}

.post_middle p a span {
	font-weight: bold;
}

.image_article_haut{
	margin: 0 0 10px 10px;
	float: right;
}

.post h2{
	margin: 0;
	padding: 30px 0 10px 120px;
	width:440px ;
	min-height: 26px;
	height: auto;
	font-size: 150%;
	color: #6d6d6d;
	background: url(images/img_article_accueil.png) no-repeat bottom;
}

.post h2 a{
	color: #6d6d6d;
	text-decoration: none;
}

.post h2 a:hover{
	text-decoration: underline;
}

.post p{
	padding: 10px;
	font-size: 80%;
	color: #6d6d6d;
	text-align: justify;
}

.post ul:first-child {
	padding: 10px 10px 0 30px;
	font-size: 80%;
	text-align: justify;
	color: #6d6d6d;
}

.post ul {
	padding: 0 10px 10px 30px;
	font-size: 80%;
	text-align: justify;
	color: #6d6d6d;
}

.post ul li {
	padding: 5px 0;
	list-style: disc;
}

.post ul li strong {
	font-weight: bold;
}

.post ul li a{
	color: #6d6d6d;
}

.post ul li a:hover{
	text-decoration: underline;
}

.post ul li ul {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 100%;
}

.post p a{
	color: #6d6d6d;
	text-decoration: none;
}

.post p a:hover{
	color: #6d6d6d;
	text-decoration: underline;
}

.img_article_accueil_bas{
	width: 557px;
	height: 66px;
	background: url(images/img_article_accueil_bas.png);
}

.article_petit{
	float: left;
	margin: 0 14px 0 5px;
	padding: 0;
	width: 268px;
	min-height: 30px;
	height:auto;
}

.post_petit h2{
	margin: 0;
	padding: 20px 0 0 20px;
	width: 276px;
	height: 16px;
	color: #6d6d6d;
	text-transform: uppercase;
	background: url(images/post_petit_top.png) no-repeat;
}

.post_petit h2 a{
	color: #6d6d6d;
	text-decoration: none;
}

.post_petit h2 a:hover{
	text-decoration: underline;
}

.post_petit p{
	margin: 0;
	padding: 5px 20px;
	width: 236px;
	font-size: 80%;
	text-align: justify;
	color: #6d6d6d;
	background: url(images/article_petit_bg.png) repeat-y;
}

.post_petit p img{
	margin: 0 0 0 -11px;
}

.post_petit p a{
	color: #6d6d6d;
	text-decoration: none;
}

.post_petit p a:hover{
	color: #6d6d6d;
	text-decoration: underline;
}

.bas_article_petit {
	margin: 0;
	padding: 0;
	width: 276px;
	height: 36px;
	background: url(images/bas_article_petit.png) no-repeat;
}

.more-link {
	display: block;
	padding: 0 20px 0 0;
	color: #fff;
	font-size: 100%;
	text-align: right;
	text-decoration: underline !important;
}

.wp-image-146{
	padding-left: 10px;
}

/* @end */


/* @group Footer */

#footer {
	margin: 0 auto 30px auto;
	padding: 30px 0 0 0;
	width: 1024px;
	height: 190px;
	font-size: 80%;
	background: url(images/footer.png) no-repeat;
}

/* My Comment */

#liens{
	float: right;
	margin: 10px 0 0 0;
	width: 1024px;
}

#liens ul{
	margin: 0;
	padding: 5px 85px 0 0;
	text-align: right;
}

#liens ul li{
		margin: 0 10px 0 0;
		display: inline;
		color: #6d6d6d;
}

#liens ul li a:hover {
	text-decoration: underline;
}

#liens ul li a, #liens ul li a:visited{
	color: #6d6d6d;
	text-decoration: none;
}

#liens ul li:before{
	padding: 0 10px 0 0;
	content: " - ";
}

#liens ul li:first-child:before{
	content: "";
}

.fn {
	color: #CB8316;
}

#copyright{
	float: right;
	margin: 5px 95px 0 0;
	width: 420px;
	padding:0;
	text-align: right;
	color: #6d6d6d;
}

#formulaire{
	color: #6d6d6d;
}

form {
	margin: 0 0 0 10px !important;
}

label{
	display: block;
	margin: 10px 0 0;
}

input{
	border: 1px solid #6d6d6d;
	padding: 5px;
}

#formulaire input[type=submit]{
	margin: 20px 0;
	padding: 5px;
	background: #CB8316;
	color: #fff;
}

select{
	border: 1px solid #6d6d6d;
	padding: 2px;
}

.required{
	color: red !important;
}

.required input, .required textarea, .required select{
	padding: 0 0 5px !important;
	border: 1px solid #CB8316;
}

/* @end */

/* @group fil d'ariane */

#filariane ul{
	margin: 0 10px 15px 10px;
	border-bottom: 1px solid #cdcdcd;
}

#filariane ul li{
	display: inline !important;
	font-size: 80% !important;
	color: #6d6d6d;
}

#filariane ul li a{
	color: #6d6d6d;
	font-weight: bold;
}

#filariane ul li a:hover{
	color: #9C9C9C;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.link_js{
	cursor: pointer;
}

/* @end */
