body {
	margin: 0;
	padding: 0;
	background: #3D3D3D;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #D33333;
}

h1 {
	font-size: 197%;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

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

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Wrapper */

#wrapper {
	padding-top: 20px;
	background-color:#3D3D3D;
}

/* Header */

#header {
	width: 900px;
	height: 183px;
	margin: 0 auto;
	background-image:url(images/header.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 189px;
	height: 183px;
	padding: 0 0 0 0;
	background-image:url(images/logo.jpg);
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: left;
	width: 600px;
}

html>body #search {
	width: auto;
}

#search form {
	margin: 0;
	padding: 30px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}



#searchsubmit {
}

/* Menu */

#menu {
	width: 900px;
	height: 220px;
	margin: 0 auto;
	background-color:#666666;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 250px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li:hover {
}

#menu a {
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 136%;
	color: #E8FF86;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/img05.gif);
	background-repeat: repeat-y;
}

/* Content */

#content {
	float: left;
	width: 755px;
	padding: 0px 0px;
	background-color:#ffffff;
	
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
margin-top:0px;
}

.twocols .col1 {
	float: left;
	width: 354px;
	padding:12px;
	
	background-color:#FFFFFF;
}

.twocols .col1b {
	float: left;
	width: 360px;
	padding:0px;
	
	background-color:#FFFFFF;
}

.twocols .col2b {
	float: right;
	width: 360px;
	padding:0px;
	
	background-color:#FFFFFF;
}


.twocols .col1bis {
	float: left;
	width: 700px;
	padding:6px;
	background-color:#FFFFFF;
	color: #000;
}

.twocols .col1bis2 {
	float: left;
	width: 740px;
	padding:7px;
	
	background-color:#FFFFFF;
}

.twocols .cat {
	float: left;
	width: 735px;
	padding:5px;
	
	background-color:#FFFFFF;
}


.twocols .col2 {
	float: right;
	width: 353px;
	padding:12px;
	
	background-color:#FFFFFF;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 145px;
	padding: 0px 0px;
	background-color:#eeeeee;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	background: url(images/img09.gif) repeat-x 0px 31px;
}

#sidebar li ul {
	padding: 15px;
}

#sidebar li li {
	background: none;
}

#sidebar h2 {
	height: 25px;
	margin: 0;
	padding: 5px 0 0 15px;
	background: url(images/img08.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
	font-size: 85%;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar .list li {
	padding: 5px 0;
}

#sidebar .list {
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	background-color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:left;
	line-height:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	vertical-align:middle;
	
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #ffffff;
}

#liens {
	width: 711px;
	height: 30px;
	float:right;
	margin-top: 147px;
	padding-top:4px;
	vertical-align:middle;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	line-height:13px;
	font-family: arial;
	vertical-align:middle;
	color: #000000;
}

#soutien {
	float: right;
	width: 143px;
	height:346px;
	padding: 0px 0px;
	background-image: url(images/soutien.jpg);
}

#soutien2 {
	float: right;
	width: 143px;
	height:346px;
	padding: 0px 0px;
	background-image: url(images/soutien.jpg);
}

#soutiencol {
	float: right;
	width: 143px;
	height:346px;
	padding: 0px 0px;
	background-image: url(images/soutiencol.jpg);
}

#soutienlyc {
	float: right;
	width: 143px;
	height:346px;
	padding: 0px 0px;
	background-image: url(images/soutienlyc.jpg);
}

#soutiensup {
	float: right;
	width: 143px;
	height:346px;
	padding: 0px 0px;
	background-image: url(images/soutiensup.jpg);
}

#liens_droite {
	float: right;
	width: 137px;
	height:62px;
	padding-top:8px;
	padding-left:6px;
	background-color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color: #000000;
	font-style: normal;
}


#tel {
	float: right;
	width: 145px;
	height:108px;
	padding: 0px 0px;
	background-color:#CCCCCC;
}

#inf {
	float: right;
	width: 145px;
	height:108px;
	padding: 0px 0px;
	background-image: url(images/inf.jpg) repeat-x;
}

#content {
	float: left;
	width: 755px;
	
	padding: 0px 0px;
	background-color:#ffffff;
	
}

.footcol1 {
	float: left;
	width: 730px;
	margin-top:-10px;
	padding-left:20px;
}

.footcol2 {
	float: right;
	width: 145px;	
	margin-top:-20px;
	background-image:url(images/okaneo.jpg) no-repeat;
}

.style1 {
	font-size: 10px;
	color: #000000;
}
.style2 {color: #666666}

.style3 {
	font-size: 15px;
	color: #0066CC;
	font-weight:bold;
}

.p_border {
border:solid;
border-color:#0000FF;
border-width:thin;
}

 /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(img.php.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:335px !important; /* IE Win = width - padding */
      width: 320px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 15px 40px} /* mirror .cssbox_head right/left */
#page #content .twocols .col1bis table tr td .texte {
	text-align: left;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

