/* CSS Document */

/* HTML TAGS */

html {
	padding:0px;
	margin:0px;
	background-image: url(images/html.gif);
	background-repeat: repeat-x;
	background-color: #f1f2f4;
}

body {
	margin: 0px;
	padding: 0px;
}

body, p, div, span, a, input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #77787c;
}

p {
	margin-bottom: 18px;
	margin-top: 0px;
}

img {
	border: none;
}

hr {
	height: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #49ade2;
	background-color: #49ade2;
	border: none;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #c39c0e;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #22367b;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #c39c0e;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	font-variant: small-caps;
}



a:link, a:visited {
	color: #22367b;
	text-decoration: underline;
}

a:hover {
	color: #c39c0e;
}


ul, ol {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul li {
	margin: 0px;
	color: #667a89;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul li ul,  ul li ul li ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

ul li ul li {
list-style-type: circle;
}

ul li ul li ul li {
	list-style-type: square;
}


ol li {
	padding-bottom: 10px;
}

ul ol li {
	list-style-type: decimal;
}

td ul {
	margin-left: 0px;
	padding-left: 0px;
}

td ul ul {
	margin-left: 15px;
	padding-left: 0px;
}

/*input {
display:block; 
width:200px; 
border:1px solid #BDBDBD; 
padding:3px; 
margin:1px 0 0; 
}*/

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	display: inline;
}

.warning {
	color: #FF0000;
}

.titre-modules {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c29a00;
	color: #004a83;
	padding-right: 15px;
}

td.bordure-td {
	color: #004a83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c29a00;
}

td.bordure-th {
	color: #004a83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c29a00;
	text-align: center;
}

td.bordure-contenu {
	color: #77787c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c29a00;
}

/* DIV LAYOUT */


/*******Admin**********/
#container-admin {
	width: 880px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
	
}

#container-design-admin {
	width: 880px;
	background-color: #FFFFFF;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#header-admin {
	position: absolute;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 880px;
	height: 270px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
}

#content-admin {
	margin-top: 280px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}

#content-admin-float {
	margin-top: 280px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
	float: left;
	width: 670px;
}

#footer-admin {
	width: 880px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	height: 35px;
}

a:link.link-admin, a:visited.link-admin {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover.link-admin {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color:#B3B3B3;
}

.input-admin {
display:block; 
border:1px solid #BDBDBD; 
padding:3px; 
margin:1px 0 0; 
font:12px Arial, Helvetica, sans-serif;
}

.legend-admin {

}
.fieldset-admin  {
	padding: 15px;	
}
.fieldset-admin legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	padding-left: 10px;
}

.fieldset-admin label {
	color: #0000FF;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 5px;
}
/*****end admin***************/

div {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
}

#container-design {
	width: 980px;
	background-image: url(images/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#header {
	position: absolute;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 270px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
}




#left {
	width:260px;
	float:left;
	margin-top: 270px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 65px;
	padding-left: 0px;
}

#centre {
	float: left;
	width:510px;
	padding: 0px;
	margin-top: 270px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#page-content {
	width:510px;
	min-height: 1px;
	padding-top: 400px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;	
}

#page-content-inside {
	margin-top: -400px;
	padding-top: 30px;
	margin-left: 0px;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* for IE */
* html #page-content {
 height: 1px;
}

#page-content p {
	margin-right: 0px;
	line-height: 18px;
}
#page-content ul {
	line-height: 16px;
}

#right {
	width:210px;
	float:left;
	margin-top: 270px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 65px;
	padding-left: 0px;
}

#footer {
	width: 980px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	height: 35px;
}

#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #981B1E;
}
/******end footer menu**********/



/******menu left***************/

#menu-left {
	width: 250px;
	background-image: url(images/left-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #004a88;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 65px;
	padding-left: 0px;
	/*float: left;*/
}

#menu-left ul {
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	/*width: 180px;*/
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#menu-left ul li {
	padding: 0px;
	margin: 0px;
	display: block;
	list-style-image:none;
	list-style-type: none;
}

#menu-left ul li a:link, #menu-left ul li a:visited  {
	padding-left: 0px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	font-weight: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 14px;
	background-image: url(images/menu-level1.gif);
	background-repeat: no-repeat;
	background-position: 230px 13px;
	text-align: right;
	padding-right: 30px;
	width: 220px;
	clear: both;
}

#menu-left ul li a:hover {
	text-decoration: none;
	color: #99b7cf;
	background-image: url(images/menu-level1-hover.gif);
	background-repeat: no-repeat;
}

#menu-left ul li.active a:link, #menu-left ul li.active a:visited, #menu-left ul li.active a:hover  {
	text-decoration: none;
	color: #22367b;
	background-image: url(images/menu-level1-hover.gif);
	background-repeat: no-repeat;
	background-color: #99b7cf;
	margin-bottom: 0px;
	padding-bottom: 5px;
	display: block;
	float: left;
}

#menu-left ul li.active ul {
	list-style-type: none;
	/*width: 170px;*/
	background-color: #99b7cf;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu-left ul ul li {
	padding: 0px;
	margin: 0px;
	list-style-image:none;
	/*width: 170px;*/
}

#menu-left ul ul li a:link, #menu-left ul ul li a:visited, #menu-left ul li.active ul li a:link, #menu-left ul li.active ul li a:visited  {
	color: #22367b;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 5px;
	background-image:none;
	padding-top: 0px;
	display:block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#menu-left ul ul li a:hover, #menu-left ul li.active ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #999999;
}

#menu-left ul ul li.active a:link, #menu-left ul ul li.active a:visited, #menu-left ul ul li.active a:hover  {
	font-style: italic;	
	background-color: #999999;
	color: #ffffff;
}

#menu-left ul li.active ul li.active a:link, #menu-left ul li.active ul li.active a:visited, #menu-left ul li.active ul li.active a:hover  {
	font-style: italic;	
	background-color: #999999;
	color: #ffffff;
}

/*****end menu left**************/

/*******right**************/

#news-right {
	width: 180px;
	float: left;
	background-image: url(images/right-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	background-color: #c39c0e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#news-right h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #22367b;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#news-right .date {
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9e28d;
}

#news-right .news_item {
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image: url(images/news_puce.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 0px;
}

#news-right .link a:link, #news-right .link a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22367b;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
}

#news-right .link a:hover {
	text-decoration: underline;
}

#news-right .news_all a:link, #news-right .news_all a:visited{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	display: block;
}

/******end right*************/


/******lang**********/
#lang {
	position: absolute;
	width: 200px;
	height: 26px;
	left: 770px;
	top: 220px;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#lang a:link, #lang a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#lang a:hover {
	text-decoration: underline;
	color: #ffffff;
}
/*******end lang***********/

