/*  Script global */

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	}
	
body {
	position: relative;
	padding:0;
	background-color: #F2F2F5;
	background-image:url(../design/matserach_background.jpg);
	background-repeat:repeat;
	text-align: center;
	}
	
body, table {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	color: #000000;
	}
	
#global {
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	width:830px;
	border-color:#F2F2F5;
	border-style:solid;
	border-width:medium;
	text-align: inherit;
	}

#global2 {
	position: relative;
	margin: 15px;
	width:800px;
	text-align: left;
	}
/*	
a 	{
	position:absolute;
	z-index: 1; /* pour que ce soit au dessus de l'image sous IE */
	/* } */

/*  Structure graphique */
#top {
	width:800px;
	}
	
/*  Menu TOP*/
#menu_top {
	background-image:url(../design/menu_top_background.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:800px;
	height:26px;
	}
#menu_top_left {
	float: left;
	margin-top:5px;
	width:100px;
	}
#menu_top_texte {
	float: left;
	width:600px;
	margin-top:5px;
	text-align:center;
	font-size:14px;
	}
a.menu_top_texte {
	text-decoration:none;
	color:#000000;
	}
a:hover.menu_top_texte, a:active.menu_top_texte {
	color:#8192BE;
	text-decoration:none;
	}
#lang {
	width:100px;
	margin-top:5px;
	text-align:center;
	float: right;
	}
a:hover.lang, a:active.lang {
	color:#8192BE;
	text-decoration:none;
}
a.lang {
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}
	
/*  Adresse*/
#adresse {
	margin-top:7px;
	margin-bottom:7px;
	color:#8192BE;
	width:800px;
	text-align: center;
}

/*  Contenu*/
#contenu {
	width:810px;
}

#gauche {
	float:left;
	width:180px;
}

#droite {
	float:left;
	width:620px;
	margin-left:-10px;
}

html>body #droite {
	margin-left:0px;
}

/*  Gauche*/
#gauche_top {
	position:relative;
	background-image:url(../design/gauche_top_background.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ECEDF0;
	width:180px;
}

#gauche_bottom {
	position:relative;
}

#gauche_photo {
	margin-top:-15px;
	width:180px;
}
#menu {
	padding-top:5px;
	margin-left:10px;
	width:160px;
}

/*  Mise en forme du menu gauche*/
#menu_titre_texte {
	font-size:15px;
	color:#345190;
	width:170px;
	font-weight:bold;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #345190;
	margin-bottom:5px;
}
#menu_texte {
	font-size:13px;
	color:#345190;
	width:170px;
	line-height: 18px;
}
#menu_texte_2 {
	width:160px;
	padding-left:10px;
}
a.menu_texte {
	color:#345190;
	text-decoration:none;
}
a:hover.menu_texte, a:active.menu_texte {
	color:#8192BE;
	text-decoration:none;
}

/*  Page*/
#page_top {
	position:relative;
	background-image:url(../design/page_top_background.png);
	background-repeat:no-repeat;
	height:40px;
	width:620px;
}
#page_middle {
	position:relative;
	background-image:url(../design/page_middle_background.png);
	background-repeat:repeat-y;
	width:620px;
	height:330px;
}

html>body #page_middle {
	height:inherit;
	min-height:330px;
}

#page_bottom {
	position:relative; 
	height:15px;
	width:620px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./design/page_bottom_background.png');
}

html>body #page_bottom{
	filter: none;
	background-image:url(../design/page_bottom_background.png);
	background-repeat:no-repeat;
}

#page_titre {
	padding-top: 5px;	
	margin-left:10px;
	margin-right:10px;
	width:600px;
}

#page {
	margin-left:10px;
	margin-right:10px;
	width:600px;
}

/*  Pied de page*/
.copyright {
	font-size:11px;
	color:#8192BE;
	width:800px;
	margin-top:5px;
	margin-right:10px;
	text-align: right;
}
a.copyright {
	color:#8192BE;
	text-decoration:none;
}
a:hover.copyright {
	color:#8192BE;
	text-decoration:underline;
}
a.copyright_link {
	color:#8192BE;
	text-decoration:none;
}
a:hover.copyright_link {
	color:#8192BE;
	text-decoration:underline;
}

/*  Mise en forme du contenu des pages*/
#page_titre_texte {
	font-size:20px;
	color:#345190;
	width:600px;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #345190;
}

/*  Mise en forme du texte et des images dans les pages*/
#image_page {
	float:left;
	width:110px;
}

.titre_page {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:15px;
	color: #345190;
	font-weight:bold;
	margin-bottom:5px;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #345190;
}

#texte_page {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	color: #000000;
	margin-left:115px;
	width:480px;
}
a:hover.texte_page, a:active.texte_page {
	color:#8192BE;
	text-decoration:none;
}
a.texte_page {
	color:#345190;
	text-decoration:none;
	}
.texte_adresse {
	color:#345190;
}
a.texte_adresse {
	color:#8192BE;
	text-decoration:none;
	}

a:hover.texte_adresse, a:active.texte_adresse {
	color:#345190;
	text-decoration:none;
}
a.texte_adresse {
	color:#8192BE;
	text-decoration:none;
	}

input, select, textarea {
	border: 1px solid #345190;	
	background-color:#FFFFFF;
}

#bottom_news{
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #345190;
	margin-top:10px;
}

#news_date{
	width:50px;
	font-size: 10px;
	float: right;
	margin-top:8px;
	color:#345190;
	margin-bottom:10px;
}

#news_titre{
	width:430px;
	font-size: 16px;
	float: left;
	margin-bottom:10px;
	color:#345190;
}
#news {
	min-height: 70px;
}
#navig_news {
	width: 100px;
}

/*  Partie Admin*/
	
#globaladmin {
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	width:100%;
	border-color:#F2F2F5;
	border-style:solid;
	border-width:medium;
	}

#globaladmin2 {
	position: relative;
	margin: 15px;
	width:95%;
	}
	
.admintop {
	font-family:Verdana, arial, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	background-color:#345190;
	padding:5px;
	text-transform:uppercase;
	}
	
.admin1 {
	font-family:Verdana, arial, sans-serif;
	font-size:12px;
	padding:5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #345190;
	}

.admin2 {
	font-family:Verdana, arial, sans-serif;
	font-size:12px;
	padding:5px;
	background-color:#E9EFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #345190;
	}
	
.admin10 {
	font-family:Verdana, arial, sans-serif;
	font-size:12px;
	padding:5px;
	}

.admin20 {
	font-family:Verdana, arial, sans-serif;
	font-size:12px;
	padding:5px;
	background-color:#E9EFFF;
	}
	
a:hover.texte_admin, a:active.texte_admin {
	color:#8192BE;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;

}
a.texte_admin {
	color:#345190;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;

	}

.Spacer {
	clear: both;
}

