body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#6a6a6a;
	background-color: #FFF;
}
img { border:0px; }
form{ margin:0px;padding:0px;border:0px; }

h1 {
	color:#ce0002;
	font-size:14px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h2 {color:#7e99b7; font-size:14px; font-family:Arial, Helvetica, sans-serif; margin:0px;}
a { text-decoration:none; color: #1D5A63;}
a:hover {  text-decoration: underline;}

table { line-height:normal; text-align:justify; font-size: 11px; font-family: verdana; }

#container {
	width:779px;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
  width:100%;
  height: 131px;
  margin: 0px;
  padding: 0px;
  background: url(../../images/default/header.png) repeat-x;
  position: relative;
}

#drapeau { position: absolute; right: 0px; padding: 0px 5px 0px 0px; margin: 10px 0px 16px 0px;}
#drapeau ul {  margin: 0px; border: 0px none; padding: 0px; }
#drapeau li { margin: 0px; border: 0px none; padding: 0px; display: inline; list-style: none;}
#logo {
  padding: 25px 0px 0px 0px;
  float: left;
}

#left {
  float: left;
  width: 265px;
}
#right {
  float: left;
  width: 514px;
}


/*--------------------------*/
#left h1 {
  background: #1d5a63;
  border-bottom:#96c7cd 1px solid;
  height: 20px;
  color: #FFF;
  padding: 2px 0px 2px 16px;
  font-family: georgia;
}

#left #left-contenu {
  background: url(../../images/default/left-contenu.png) repeat-y;
  color: #1d5a63;
}
#left-contenu .news {
  padding: 18px 36px 18px 26px;
  background: url(../../images/default/news.png) left bottom no-repeat;
}

#left-contenu .date {
  font-weight: bold;
}

#left-contenu .news p {
  margin: 0px;
  margin-bottom: 2px;
}

#left-contenu .news a {
   color:#fff;
}

#left #left-contenu-bottom {
  background: url(../../images/default/left-contenu-bottom.png) no-repeat;
  height: 73px;
}

#ban {
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: 179px;
  background:url(../../images/default/ban.png) no-repeat;
}

#contenu {
  background: url(../../images/default/contenu.png) repeat-x;
  min-height: 194px;
}
#contenu-txt {
  padding: 48px;
  color: #6a6a6a;
}

/* footer */
#footer {
    clear: both;
    margin-top: 10px;
    border-top: #deeef0 1px solid;
	width:100%;
    padding: 0px 0px 0px 0px;
}

#footer-txt {
  float: left;
}

#footer-menu {
  float: right;
}

.type1 {
    font-size: 11px;
	width:100%;
    padding: 2px 0px;
	margin:2px 0px 0px 0px;
	border:#96c7cd 1px solid;
	background:#FFF;
    color: #6a6a6a;
}

.type2 {
  font-size: 11px;
	margin:2px 0px 0px 0px;
	border:#96c7cd 1px solid;
	background:#FFF;
    color: #6a6a6a;
}
.type3 {
  font-size: 11px;
	width:100%;
	margin:2px 0px 0px 0px;
	border:#96c7cd 1px solid;
	background:#FFF;
     color: #6a6a6a;
}
.btn {
  background:url(../../images/default/bouton.png) repeat-x;
  color:#FFF;
  font-size: 11px;
  font-weight: bold;
  border: #979797 1px solid;
  height: 25px;
}
label {
	/*display:block;
	margin:10px 0px 10px 0px;*/
    display: block;
    text-align: left;
    padding:0px;
	font-weight:bold;
}

fieldset {
  color:#666;
}
legend {
  font-weight: bold;
}

/*-------outils generique--------------------*/
.hr { clear:both;}
.error { color:#F00; font-weight:bold; padding:5px 0px;}
.change {
	background: url(../../images/default/change.png) no-repeat left;
	border:#DDD 1px solid;
	padding:3px 5px 3px 19px;
	white-space:nowrap;
}
.popinfo {background:#FFC; border:#CCC 1px solid; padding:10px; font-size:14px; font-weight:bold; margin:5px 0px; }

/* projet */
#tprojet {
  width: 100%;
  border:0px;
  padding: 0px;
  margin: 0px;
}
#tprojet td { padding: 2px; font-size: 11px; font-family: verdana;}

.hprojet {
  width:50%;
}

/* formulaire */
.btn-span {
   background: url(../../images/default/btn-left.png) 0px -26px no-repeat;
   height: 26px;
   float: left;
   padding-left: 11px;
}
.btn {
  display: inline-block;
  border: 0px none;
  background: url(../../images/default/btn-right.png) 100% -26px no-repeat;
  color: #FFF;
  padding: 5px 11px 7px 0px;
  height: 26px;
  margin: 0px;
}

.btn-span:hover {
  background: url(../../images/default/btn-left.png) 0px 0px no-repeat;
}
.btn:hover {
  background: url(../../images/default/btn-right.png) 100% 0px no-repeat;
}

.button {
  float:left;
  border: 0px none;
  color: #FFF;
  /*padding: 6px 11px 6px 0px;*/
  padding-left: 11px;
  height: 26px;
  margin: 2px 2px 2px 0px;
  background: url(../../images/default/btn-left.png) 0px -26px no-repeat;
}

.button span {
   background: url(../../images/default/btn-right2.png) 100% -26px no-repeat;
   padding: 5px 26px 7px 0px;
   height: 26px;
   display: block;
}