/* CSS Document */

body { 
	margin : 0; /* pour éviter les marges */
    text-align : center; /* pour corriger le bug de centrage IE */
	background : url(css/fond-haut.jpg) repeat-x top;
	font : normal normal normal 12px Arial, sans-serif; /* font-style font-variant font-weight font-size/line-height font-family*/ 
}
#contenu_800{
	width : 800px;
	/*background-color:black;*/
	margin-left : auto;
    margin-right : auto;
	text-align : left;
}

#haut{
	margin-top : 45px;
	height : 280px;
	width : 800px;
	background:   url(css/haut.jpg) no-repeat;
}

#bloc_video{
	position : absolute;
	width: 275px;
	height: 108px;
	margin-top : 0;
	margin-left : 400px;
	background:   url(css/video.gif) no-repeat top left;
	font : normal normal bold 10px Verdana, sans-serif; /* font-style font-variant font-weight font-size/line-height font-family*/ 
	color: #333333;
	text-align: justify;
}

#bloc_video a{
	color: #333333;
	text-decoration: none;
}

#bloc_video a:hover{
	text-decoration: none;
}

#txt_accueil{
	position : absolute;
	margin-top : 32px;
	margin-left : 185px;
	font-weight : bold;
	/*background-color : yellow;*/
}

#menu_1{
	position : absolute;
	margin-top : 202px;
	margin-left : 53px;
	font-weight : bold;
	font-size : 16px;
}

#menu_2{
	position : absolute;
	margin-top : 242px;
	margin-left : 53px;
	font-weight : bold;
	font-size : 16px;
}

#colonne_gauche{
	float : left;
	margin-top : 10px;
	width : 275px;
	/*background-color : yellow;*/
}

#colonne_droite{
	float : right;
	margin-top : 10px;
	width : 520px;
	/*height : 250px;*/
	/*background-color : green;*/
	text-align : justify;
}

#titre_contact{
	
	background-color : #996633;
	width : 250px;
	color : #FFFFFF;
	font-size : 16px;
	font-weight : bold;
	text-align : center;
	padding : 5px;
}

#pied{
	margin-top : 10px;
	height : 60px;
	width : 800px;
	background :   url(css/pied.jpg) no-repeat;
	text-align : center;
	font-weight : bold;
	color : #FFFFFF;
	padding-top : 10px;
}

.cadre_form{
	border : 1px #996633 solid;
	color : #996633;
	font-size : 12px;
}

a.lien:link, a.lien:visited{
	color : #333333;
	text-decoration : none;
}

a.lien:hover{
	color : #00CC00;
	text-decoration : none;
}

.submit_action {
	border : 1px solid #996633;
	background-color : #996633;
	color : #FFFFFF;
	font : normal normal bold 12px Arial, sans-serif;
	cursor : pointer;
}

#liste_documents p{
	margin : 2px 0;
}


/*******************************
	  PAGINATION DOCUMENTS
********************************/

.pager .nav { 
	text-align : right;
	margin-top : 10px !important;
	margin-top : 0;
	background: #ECECEC; 
	border-top: 1px solid #999;
	padding: 5px;
}

.pager .nav a { 
	padding: 0 5px; 
}

.pager .nav a:link, .pager .nav a:visited{
	text-decoration : none;
	color : #333333;
}

.pager .nav a:hover{
	text-decoration : none;
	color : #663300;
}

.pager .nav a.highlight { 
	color: #663300; 
	font-weight: bold; 
	text-decoration : none;
}
