/* ------------------------------------ */
/*                                      */
/*            Généralités               */
/*                                      */
/* ------------------------------------ */

body {
	background: #F1EFE2;
	font: normal 110%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
	margin: 0;
	padding: 0 0 2em 0;
	text-align: center;
}

h1 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}


h2 {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	color: #9BB50C;
	font-weight: bold;
	font-size: 1.3em;
}

h2 span {
	color: #F8BE2A;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.25em;
	color: #9BB50C;
}

h4 {
	clear: left;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #999900;
}

#contenu h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 1.35em;
	border-bottom: 1px solid #E8E5D4;
}
#contenu h3 {
	margin: 20px 0 10px 0;
	letter-spacing: 2px;
}
#contenu h3:first-letter {
	color: #F8BE2A;
}

p {
	margin: 0 0 5px 0;
}

a#lien-accueil {
 position : absolute;
 left: 180px;
 top: 80px;
 width: 550px;
 height: 60px;
}

a {
	color: #9BB50C;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	background : transparent;
}
a img {
	border: 0 none;
}
.cache {
	text-indent: -5000px;
	font-size: 0px;
	line-height: 1px;
	text-decoration: none;
}
tt, samp {
	font-size: 1em;
	color: green;
}

code {
	font-size: 1.2em;
	color: #369;
}

q {
	font-style: italic;
}
kbd {
	font-size : 1.1em;
	padding: 0px 1px;
	border: 1px solid #E2F576;
	border-right: 1px solid #9BB50C;
	border-bottom: 1px solid #9BB50C;
	background: #FFFFC4;
}

ul, li {
	margin: 0;
	padding: 0;
}

#eict label {
	width:8em;
	float:left;
	text-align:right;
	background:url(../images/label.gif) no-repeat center right;
	padding-right:18px;
	color:#9BB50C;
	font-weight:bold;
}

#eict textarea {
	width:70%;
	height:15em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

#eict textarea.fullsize {
	width:98%;
	height:10em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

#eict #dewdisplay textarea.samplecode {
	background:#F1EFE2;
	border:2px solid #ccc;
	font-family: "Courier New", Courier, monospace;
	height:8em;
}

input.textfield {
	width:70%;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

input.textfield:focus, textarea:focus {
	background:#F5FFDC;
}

.eict {
	color: #9BB50C;
	font-weight: bold;
}

.gauche {
	float: left;
	margin-right: 8px;
}
.droite {
	float: right;
	margin-left: 8px;
}
.textegauche {
	text-align : left;
}
.textedroite {
	text-align : right;
}


/* ------------------------------------ */
/*                                      */
/*            Header                    */
/*                                      */
/* ------------------------------------ */

#header {
	position: relative;
	width: 807px;
	height: 135px;
	background: url(../images/header.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}
#evitement {
	position: absolute;
	top: 18px;
	right: 30px;
	background: url(../images/fondliens.gif) left bottom no-repeat;
	text-align: right;
	width: 380px;
}
#evitement ul {
	margin: 0;
	padding: 0 15px 2px 0;
	background: url(../images/coinliens.gif) right top no-repeat;
}
#evitement li {
	list-style-type: none;
	font-size: 0.9em;
	padding: 0;
	display: inline;
	color: white;
	line-height:1.5em;
}
#evitement li a {
	color: white;
}
#headersous {
	width: 807px;
	height: 40px;
	background: url(../images/headersous.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: right;
}
#headersous p {
	padding-top: 15px;
	margin-right:35px;
	margin-bottom: 0;
}


/* ------------------------------------ */
/*                                      */
/*            Menu                      */
/*                                      */
/* ------------------------------------ */

#menu {
	position: relative;
	width: 807px;
	height: 66px;
	background: url(../images/fondmenu.png) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}

#menu ul {
	position: absolute;
	top: 6px;
	left: 338px;
	width: 439px;
	height: 53px;
	padding: 0;
	margin:0;
	list-style: none;
	background: transparent url(../images/menu.png) top left no-repeat;
}
#menu li {
	float: left;
	padding: 0;
	margin:0;
	text-indent: 50px;
}

