

/*
Theme Name: F2 Custom
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: Customized version of the F2 theme.
Version: 1.0.4
Author: Jean-Claude MAILLAND - AUCODE INFORMATIQUE
Author URI: http://www.aucode.fr/
Template: f2
*/

@import url("../f2/style.css");

/* Thématin - container */
.thematics {
	background: transparent url('images/etoile.gif') no-repeat left -3px;
	align:left;
	font-size: 1.4em;
	font-weight: bold;
	color:#555;
	font-family: 'Lucida Grande', Sans-Serif;
	text-align:left;
	text-transform:uppercase;
	position: static;
	padding-left: 20px;
}
/* Layout */
#page {
	min-width:1240px;
	max-width:1240px;
	margin: 0 auto;
	width: 1240px;
}
#container{
  margin:0;
  padding:0 240px 0 240px;
}
#wrapper{
  float:left;
  width:100%;
  border-left:240px solid #eee; /* Sidebar left background color */
  border-right:240px solid #eee; /* Siderab right background color */
  margin-left:-240px;
  margin-right:-240px;
  background-color:#fff;
  display:inline;
}
.sidebar {
	padding: 20px;
}
#sidebar_left{
	float:left;
	width:200px;
	margin:0 0 0 -240px;
	position:relative;
}
#content{
	float:left;
	width:92%;
	margin-right:-100%;
	padding:20px 4%;
	overflow:hidden;
	background:#fff;
}
#sidebar_right{
	float:right;
	width:200px;
	margin:0 -240px 0 0;
	position:relative;
}
#footer {
	clear:both;
	padding:10px;
}

/* Header */

/* Titres, police à baton */
h1, h2, h3, h4, h5, h6 {
	color:#555;
	font-family: 'Lucida Grande', Sans-Serif;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2.4em;}
h3 {font-size:1.8em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}


#hmenu ul {
	width:auto;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

/* Top navigation - alignement à gauche, lmarge gauche */
#hmenu {
	float: left;
	display:inline;
	width:auto;
	border:0;
	padding:0;
	position:relative;zoom:1;
	bottom:25px;
	height:0;
	margin-bottom:-23px;
	left: 2px;
}

/* Top navigation modification des marges*/
#hmenu ul li a {
	display:block;
	color:#FFFFFF;
	padding: 4px 10px;
	margin: 0 1px 0 1px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	background-color: #3871b6;
}

/* sidebar, etoiles devant titre */
.sidebar ul {

	padding:0;
	margin:0;
	list-style: none;
	font-size:1.2em;
}
.sidebar ul h2 {
	background: transparent url('images/etoile.gif') no-repeat left -3px;
	align:left;
	font-weight: bold;
	text-transform:uppercase;
	position: static;
	padding-left: 20px;
	font-size: 1.3em;
	padding-bottom: 2px;
}
/* Chunky Footer - footer widgetisé 3 colonnes de RRS externes */

#chunkyfooter {
width: 1240px;
text-align:left;
background: #eee;
clear: both;
overflow: hidden;
padding-top: 10px;
	float: left;
}

#chunkyfooter div {
width: 377px;
float: left;
padding: 5px 5px 5px 20px;
}

#chunkyfooter h2 {
margin-top: 0;
margin-bottom: 3px;
}

#chunkyfooter ul {
padding-left: 14px;
}


/* Footer */
#footer { 
	text-align:center;
	font-size:1em;
	background:#336699;
	color:#eee;
	border:1px solid #999;
}




