
/*.spip-admin-float {
	display:none;
}*/

/* STYLE GENERAL */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#5A8916;
	text-decoration:none;
}
a:hover {
	color:#FF4000;
	text-decoration:underline;
}

h1 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	text-transform:uppercase;
	color:#FF4000;
	font-size:16px;
	font-weight:normal;
	padding-top:10px;
}

h2 {
	color:#FF4000;/*#5A8916;*/
	font-size:10px;
	font-weight:bold;
	padding:0px;
	margin:10px 0 0 0;
}

/* STRUCTURE GENERALE */

html {
	background-color:#666;
	background-image:url(img/fond.png);
	background-repeat:repeat;
}

body {
	margin:0;
	padding:0;
	min-width:800px;
}

body > table {
	width:100%;
}

table td {
	vertical-align:top;
}

table td.gauche, table td.droite {
	width:10%;
	background-repeat:repeat-y;
}

table td.gauche {
	background-image:url(img/shadow_left.png);
	background-position:top right;
}

table td.droite {
	background-image:url(img/shadow_right.png);
	background-position:top left;
}

table tr.bas {
	height:10px;
}

table tr.bas td.centre {
	background-image:url(img/shadow_bottom.png);
	background-position:top left;
	background-repeat:repeat-x;
}

table tr.bas td.gauche {
	background-image:url(img/shadow_bottom_left.png);
	background-position:top right;
	background-repeat:no-repeat;
}

table tr.bas td.droite {
	background-image:url(img/shadow_bottom_right.png);
	background-position:top left;
	background-repeat:no-repeat;
}

table td#header {
	height:130px;
	margin:0;
	background-color:#D59758;
	background-image:url(img/header.png);
	background-repeat:no-repeat;
}

div#content {
	position:relative;
	width:100%;
	background-color:#FCEBDE;
	background-image:url(img/fond_clair.png);
	background-repeat:repeat;
}
div#content > table {
	width:100%;
}

table td.marge {
	width:30px;
}

table td.colonne {
	width:330px;
	padding:5px 7px 0px 7px;
	color:#222;
	background-image:url(img/fond.png);
	background-repeat:repeat;
}

table td.colonne > div {
	min-height:500px;
}

/*table td.texte, table td.marge {
	background-color:#FCEBDE;
	background-image:url(img/fond_clair.png);
	background-repeat:repeat;
}*/

table td.texte > div {
	padding: 0px 50px 0px 50px;
	min-height:500px;
}

/* STRUCTURE HEADER */
#breadcrumb {
	position:absolute;
	top:0px;
	left:0px;
	right:140px;
	font-size:10px;
	text-transform:none;
	font-family:verdana;
	color:#707F5E;
}

#boite_recherche {
	position:absolute;
	top:0px;
	right:0px;
	width:130px;
	color:#ffffff;
	margin:0px 15px 0 0;
	color:#707F5E;
}

#menu {
position: absolute;
right:10px;
top:88px;
z-index:8;
}

/* FOOTER */
#footer > td {
	height:15px;
	text-align:center;
	padding:0;
	color:#BBB;
	font-size:9px;
}
#footer > td a{
	color:#998C2C;
}

/* MENUS */

.menutitle_on, .menutitle_off {
	background-color:transparent;
	background-image:url(img/fond_menu_title.gif);
	margin:0px;
	padding:5px;
/*	height:20px;*/
	width:111px;
	white-space:nowrap;
	font-size:12px;
	font-weight:bold;
}
a.menutitlelabel, a.menutitlelabel_on{
	display:block;
	width:100%;
	text-align:center;
}

.spacer {
width:5px;
}

.menu_off {
	display:none;
	position:absolute;
	z-index:201;
}
.menu_on {
	position:absolute;
	display:block;
	background-color:white;
	z-index:300;
	margin:0px 0 0 -5px;
	padding: 7px 10px 7px 10px;
	border:1px solid #dadada;
	border-top:0px;
	font-weight:normal;
	text-align:left;
}
.menuitem {
	font-size:11px;
}

.menuscrolldown {
}

#menu a, #menu a:visited, #menu a:hover {
	text-decoration:none;
}

a.secteur1 {
	color:#3F3F3F;
}
#menu a.secteur1:hover {
	color:#aaa;
	width:100%;
	text-decoration:underline;
}

a.secteur2 {
	color:#FF4000;
}
#menu a.secteur2:hover {
	color:#FF9B80;
	width:100%;
	text-decoration:underline;
}

a.secteur3 {
color:#5A8916;
}
#menu a.secteur3:hover {
	color:#82BF3A;
	width:100%;
	text-decoration:underline;
}

#menu a.menutitlelabel, #menu a.menutitlelabel:visited {
text-decoration:none;
}

#menu a.menutitlelabel_on, #menu a.menutitlelabel_on:visited, #menu a.menutitlelabel_on:hover,
#menu a.menuitemlabel_on, #menu a.menuitemlabel_on:visited, #menu a.menuitemlabel_on:hover, 
#menu a.menutitlelabel:hover {
	text-decoration:underline;
}

/* STYLE SPECIFIQUE : Colonne à droite */

body.colonne_droite .colonne {
	width:200px;
}

/* STYLE SPECIFIQUE : Colonne en bas (galerie) */

