/*
Theme Name: AFCB
Theme URI: http://www.afcb.fr/
Description: Thème du blog AFCB.
Version: 1.0
Author: Nathalie Dufour
Tags: afcb
*/

/* Eléments de base */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #979799;
	font-size: 13px;
	background-color: #f9f9f9;
}

img {
	border: 0;
	vertical-align: middle;
}

input {
	vertical-align: middle;
}

a {
	color: #fc7403;
	text-decoration: underline;	
}

a:hover {
	color: #979799;
}

h1 {
	margin: 0;
	padding: 3px 0 0 0;
	color: #999;
	font-size: 16px;	
}

h1 a {
	color: #999;
}

h2 {
	color: #fc7403;
	font-size: 20px;
}

h2 a {
	color: #fc7403;
}

h6 {
	color: #979799;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

h6 a {
	color: #979799;
}

small {
	font-size: 11px;	
}

ul {
	margin: 5px 0 10px 10px;
	padding: 0 0 0 10px;	
}

li {
	margin: 5px 0 0 0;
	list-style-image: url(images/li.png);
}

table {
	border: 0;
	border-spacing: 0;
}

td {
	padding: 5px 3px 5px 3px;
	vertical-align: top;
}

/* Classes */

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

.clear {
	clear: both;	
}

.text_left {
	text-align: left;	
}

.text_center {
	text-align: center;	
}

.text_right {
	text-align: right;	
}

.margin_none {
	margin: 0;	
}

.padding_none {
	padding: 0;	
}

.text_orange, .text_orange a {
	color: #fc7403;	
}

.text_darkgrey, .text_darkgrey a {
	color: #333;	
}

.text_white, .text_white a {
	color: #fff;	
}

.text_darkblue, .text_darkblue a {
	color: #4a4a7f;
}

.li_style_none li {
	list-style: none;
}

/* Positions */

.center_ie {
	text-align: center;
}

.center_moz {
	margin: 0 auto 0 auto;
	width: 952px;
}

#header {
	width: 100%;
	height: 160px;
	background: url(images/header_background.png) repeat-x;
}

#header_afcb {
	width: 600px;
	margin: 60px 0 0 30px;
}

#header_corporate {
	width: 220px;
	height: 50px;
	margin: 0 50px 0 0;
}

#header_bottom {
	width: 100%;
	height: 30px;
	background: url(images/header_bottom_background.png) repeat-x;
}

#header_bottom_center {
	height: 30px;
	background: url(images/header_bottom_center.png) no-repeat top center;
}

#main {
	padding: 20px;
	width: 910px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #fff;
}

#content {
	width: 590px;
	margin: 0;
}

.content_hr {
	width: 590px;
	height: 1px;
	background-color: #cccccc;
	margin: 5px 0 5px 0;
	overflow: hidden;
}

#sidebar {
	width: 270px;
}

.sidebar_hr {
	width: 260px;
	height: 1px;
	background-color: #cccccc;
	overflow: hidden;
}

#footer_top {
	height: 10px;
	background: url(images/footer_top.png) no-repeat top center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#footer {
	width: 100%;
	height: 100px;
	background-color: #fc7403;
}

#footer_left {
	width: 300px;
	padding: 20px 0 0 50px;
}

#footer_right {
	width: 300px;
	padding: 20px 50px 0 0;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */