/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a1a1a;
	background:#ffffff url(images/fond_bg.png) repeat-x;
}

h1 {
}

h1, h2, h3, h4, h5, h6, .nom, .menu {
	color: #1a1a1a;
}

strong {
	font-weight: bold;
}

input, textarea{
        color: #1a1a1a;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	width: 928px;
	height: 190px;
	margin: 0 auto;
	background: url(images/img01-2.png) repeat-x;
}

/* Menu */

#menu { float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(images/img02-2.png) no-repeat;
        color: #FFFFFF;
}

#menu li {
	display: inline;
}

#menu li span{
        color: #FFFFFF;
        padding: 8px 0px 0px 0px;
        font-size: 13px;
        font-weight: bold;
        float: left;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

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

/* Search */

.search {
	float: right;
	height: 20px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(images/img03-2.png) no-repeat right top;
	font-size: 10px;
}


.search #input1 {
	width: 130px;
	padding: 2px 25px 0 0;
	background: #FFFFFF;
	border: none;
	color: #1a1a1a;
}

.search #input2 {
	height: 21px;
	background: #1a1a1a;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	border:1px solid #FFFFFF;
}

/* Content */

#content {
	width: 928px;
	margin: -3px auto 0px auto;
	height:100%;
	background : #1a1a1a;
}

/* grand cadre */

#colThree {
	float: right;
	width: 928px;
	font-size: 12px;
	padding: 17px 0px 0px 0px;
	color: #1a1a1a;
	background : #FFFFFF;
	border:0px;
}

div.resume3{
	margin: 0;
	padding: 3px;
	border: 1px solid #1a1a1a;
	color : #1a1a1a;
	-moz-border-radius:5px;
}

div.resume3 div.titreresume3{
	padding: 5px;
	background: url(images/milieu-nfs-shift.png) repeat-x;
	margin-bottom: 2px;
	-moz-border-radius:5px;
}

div.resume3 div.titreresume3 h1{
	color : #54970C;
	font-size: 15px;
	display : inline;
	font-weight: bold;
}

/* Footer */

#footer2 {
	clear: both;
        color: #A1A1A1;
        width: 928px;
        padding-top:7px;
	margin: 0 auto;
	background: url(images/bascentre-2.png) repeat-x;
	font-size:11px;
}

#footer p {
	margin: 0;
	text-align: center;
        color: #FFFFFF;
        font-size:12px;
}

/* PAGINATION */

div.pagination{
   color : white;
   border : 1px solid #1A1A1A;
   display : inline;
   margin-left : 5px;
   margin-right : 5px;
   padding:2px;
}

div.pagination a{
   color : #1A1A1A;
   text-decoration:none;
}

div.pagination1{
   color : white;  
   border : 1px solid #1A1A1A;
   background : #1A1A1A;
   display : inline;
   margin-left : 5px;
   margin-right : 5px;
   padding:2px;
}

div.pagination1 a{
   color : white;
   text-decoration:none;
}

div.pagination2{
   color : black;
   border : 1px solid #1A1A1A;
   display : inline;
   margin-left : 5px;
   margin-right : 5px;
   padding:2px;
}

div.pagination2 a{
   color : #1A1A1A;
   text-decoration:none;
}