/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
	color:#333333;
	background-color: #c0e6c0;
	background-repeat: repeat;
}
p {
  margin:10px;
  margin-right:10px;
  font-family: verdana;
  font-size:13px;
  line-height:18px;
  color: #333333;
}
td {
	margin:10px;
	margin-left:5px;
	font-family: verdana;
	font-size:12px;
	line-height:18px;
	color: #333333;
	padding-left: 10px;
	text-align: left;
}
td p {
	margin:0px;
	margin-left:2px;
	font-family: verdana;
	font-size:12px;
	line-height:18px;
	color: #333333;
	padding: 0px;
	text-align: left;
}
.nonsouligne:link {
	COLOR: #0033CC; text-decoration: none}
.nonsouligne:visited {
	COLOR: #0033CC; text-decoration: none}
.nonsouligne:hover {
	COLOR: #0033CC; text-decoration: none}
.nonsouligne:active {
	COLOR: #0033CC; text-decoration: none}
.lien2:link {
	COLOR: #0033CC; text-decoration: underline}
A:link {
	COLOR: #000000; text-decoration: underline}
A:visited {
	COLOR: #000000; text-decoration: none}
A:hover {
	COLOR: #000000; text-decoration: underline}
A:active {
	COLOR: #000000; text-decoration: underline}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	border: 4px solid #F4F4EE;
	position: inherit;
	background-color: #FDFDE8;
}

#page_header {
	height: 160px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}  

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #FCF8E3;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;  
  color: #E2D179;
  margin:0px;  
}

#menu_bar {
  height:30px;
  background: #A5A162 url(../images/img_menu/menu_bg.jpg) top left no-repeat;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer a
{
text-decoration: none;
}

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

#content_wrapper {
	background-color: #fdfde8;
	background-repeat: no-repeat;
	background-position: left top;
}

#left_side {
  float:left;
  width:520px;
}
#left_side h2, #content_wrapper h2, #contenu_admin h2 {
  margin:13px;
  margin-right:15px;
  font-family: verdana;
  font-size:18px;
  font-weight: bold;
  line-height:20px;
  color: #0033CC;
}
  
#left_side h3, #content_wrapper h3, #contenu_admin h3 {
  margin:12px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #0033CC;
}

#left_side h4, #content_wrapper h4, #contenu_admin h4 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:13px;
  font-weight: bold;
  line-height:18px;
  color: #006633;
}
#left_side h5, #content_wrapper h5, #contenu_admin h5 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:18px;
  color: #33CC66;
}
  
#left_side p, #content_wrapper p, #contenu_admin p, #left_side li, #content_wrapper li, #contenu_admin li {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:13px;
  line-height:18px;
  color: #333333;
}
#left_side h5 {
	margin-right:5px;
	margin-bottom: 5px;
	font-family: verdana;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	color: #0000CC;
	background: #CCFE9C;
	padding:4px;
	border:1px solid #3A3B22;
	margin-left: 5px;
}
#right_side {
	float:right;
	width:160px;
	background-color: #FFFFCC;
}
  
#right_side_parent {
	float:right;
	width:160px;
}
#right_side h3, #menu_admin h3 {
	margin-right:5px;
	margin-bottom: 5px;
	font-family: verdana;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	color: #FCF8E3;
	background: #40b240;
	padding:4px;
	border:1px solid #3A3B22;
	margin-left: 5px;
}
  
#right_side p, #right_side_parent p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}
#menu_admin {
	float:left;
	width:140px;
	background-color: #FFFFCC;
}

#contenu_admin {
  float:right;
  width:520px;
}

#page_footer {
	height: inherit;
	background-color: #FFFFCC;
	background-repeat: repeat;
	background-position: left top;
}  

#page_footer A:link {
	COLOR: #0099CC; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #0033FF; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:0px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #000000;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

  
  /* CADRE 2*/
.rbroundbox {
	background-image: url(../images/cadre/26/nt.gif);
	background-repeat: repeat;
}
.rbtop div { background: url(../images/cadre/26/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/cadre/26/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/cadre/26/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/cadre/26/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	margin: 0 7px;
	margin-bottom: 0px;
}
.rbroundbox { width: 100%; margin: 0; }

.rbcontent0:link {
	COLOR: #000000; text-decoration: none} 
.rbcontent0:visited {
	COLOR: #000000; text-decoration: none} 
.rbcontent0:hover {
	COLOR: #000000; text-decoration: none} 
.rbcontent0:active {
	COLOR: #000000; text-decoration: none} 
	
#page_design {
	font-family: "Monotype Corsiva", Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #663399;
	text-align: right;
}
#imageflottante {
	float: right;
	margin: 20px;
	margin-top: 0px;
	margin-right: 0px;
}
#imageflottantegauche {
	float: left;
	margin: 20px;
	margin-top: 0px;
	margin-left: 0px;
}
#menucdm {
	z-index:100;
	width: 100%;
	padding-top: 2px;
    }
	
#nouveau a {
	position:relative;
	text-decoration:blink;
	color: #000099;
	}

.petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
