/* ------------------------------------ */
/*                                      */
/*            Généralités               */
/*                                      */
/* ------------------------------------ */

body { font-family: Arial, Helvetica, sans-serif; color: #004D98; font-size: 12px; 	text-align: center; margin-left: 0px; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; background-image : url('../images/fondTOP.jpg'); background-color: #004D93 }

h1 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}

h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #0081F4;
	font-weight: bold;
	font-size: 14px;
}

h2 span {
	color: #004D98;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.25em;
	color: #004D98;
}

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: 15px;
	border-bottom: 1px solid #0081F4;
}
#contenu h3 {
	margin: 20px 0 10px 0;
	letter-spacing: 2px;
	font-size: 14px;
}
#contenu h3:first-letter {
	font-size: 20px;
	color: #0081F4;
}

p {
	margin: 0 0 5px 0;
}

a#lien-accueil {
 position: absolute;
 left: 180px;
 top: 80px;
 width: 550px;
 height: 60px;
}

a {
	color: #0081F4;
	text-decoration: none;
}
a:visited {
	color: #0081F4;
	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.1em;
	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;
}

/* menu */
div.menu ul { color: #0081F4; }
div.menu li { color: #0081F4; list-style-image: url('../images/picto.gif');   }
div.menu li a { color: #0081F4; display: block; font-weight: normal; list-style-type:disc; list-style-image:url('../images/picto.gif'); list-style-position:inside }
div.menu li a:hover { background-color: #FFFFFF; color: #0081F4; text-decoration: none; list-style-image: url('../images/picto.gif'); }
div.menu li a:visited { color: #0081F4; list-style-image: url('../images/picto1.gif'); text-decoration: none  }

input.textfield {
	width:70%;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

input.textfield:focus, textarea:focus {
	background:#F5FFDC;
}

.alsacreations {
	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: 90px;
	background: url('../images/logo-darta-jet.gif') no-repeat left top;
	margin: 0 auto;
	text-align: left
}
#evitement {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	width: 250px;
}
#evitement ul {
	margin: 0;
	padding: 0 15px 2px 0;
}
#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;
	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;
	margin: 0 auto;
	text-align: left;
}

#menu ul {
	position: absolute;
	top: 6px;
	left: 338px;
	width: 439px;
	height: 53px;
	padding: 0;
	margin:0;
	background: yellow;
	list-style: none;
}
#menu li {
	float: left;
	padding: 0;
	margin:0;
	text-indent: 50px;
}

#menu li a {
	display: block;
	height: 53px;
	width: 300px;
	text-decoration: none;
	font-size: 1px;
	line-height: 53px;
	color: #C6C1A3;
}

#menu li a span {
	position: absolute;
	left: -5000px;
}
#menu li a:hover {
}
#menu a#creation:hover {
	background-position: 0px -53px;
	color: #6882c3;
}
#menu a#solutions:hover {
	background-position: -145px -53px;
	color: #8fab10;
}
#menu a#expertises:hover {
	background-position: -290px -53px;
	color: #ffc326;
}


/* ------------------------------------ */
/*                                      */
/*            Global                    */
/*                                      */
/* ------------------------------------ */

div.global {
	background-color: #FFBD00; 	
	color: #004D98;
	width: 807px;
	background-image : url('../images/fond-jaune.jpg');
	margin: 0 auto;
	text-align: left

}

#global {
	background-color: #FFBD00; 	
	color: #004D98;
	width: 807px;
	margin: 0 auto;
	text-align: left;
}

#global #sidebar {
	background-color: #FFBD00; 	
	float: left;
	width: 240px;
	padding-top: 15px;
	line-height: 1.3;
}
#global #sidebar h2 {
	padding-left: 30px;
	padding-left:1em;
}
#global #sidebar p {
	padding-left: 30px;
}
#global #sidebar ul {
	width: 200px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}
#global #sidebar li {
	margin: 0 0 0 35px;
	padding: 3px 30px 4px 0;
	line-height: 1.1em;
	width: 200px;
	color: #9BB50C;
}

#global #sidebar li.last {
	background: none;
}

#global #sidebar .aussi {
	width: 300px;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.15em;
	text-align: justify;
	padding-bottom: 5px;
	clear:both;
}
#global #sidebar .aussi img {
	float: left;
}
#global #sidebar .aussi p {
	margin-left: 0px;
	padding-right: 3px;
	color:#666;
}

#global #sidebar h2 {
	width: 200px;
}
#global #sidebar h2.realisation {
	margin-top: 1em;
	color: #004D98;
}
#global #sidebar h2.realisation:first-letter {
	color: #0081F4;
	font-size: 20px;
}
#global #sidebar p.realisation {
	width: 200px;
	padding-right: 3px;
	margin-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
	color: #999;
	font-size:smaller;
}

#global #photo {
	float: left;
	margin: 0 0 10px 0;
}

#global #general {
	background-color: #FFBD00; 	
	float: left;
	width: 520px;
}

#global #presentation {
	float: left;
	width: 202px;
	margin: 0;
	text-align: right;
	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;
	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;
	margin: 0 auto;
	font-size: 1px;
	clear: both;
}

div#contenu {
	background-color: #FFBD00; 	
	margin: 0 0 0 10px;
	padding: 15px 15px 0 5px;
	line-height: 1.5em;
}
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;
	font-style: italic;
	color: #797342;
}
div#contenu blockquote p {
	text-align: right;
	margin: 8px 0;
	font-style: normal;
	padding-right: 25px;
}
/*#contenu dl {
	margin-bottom: 2em;
	padding-bottom: 20px;
}
#contenu dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #999900;
}
#contenu dd {
	margin-bottom: 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;
	padding-left: 20px;
}

/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */

#footer {
	width: 807px;
	height: 3.5em;
	color: white;
	font-size: 10px;
	font-weight:normal;
	text-align: center;
	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;
}