/* CSS Document */

/* HTML TAGS */

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

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

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

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: 16px;
	font-weight: bold;
	color: #004c90;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

h3, p h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7990a1;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
}



a:link, a:visited {
	color: #7990a1;
	text-decoration: underline;
}

a:hover {
	color: #ff8a00;
}


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.structure {
	background-color: #eeeeee;
}

.structure1 {
	font-size: 14px;
	font-weight: bold;
	color: #004c90;
}

.structure2 {
	font-size: 12px;
	font-weight: bold;
	color: #fbbd16;
}



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

.warning {
	color: #FF0000;
}
/* DIV LAYOUT */

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

#container {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;	
}

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


#left {
	width:290px;
	float: left;
	margin-top: 305px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
}

#left_container_news {
	background-image: url(images/left_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:290px;
}

#left_container_agenda {
	background-image: url(images/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
	width:290px;
}


#centre {
	float: left;
	width:490px;
	
}

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

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

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

#right_design {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	width: 170px;
	float: left;
	margin-top: 305px;
	padding: 0px;
	margin-bottom: 50px;
}
#right_design2 {
	float: left;
	background-image: url(images/right_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	width: 170px;
}

#right {
	background-image: url(images/right_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 170px;
	
}

#footer {
	width: 950px;
	height: 40px;
	clear: both;
	padding: 0px;
	margin: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #4b698e;
}

#footer-text {
	width: 560px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 220px;
}

#footer-atdesign {
	width: 950px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
}

#footer-atdesign a:link, #footer-atdesign a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
}
#footer-atdesign a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #96151b;
}

/*******pages contenu************/
#centre2 {
	float: left;
	width:584px;
	margin-left: 24px;
	background-color: #FFFFFF;
	display: inline;
}

#page-content2 {
	width:584px;
	min-height: 1px;
	padding-top: 430px;
	padding-bottom: 0px;
	margin-top: 321px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#page-content-inside2 {
	margin-top: -430px;
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* for IE */
* html #page-content2 {
 height: 1px;
}

#page-content2 p {
	text-align: justify;
	margin-right: 0px;
}
#page-content2 ul {
	line-height: 16px;
}


/**********end page contenu**************/

/******* blocs left and right**************/
#left_news {
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: 40px 10px;
}

.home_item {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}

.home_item a:link, .home_item a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.home_item a:hover {
	text-decoration: underline;
}

.home_all a:link, .home_all a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #004c90;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	display: block;
}

#left_agenda {
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin: 0px;
	background-image: url(images/agenda.jpg);
	background-repeat: no-repeat;
	background-position: 40px 10px;
}


.left_border {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	background-image: url(images/border_left.jpg);
	background-repeat: no-repeat;
	background-position: 40px 10px;
	height: 20px;
}

#right_documents {
	padding-top: 70px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(images/telegrammes.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#right_documents_en {
	padding-top: 70px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(images/telegrams.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.right_documents_picto {
	float: left;
}

.doc_right_item {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}

.doc_right a:link, .doc_right a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.doc_right a:hover {
	text-decoration: underline;
}

.date_doc_right {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
}

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

/* MENU TOP */
/*1st level*/
#top {
	width:685px;
	position: absolute;
	margin: 0px;
	top: 255px;
	padding: 0px;
	left: 255px;
	height: 50px;	
}

#top ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#top ul li {
	float: left;
	padding: 0px;
	background-image: none;
	padding-right: 10px;
	list-style-type: none;
}

#top ul li a:link, #top ul li a:visited  {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	/*display: block;*/
	line-height: 30px;
	float: left;
}

#top ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#top ul li.active a, #top ul li.active a:visited, #top ul li.active a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

#top ul li.barre {
	/*display: block;*/
	line-height: 30px;
	height: 30px;
	color: #ffffff;
}
/********fin menu top*************/

/******lang**********/
#lang {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 840px;
	top: 40px;
	margin: 0px;
	padding: 0px;
	color: #004c90;
	
}

#lang a:link, #lang a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004c90;
	font-weight: bold;
	text-decoration: none;
}

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

/******listing news, activities , documents**********/
.newslist_item {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b529f;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	/*padding-bottom: 10px;*/
}

.newslist_item a:link, .newslist_item a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}

.newslist_item a:hover{
	text-decoration: underline;
	color: #666666;
}

.separator_newslist {
	height: 1px;
	padding: 0px;
	width: 70%;
	margin: 0px;
	background-color: #cce4fa;
	line-height: 1px;
	font-size: 0px;
}

.date_newslist {
color: #ff9900;
}


/******pager**********/

#nav_pager {
	margin-top: 50px;
}

#nav_pager table {
margin: auto;
}

a:link.pager, a:visited.pager {
	font-size: 12px;
	color: #004c90;
	text-decoration: none;
}

a:hover.pager {
	font-size: 12px;
	color: #004c90;	
	text-decoration: underline;
}
a:link.activepager, a:visited.activepager, a:hover.activepager {
	font-size: 12px;
	font-weight: bold;
	color: #004c90;
	text-decoration: underline;
}