#menu li a {
	display: block;
	height: 53px;
	width: 145px;
	text-decoration: none;
	font-size: 1px;
	line-height: 53px;
	color: #C6C1A3;
}

#menu li a span {
	position: absolute;
	left: -5000px;
}
#menu li a:hover {
	background: transparent url(../images/menu.png) top left no-repeat;
}

#menu a#creation:hover, #menu a#administrationactive:hover {
	background-position: 0px -53px;
	color: #6882c3;
}
#menu a#consolidation:hover, #menu a#consolidationactive:hover {
	background-position: -145px -53px;
	color: #8fab10;
}
#menu a#continuite:hover, #menu a#continuiteactive:hover {
	background-position: -290px -53px;
	color: #ffc326;
}
#menu a#administrationactive {
  background: transparent url(../images/menu.png) 0px -53px no-repeat;
}
#menu a#consolidationactive {
  background: transparent url(../images/menu.png) -145px -53px no-repeat;
}
#menu a#continuiteactive {
  background: transparent url(../images/menu.png) -290px -53px no-repeat;
}

/* ------------------------------------ */
/*                                      */
/*            Global                    */
/*                                      */
/* ------------------------------------ */

#global {
	width: 807px;
	background: url(../images/fondglobal.png) left top repeat-y;
	margin: 0 auto;
	text-align: left;
}

#global #sidebar {
	float: right;
	width: 225px;
	background: url(../images/logogauche.jpg) right top no-repeat;
	padding-top: 15px;
	line-height: 1.3;
}
#global #sidebar h2 {
	padding-left:1em;
}
#global #sidebar p {
	padding-right: 75px;
}
#global #sidebar ul {
	width: 180px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	list-style-image: url(../images/puce.png);
	background: url(../images/hr2.png) left bottom no-repeat;
}
#global #sidebar li {
	margin: 0 0 0 25px;
	padding: 3px 0 4px 0;
	line-height: 1em;
	width: 160px;
	color: #9BB50C;
}
#eict #sidebar li {
	background: url(../images/hr.gif) left bottom no-repeat;
}

#global #sidebar li.last {
	background: none;
}

#global #sidebar .aussi {
	width: 190px;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.15em;
	text-align: justify;
	padding-bottom: 5px;
	background: url(../images/hr2.png) left bottom no-repeat;
	clear:both;
}
#global #sidebar .aussi h2 {
	margin-left: 50px;
	padding:0;
	font-size: 1.35em;
}

#global #sidebar .aussi img {
	float: left;
}
#global #sidebar .aussi p {
	margin-left: 50px;
	padding-right: 3px;
	color:#666;
}

#global #sidebar h2 {
	width: 170px;
}
#global #sidebar h2.realisation {
	margin-top: 1em;
}
#global #sidebar h2.realisation:first-letter {
	color: #F8BE2A;
}
#global #sidebar p.realisation {
	width: 170px;
	padding-right: 3px;
	margin-left: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #999;
	font-size:smaller;
}

#global #photo {
	float: left;
	margin: 0 0 10px 0;
}

#global #general {
	float: left;
	width: 577px;
}

#global #presentation {
	float: left;
	width: 202px;
	margin: 0;
	text-align: right;
	background: url(../images/fondpresentation.jpg) right top no-repeat;
	padding-top: 15px;
}
#global #presentation p {
	margin-bottom: 15px;
	line-height: 1.3;
	margin-right: 10px;
}
#global #presentation a img {
	margin-right: 10px;
}

#global #accroche {
	clear: left;
	width: 540px;
	margin: 0 0 0 35px;
	background: url(../images/feuillebleue.jpg) 99% 100% no-repeat;
	line-height: 1.3;
}
#global #formations {
	clear: left;
	width: 540px;
	margin: 0 0 0 35px;
}


#global #confiance, #global #blog {
	clear: left;
	width: 540px;
	margin: 20px 0 0 35px;
	line-height: 1.3;
}

#global #accroche p.minimargefeuille {
	padding-right: 40px;
}
#global #accroche p.moyenmargefeuille {
	padding-right: 60px;
}
#global #accroche p.margefeuille {
	padding-right: 90px;
}

#clearombre {
	width: 807px;
	height: 14px;
	background: url(../images/fondglobalombre.png) left top no-repeat;
	margin: 0 auto;
	font-size: 1px;
	clear: both;
}

