body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #EFEFEF ;
}

li#blog {
	display: inline;
	list-style-type: none;
}

.orange {
	color: #FFC028;
}

.downmenu {
	text-transform: lowercase;
}

.realisationsdroite {
	position: absolute;
	margin-top: -140px;
	margin-left: 483px;
	border: 0px;
}

.photo_index {
	position : absolute;
	margin-top: -22px;
	margin-left:430px;
	border: 0px;
}


.flag-fr {
	position: absolute;
	margin-top: 209px;
	margin-left: 360px;
	border: 0px;
}

.flag-en {
	position: absolute;
	margin-top: 209px;
	margin-left: 330px;
	border: 0px;
}

.flag-sp {
	position: absolute;
	margin-top: 209px;
	margin-left: 300px;
	border: 0px;
}

.flag-it {
	position: absolute;
	margin-top: 209px;
	margin-left: 270px;
	border: 0px;
}

.flag-el {
	position: absolute;
	margin-top: 209px;
	margin-left: 240px;
	border: 0px;
}

a:hover, a:visited, a:link {
	color:#fff;
	text-decoration:none;
}

.word-com {
	position: absolute;
	margin-top: 50px;
	margin-left: 150px;
	color:#FFF;
	font-family: bold, verdana;
}

.word-gestproj {
	position: absolute;
	margin-top: 110px;
	margin-left: 100px;
	color:#FFF;
	font-family: bold, verdana;
}

.word-market {
	position: absolute;
	margin-top: 170px;
	margin-left: 175px;
	color:#FFF;
	font-family: bold, verdana;
}

.word-vid {
	position: absolute;
	margin-top: 50px;
	margin-left: 580px;
	color:#FFF;
	font-family: bold, verdana;
}

.word-prog {
	position: absolute;
	margin-top: 110px;
	margin-left: 600px;
	color:#FFF;
	font-family: bold, verdana;
}

.word-infog {
	position: absolute;
	margin-top: 170px;
	margin-left: 580px;
	color:#FFF;
	font-family: bold, verdana;
}
	
div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 1px solid #6CA2C0 ;
	background: #fff ;
}

h1#header
{
	height: 223px ;
	background: /* mettre code couleur ici */ url('images/eau.gif') no-repeat center;
	margin: 0 ;
}

div#contenu blockquote {
	display : block;
	margin : 0 0 1em 0;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background: #f9f9f9;
	border: 1px dotted #c2c2c2;
}

span#blogtxt {
	display : block;
	margin : 0 0 1em 0;
	padding : 15px 1em;
	font-style : normal;
	color : #666;
	background: #f9f9f9;
	border: 1px dotted #c2c2c2;
}

.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}

.blog {
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.2em ;
	background: url('images/icone-plume.png') no-repeat left bottom ;
}
	
.dateblog {
	padding-left: 25px ;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFFFFF !important; //reCaptcha widget background color
   text-align: center;
   
 }
 #recaptcha_table {
   border-color: #FFFFFF !important; //reCaptcha widget border color
   text-align: center;
}
 
 #recaptcha_response_field {
   border-color: #333 !important; //Text input field border color
   background-color:#FFFFFF !important; //Text input field background color
   text-align: center;
}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	background: url('images/notitle.gif') no-repeat ;
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -5000px ;
}/* On donne les mêmes dimensions au lien, chose possible grâce à la propriété display: block ; qui transforme le lien en élément de type block, auquel on peut donner des propriétés de taille. On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne cacher le texte hors de la page, ce que nous voulons. Ainsi il reste exploitable pour les syntèses vocales */

ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url('images/bg_menu.gif') repeat-x 0 -25px ;
	list-style-type: none ;
}
/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */

#menu {
   margin:0;
   padding:0;
}

#menu li {
   display:inline;
   padding:0;
   margin:0;
}

#menu {
   margin:0;
   padding:0;
   background: url('images/bg_menu.gif');
   float:right;
   width: 100%;
   border:0px solid #333;
}

#menu a:link, #menu a:visited {
   background: url('images/bg_menu.gif');
   padding:4px 30px 5px 10px;
   text-decoration:none;
   color:#FFF;
   font-family: bold, verdana;
   text-transform:uppercase;
   float:right;
   width:auto;
   border-right:1px solid #FFF;
}

#menu a:hover {
   color:#fff;
   background:#FFC028;
}

div#contenu
{
	padding: 0 25px 0 100px ;
}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.2em ;
	background: url('images/barre.gif') no-repeat left bottom ;
	color: #FFC028 ;
	border-bottom: 1px solid #FFC028 ;
}

div#contenu h6
{
	text-align: center;
	padding-top: 0px;
	margin-left: 5px ;
	padding-left: 5px ;
	border-top: 1px solid #FFC028 ;
	color: #5E7FF9 ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 0em ;
	line-height: 1.7em ;
}

div#contenu a
{
	color: #5E7FF9 ;
}

div#contenu a:hover
{
	color: #FFC028 ;
}

div#realisations
{
	width: 450px ;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: justify ;
	background: #fff ;
}

p#footer
{
	margin: 0;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: #8a0 ;
}

div#footer img {
	border: 0px solid;
}

div#footer a {
	color:#5E7FF9;
}

div#footer a:hover {
	color:#FFC028;
}

div#footer span {
	padding: 5px 0 0 5px ;
}

.comment {
	text-align: left;
	border: 1px solid #FFC028 ;
	background: #EFEFEF;
}

.button {
	background: #EFEFEF;
}

.textarea {
	text-align: center;	
}

pre {
	padding: 5px 0 0 5px ;
	font-family: bold, verdana;
}

* html pre
{
	width: 636px ;
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}