body.colonne_bas table td.texte > div {
	min-height:0px;
}

body.colonne_bas table td.colonne > div {
	min-height:0px;
}

body.colonne_bas table td.colonne {
	background-image:url(img/fond_clair.png);
}

body.colonne_bas .colonne {
	width:auto;
	text-align:center;
}

body.colonne_bas .marge {
	width:50px;
}

body.colonne_bas .portfolio_item {
	float:left;
	margin-left:5px;
	margin-right:5px;
}

body.colonne_bas #documents_portfolio a img {
	border:1px solid #333;
}


/* STYLE SPECIFIQUE : Pas de colonne */
body.sans_colonne {
	background-image:url(img/fond.png);
}
body.sans_colonne #colonne {
	display:none;
}
body.sans_colonne #content > div.texte {
	margin-left:0px;
	margin-right:0px;
	padding-left:50px;
	padding-right:50px;
}

.colonne {
	font-size:11px;
	color:#CCC;
}

.colonne img {
	border:1px solid #FCEBDE;
}

.colonne a, .colonne a:hover {
	color:#C0ED67;
	text-decoration:none;
}

.colonne h1 {
	color:white;
	padding:0;
	font-size:14px;
}
.colonne h2 {
	color:#FCEBDE;/*#A9D856;/*B7FF50;*/
}

/* TEXTE DE LA PAGE */
.texte h1 {
	clear:both;
	padding-left:30px;
	background-image:url(img/Logo_CED_figure_petit.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
}

.texte hr {
	background:none;
	height:0px;
	border:0;
	clear:both;
	display:block;
	float:none;
	visibility:hidden;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
}

.chapeau {
	color:#444;/*#5A8916;*/
	font-weight:bold;
	font-style:italic;
	margin-bottom:20px;
	font-size:11px;
}

.corps {
	margin:10px 0px;
	font-size:11px;
	text-align:justify;
}

.news {
	font-size:10px;
}

/*.news p {
	margin:0;
	padding:0;
}*/

.news_date {
	font-size:9px;
	font-style:italic;
	text-align:right;
	color:#444;
}

.news_date a, .news_date a:hover {
	font-weight:bold;
	/*font-style:normal;*/
}
.news_date a:hover {
	color:#bbb;
	/*text-decoration:underline;*/
}

.suite {
	/*text-align:right;*/
	padding:0 0 0 15px; 
	margin:0;
}
.suite a, .suite a:hover {
	color:#FCEBDE;
	text-decoration:none;
	font-style:normal;
	font-size:10px;
}
.suite a:hover {
	color:white;
/*text-decoration:underline;*/
}

/* FIL D'ARIANE */
#breadcrumb {
	padding:5px 0 0 15px;
	float:left;
	font-size:10px;
	color:#707F5E;
}

/* FORMULAIRES */
input.text {
	border:1px solid #707F5E;
	font-size:12px;
	color:#707F5E;
}

input.submit {
	border:1px solid #5A8916;
	font-size:12px;
	color:#333;
}

.formulaire_spip fieldset > legend {
	font-size:10px;
}

/* RECHERCHE */
#boite_recherche {
float:right;
width:130px;
color:#ffffff;
margin:0px 15px 0 0;
color:#707F5E;
}

a.lien_rech_them{
font-size:10px;
color:white;
text-decoration:none;
}
a.lien_rech_them:hover{
color:white;
text-decoration:underline;
}

.formulaire_recherche{
background-image: url(img/loupe_recherche.png);
background-repeat:no-repeat;
background-position:bottom left;
padding:5px 0 0px 22px;
margin:0 0 5px 0;
}

.formulaire_recherche form, .formulaire_recherche form div {
margin:0;
padding:0;
}
.formulaire_recherche form div label {
display:none;
}

.formulaire_recherche input.text {
	width:110px;
}
.formulaire_recherche input.submit {
	display:none;
}

.bouton_form {
   background-color: #e95d11;
   border: 1px outset #e95d11;
   color: white;
}


ul {
	list-style:none;
	padding:0;
	margin:0;
}

ul li {
	font-size:10px;
	padding:0px;
	margin:10px 0 0 0;
	padding-left:15px;
	background-image:url(img/puce_orange.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:normal;
}

.colonne ul li {
	font-size:10px;
	padding:0px;
	margin:10px 0 0 0;
	padding-left:15px;
	background-image:url(img/puce_blanc.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:normal;
}

.liste-articles ul li {
	background-image:url(img/puce_article_orange.png);
}
.colonne .liste-articles ul li {
	background-image:url(img/puce_article_blanc.png);
}
.liste-produits ul li a {
	font-size:11px;
	font-weight:bold;
}

.texte .cadre, .texte .liste-articles {
	border: 1px solid #FF4000;
	padding: 0px 10px 10px 10px;
	background-color: #FFF8F2;
	margin-bottom:5px;
}

.colonne ul li a, .colonne ul li a:hover{
	color:#FCEBDE;
	text-decoration:none;
	font-style:normal;
	font-size:10px;
}
.colonne ul li a:hover {
	color:white;
}

span.author a, span.author a:hover {
	font-weight:normal;
	font-style:italic;
}

#documents_portfolio {
	text-align:center;
}

#documents_portfolio a img {
	margin:15px 0px 3px 0px;
	border:1px solid #FCEBDE;
}