div#contenu {
	margin: 0 0 0 30px;
	padding: 15px 20px 0 15px;
	line-height: 1.5em;
	background: url(../images/fondpresentation.jpg) right top no-repeat;
}
div#contenu p {
	margin-bottom: 1.1em;
	text-align: justify;
}
div#contenu p.fil {
	color:#999;
	font-size: 0.9em;
}

div#contenu blockquote {
	margin: 1em;
	padding: 0.5em 1em 0 38px;
	background: white url(../images/citation.jpg) left top no-repeat;
	font-style: italic;
	color: #797342;
}
div#contenu blockquote p {
	text-align: right;
	margin: 8px 0;
	font-style: normal;
	padding-right: 25px;
	background: url(../images/citationfin.gif) right bottom no-repeat;
}
#contenu dl {
	margin-bottom: 2em;
	padding-bottom: 20px;
	background: url(../images/hr3.png) left bottom no-repeat;
}
#contenu dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	color: #4166a8;
	letter-spacing: 1px;
}
#contenu dd {
	margin-bottom: 0.5em;
}

#contenu dl.lastone {
	background: none;
	margin-left:0.5em;
}

#contenu dl.lastone dt, #contenu dl.lastone dd  {
	margin-left:0.5em;
}

#contenu h3.menu_ref {
	background:#F1EFE2;
	padding: 0.15em;
	padding-left: 0.5em;
}

#contenu ul {
	padding: 0;
	margin: 0 0 10px 0px;
	list-style-type: none;
}
#contenu li {
	margin: 0 0 0 0;
	line-height: 1.2em;
	margin-bottom: 4px;
	margin-top: 4px;
	background: url(../images/puce.png) left top no-repeat;
	padding-left: 20px;
}

/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */

#footer {
	width: 807px;
	height: 3.5em;
	background: url(../images/footer.png) left bottom no-repeat;
	color: white;
	font-size: 0.95em;
	font-weight:bold;
	text-align: left;
	margin: 0 auto;
	padding-top: 0.5em;
}
#footer p {
	margin: 0 35px 0 40px;
}
#footer a {
	color: white;
}

/* Dotclear */

#dotclear .post, #dotclear #trackbacks, #dotclear #comments {
	margin: 0 0 0 40px;
	width:520px;
}

#dotclear .post {
	line-height: 1.5em;
	text-align:justify;
	padding-top:2em;
}

#dotclear h3 {
	padding-top:1em;
}

#dotclear fieldset {
	border: none;
}

#dotclear label{
	cursor: pointer;
	cursor: hand;
}

#dotclear .field label{
	display: block;
}

#dotclear input,textarea{
	border: 1px solid #999;
}

#dotclear textarea {
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#dotclear .left{
	float: left;
	margin-right: 1em;
}

#dotclear .right{
	float: right;
	margin-left: 1em;
}

#dotclear .post-info {
	color:#999;
	text-align:right;
	position:relative;
	top:-2em;
}

#dotclear #calendar table th {
	color:#8BA620;
}

#dotclear #calendar table abbr {
	border-bottom:none;
	color:#F8B91C;
}

#dotclear #calendar table caption {
	color:#F8B91C;
}

#dotclear #sidebar h2 {
	margin-top:1em;
}

#dotclear #calendar table td {
	color:#ccc;
	margin-bottom:1em;
	text-align:center;
}

#dotclear #calendar table td.active {
	background:#E8EFB9;
	font-weight:bold;
}

#dotclear #sidebar #q{
	margin-left: 1em;
	border:1px solid #eee;
	padding:2px;
}

#dotclear #sidebar .submit {
	padding:1px 5px;
	background:#eee;
	border:1px solid #eee;
	cursor: pointer;
	cursor: hand;
}

#dotclear textarea, #dotclear input {
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

#dotclear input:focus, #dotclear textarea:focus {
	background:#F5FFDC;
}

#dotclear .preview, #dotclear .submit {
	cursor: pointer;
	cursor: hand;
	background:#9BB50C;
	color:#fff;
	font-weight:bold;
}

#dotclear .post-info-co {
	text-align:right;
}
