@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	min-width:800px;
	
}

 P { line-height: 1.5;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;}
.construction {
	color:#406379;



font-size:24px:; 		font-size: 36px;
}
a img
{
  border:  none ;
}
#header {
	width:100%;
	background:url(../images/logo.jpg) no-repeat;
	height:74px;
	margin: 0;
}
#menu {
	width:100%;
	margin: 0;
}
div#global {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1em;

	}

#gauche {
	display:inline-block;
	overflow:hidden;
	float:left;
	width:200px;
	padding: 10px 0px  0px 0px;
}
#centre {
	display:inline-block;
	overflow:hidden;
	float:left;
	width:45%;
	background-color: #FFFFFF;
	padding: 10px;
}
#droite {
	display:inline-block;
	overflow:hidden;
	float:left;
	width:18%;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 0px;
}
#footer {
	width:100%;
	height:20px;
	clear:left;
	background-color: #CCCCCC;
}



.invertedshiftdown{
	padding: 0px;
	width: 100%;
	border-top: 10px solid #E84F13; /*Red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px 0px 10px 0px;
}

.invertedshiftdown ul{
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	font: bold 10px Arial;
	color:#333333;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	background-color: white; /*Default menu color*/
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
	background-color: #E84F13; /*Red color theme*/
	padding-top: 7px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
	background-color: #E84F13; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.imgright {
float:right;
}
.imgleft {
float:left;
}
.clear {clear:both;}
.rounded:before {
  background: transparent url(../images/top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(../images/top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}
 
.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(../images/bottom-left.png);
  margin: 2px 0 0 0;
  height: 30px;
  background: transparent url(../images/bottom-right.png) scroll no-repeat bottom right;
  padding: 0;
}  
    
  .rounded * {
    padding-left: 16px;
    padding-right: 16px;
    
    }
 
  .rounded {
    margin: 1em;
    padding: 0;
  }
 
  p { 
    font-family: Arial, Tahoma  , sans-serif;
    font-size: 1em;
    padding-top: 0;
    margin: 1em 0;
    line-height: 1.5;
    }
 
blockquote {
	color: #E84F13;
	margin-right: -1px;
	background-color: #FFFFFF;
}
  
 
  p.quotee {
	text-align: right;
	margin: -1px 0;
	;
	font-weight: bold;
	color: #E84F13;
    }
#corners img {
  margin: 1em;
  border: 1px solid black;
  padding: 0;
  background: #a0a0a0;
}
 
pre.rounded {
	background: #ffeed0;
	background-color: #ffeed0;
}
