/*
	as-gps CSS
	18 used colors : 
*/
/* global style */
* {
	padding:0;
	margin:0;
	vertical-align: top;
}
body {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*color: #5d717e;*/
	color: #00000;
	background-image: url(../../img/bg_alu.gif);
}
#page {
	width: 988px;
	text-align:left;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-right: 5px;
}
p.img_droite {
	position:relative;
	right: auto;
}
p.txt_img_droite {
	position:relative;
	width:400px;
	padding-right:361px;
}
a {
	color: #5d717e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:selected {
	color:#488C40;
}
a img {
	border: none;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	line-height:2.0em;
	color: #374853;
	text-align:left;
}
h2 {
	font-size: 1.3em;
	line-height:1.7em;
	font-weight:normal;
	color: #374853;
	text-align:left;
}
h2.titre {
	font-size: 1.1em;
	line-height:1.7em;
	padding-left:0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	text-align:center;
	background:transparent url(../../img/title_bg_761.gif) no-repeat top left;
	border-bottom:1px solid #595A5E;
}
h3 { 
	font-size: 1.1em; 
	color: #374853;
 }
h4 { font-size: 1em; }
.bold a{ 
	font-size:small;
	font-weight: bold;
	line-height:1.6em;
	color:#374853;
}
ul {
	margin-left: 3.0em;
}
ol {
	margin-left: 3.0em;
}

.italic { font-style: italic; }
td.left{
	padding-right: 13px;
}

/*header*/
#header {
	width: 988px;
	height: 135px;
	padding: 0;
}
.header_left {
	width: 220px;
	height: 135px;
	background-color: #FFFFFF;
	background-image: url(../../img/lo_asgpsis.png);
	background-repeat: no-repeat;
}
.header_center {
	background-color: #FFFFFF;
	vertical-align:top;
}
.header_right {
	width: 255px;
	background-color: #FFFFFF;
}
/* header top links */
#header_links {
	list-style-type:none;
	margin-left:74px;
	margin-top:2px;
}
#header_links li {
	float:left;
	width: 66px;
	font-size:11px;
}
#header_links a {
	display: block;
	height: 15px;
	color: #595a5e;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
}
#header_links #header_link_sitemap a {
	background-image: url(../../img/icon/sitemap.gif);
}
#header_links #header_link_contact a {
	background-image: url(../../img/icon/contact.gif);
}
#header_links #header_link_bookmark a {
	background-image: url(../../img/icon/star.gif);
}
/*contenu*/
#contenu {
	width: 761px;
	margin-left: 219px;
	background-color: #FFFFFF;
	min-height: 800px;
}
/*Footer*/
#pied_de_page {	
	text-align: center;
	background-color: #FFFFFF;
	width: 761px;
	margin-left: 219px;
	height: 30px;
}
/*menu de gauche*/
#menu {
	float:left;
	width:190px;
	padding-right: 15px;
	padding-left: 13px;
	padding-top: 6px;
	background-color: #FFFFFF;
}
.element_menu {
	padding-bottom: 6px;
	background: transparent url(../../img/block_footer.gif) no-repeat bottom left;
	float:left;
	width:191px;
	background-color: #FFFFFF;
	margin-bottom: 1em;
}
.element_menu h4 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left:0.5em;
	border-bottom:1px solid #595A5E;
	padding-top:2px;
	line-height:1.3em;
	color: #374853;
	height: 19px;
	background: transparent url(../../img/block_header.gif) no-repeat top left;
}
.element_menu ul {				/*supprime les bulles*/
	list-style: none;
	margin: 0;
}
.element_menu .liste{
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding:0.5em 0.7em 0pt;
	background: #f1f2f4 url(../../img/block_bg.jpg) repeat-x bottom left;
	min-height:20px;
}
.bullet li {						/*affiche les > dans le menu AS-GPS*/
	padding-left: 2em;
	background: transparent url(../../img/bullet.gif) no-repeat 0.6em 0.5em;
	list-style-type:none;
	line-height:1.5em;
}
.element_menu ul {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding:0.5em 0.7em 0pt;
	background: #f1f2f4 url(../../img/block_bg.jpg) repeat-x bottom left;
	min-height:20px;
}
