html {
	font-size: 100%;	
}


body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #b1abac;
	background-position: left top;
	background-image: url(images/commun/fenetre_fond.jpg);
	background-repeat: repeat-x;
}



/* /////////////////////////// */
/* //// REDEFINITION TAG //// */

/* // lien par defaut // */

a:link, a:visited {
	color: #0f298f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #ff6600;
}

img, img a {
	border: 0;
	margin: 0;
	padding: 0;
}


div, form {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 0;
}





.normal {
	font-weight: normal;
}

.gras {
	font-weight: bold;
}

.gras_capital {
	font-weight: bold;
	text-transform: uppercase;
}

.gras_italique {
	font-style: italic;
	font-weight: bold;
}

.capital {
	text-transform: uppercase;
}

.italique {
	font-style: italic;
}

.corpsNul {
	font-size: 1px;
}

.enLigne {
	display: inline;
}

.finfloat {
	clear: both;
	font-size: 1px;
}



#conteneur {
	z-index: 0;
	position: absolute;
	left: 50%;
	width: 820px;
	margin-left: -410px; /* moitie de la largeur */
}

.index_conteneur_fond {
	background-position: left top;
	background-image: url(images/index/conteneur_fond.gif);
	background-repeat: repeat-y;
}

.page_conteneur_fond {
	background-position: left top;
	background-image: url(images/commun/conteneur_fond.gif);
	background-repeat: repeat-y;
}



/* //// HAUT PAGE + NAVIGATION //// */

#haut {
	width: 810px;
	height: 150px;
	background-color: #ffffff;
	background-position: left top;
	background-image: url(images/commun/haut_fond.jpg);
	background-repeat: no-repeat;
}

#logo_mgeops {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 120px;
}

#search {
	position: absolute;
	top: 66px;
	left: 310px;
	width: 500px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
}

#search a:link, #search a:visited {
	color: #ffffff;
	text-decoration: none;
}

#search a:hover {
	color: #ff6600;
}

#search ul {
	margin: 0;
	padding: 0;
}

#search ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#search ul li a {
	font-size: 0.9em;
	vertical-align: middle;
	padding: 0 3px 0 0;
	margin: -1px 1px 0 0;
	border-right: 1px solid #eaeaea;
}

#search .fond_coul {
	background-color: #4b77a7;
}

#search form {
	display: inline;
	margin: 0;
	padding: 0;
}

#search .langue {
	margin: 0;
	padding: 0;
	width: 100px;/* difié le 06/04/2008 sinon =90 */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 3px 0 0;
	padding: 0 0 1px 4px;
	background-color: #4b77a7;
	border: 1px solid #4b77a7;
}

#search input.search {
	width: 70px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	vertical-align: middle;
	margin: 0;
	padding: 1px 1px 2px 4px;
	background-color: #4b77a7;
	border: 1px solid #4b77a7;
}

#search input.go {
	margin: 0;
	padding: 0 1px 0 1px;
	vertical-align: bottom;
}

/* menu niveau 1 */
#navigation {
	z-index: 2;
	position: absolute;
	top: 100px;
	left: 220px;
	font-size: 0.9em;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
	background: white;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	color: #0f298f;
	text-decoration: none;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li a {
	color: #ffffff;
	padding: 0.5em 0.9em 0.5em 0;
	margin: 0 0.9em 0 0;
	border-right: 1px solid #4b77a7;
}

#nav li a:hover {
	color: #ff6600;
}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	border: 1px solid #0f298f;
	margin: 0;
}

#nav li li {
	width: 14em;
}

#nav li ul a {
	color: #0f298f;
	padding: 0.25em 0 0.25em 0.75em;
	border: 0;
}

#nav li ul ul {
	margin: -1.75em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li:hover, #nav li li.sfhover {
	color: #ffffff;
	background: #cccccc;
}



/* //// INDEX //// */
/* colonne gauche */

#index {}

#flash {
	z-index: 1;
	position: absolute;
	top: 155px;
	left: 157px;
}

#index #colg {
	float: left;
	width: 230px;
	font-size: 0.9em;
	color: #ffffff;
	margin: 40px 0 0 0;
	padding: 0;
	background-position: left bottom;
	background-image: url(images/commun/blank.gif);
	background-repeat: no-repeat;
}

#index #colg .titre {
	width: 130px;
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-position: left bottom;
	background-image: url(images/index/colg_titre_fond.gif);
	background-repeat: no-repeat;
	margin: 0 0 6px 0;
	padding: 13px 0 13px 20px;	
}

#index #colg ul {
	width: 130px;
	list-style-image: url(images/index/colg_li_puce.gif);
	color: #ffffff;
	padding: 0 0 0 2em;
	margin: 0.6em 0 1.5em 0;
}

#index #colg li {
	margin-bottom: 0.1em;
}

#index #colg li a:link, #index #colg li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#index #colg li a:hover {
	color: #ff6600;
}

#index #colg li ul {
	padding: 0 0 0 1.1em;
	margin: 0.4em 0 0.8em 0;
}



#index #cold {
	float: left;
	width: 570px;
	margin: 200px 0 0 0;
	padding: 0;
}

#index #cold .info1_img {
	float: left;
	width: 145px;
	text-align: center;
	margin: 10px 0 0 0;
}

#index #cold .info1_img img {
	border: 1px solid #ff6600;
}


#index #cold .info1_texte {
	float: left;
	width: 340px;
	margin: 0 20px 0 0;
	padding: 0;
}

#index #cold .info1_texte a:link, #cold .info1_texte a:visited {
	color: #000000;
	text-decoration: none;	
}

#index #cold .info1_texte a:hover {
	color: #ff6600;
}

#index #cold .info1_texte h2 {
	font-size: 1em;
	color: #ff6600;
	margin: 0 1.5em 0.5em 0;
	padding: 0;
	background-position: left -300px;
	background-image: url(images/commun/h2_fond.gif);
	background-repeat: no-repeat;
}

#index #cold .info1_texte h2 a:link, #cold .info1_texte h2 a:visited {
	color: #ff6600;
	text-decoration: none;	
}

#index #cold .info1_texte h2 a:hover {
	color: #ff6600;
}

#index #cold .info1_texte .lien {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #ff6600;;
	margin: 5px 230px 0 0;
	padding: 0 10px 0 0;
	background-position: right 3px;
	background-image: url(images/index/lien_puce.gif);
	background-repeat: no-repeat;
}

#index #cold .info1_separe {
	clear: both;
	margin: 0;
	padding: 1em 0 0.5em 0;
}


#index #cold .info2 {
	float: left;
	width: 142px;
	margin: 15px 40px 0 0;
	padding: 0;
}

#index #cold .info2 h2 {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	padding: 0.25em 0 0.25em 0.5em;
	background-position: left -300px;
	background-image: url(images/commun/h2_fond.gif);
	background-repeat: no-repeat;
	background-color: #ff6600;
}

#index #cold .info2 p a:link, #cold .info2 p a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0 20px 0 0;
	background-position: right bottom;
	background-image: url(images/index/lien_puce.gif);
	background-repeat: no-repeat;	
}

#index #cold .info2 p a:hover {
	color: #ff6600;
}

#index #cold .info2 img {
	border: 1px solid #ff6600;
}


#index #cold .info2_separe {
	clear: both;
	margin: 0;
	padding: 1em 0 1em 0;
}


/* //// PAGE //// */

#page {
	width: 810px;
	height: auto;
}

p {
	margin-top: 0.5em;
}


h1 {
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.9em;
	color: #ffffff;
	margin: 0;
	padding: 0 0 10px 220px;
	background-position: left top;
	background-image: url(images/commun/h1_fond.gif);
	background-repeat: no-repeat;
}

h2 {
	font-size: 1.5em;
	color: #ff6600;
	background-position: left 110%;
	background-image: url(images/commun/h2_fond.gif);
	background-repeat: no-repeat;
	height:22px;
	/*background-color:#CCCCCC*/
}

h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #0f298f;
	background-position: left bottom;
	background-image: url(images/commun/h3_fond.gif);
	background-repeat: no-repeat;
}

h4 {
	font-size: 1em;
	color: #ff6600;
}

h5 {
	display: inline;
	font-weight: normal;
	font-size: 1em;
	color: #ff6600;
	margin: 0.25em 0 0.25em 0;
}

h6 {
	display: inline;
	font-weight: normal;
	font-size: 1em;
	color: #0f298f;
	margin: 0 0.2em 0 0.2em;
}


ul {
	list-style-image: url(images/commun/li_puce.gif);
}

li {
	margin-bottom: 0.2em;
}



/* colonne gauche */

#colg {
	float: left;
	width: 220px;
	height: 550px;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background-position: left top;
	background-image: url(images/commun/page_fond.gif);
	background-repeat: no-repeat;
}

#colg .titre {
	width: 150px;
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-position: left bottom;
	background-image: url(images/commun/colg_titre_fond.gif);
	background-repeat: no-repeat;
	margin: 0 0 6px 0;
	padding: 13px 0 13px 20px;	
}

#colg ul {
	width: 140px;
	list-style-image: url(images/commun/colg_li_puce1.gif);
	padding: 0 0 0 25px;
	margin: 0.6em 0 1.5em 0;
}

#colg li {
	margin-bottom: 0.1em;
}

#colg li a {
	text-decoration: none;
}

#colg li ul {
	width: 130px;
	list-style-image: url(images/commun/colg_li_puce2.gif);
	padding: 0 0 0 10px;
	margin: 0.4em 0 0.8em 0;
}


/* colonne droite */

#cold {
	float: left;
	width: 560px;
	margin: 0;
	padding: 0;
}


#cold .chemin {
	font-size: 0.9em;
	color: #999999;
	text-align: right;
	margin: 5px 0 25px 50px;
	padding: 0;
}

#cold .chemin a:link, #cold .chemin a:visited {
	color: #999999;
	text-decoration: none;	
}

#cold .chemin a:hover {
	color: #ff6600;
}

#cold .intro {
	float: left;
	width: 310px;
	margin: 0 20px 20px 0;
	padding: 0;
}

#cold .intro h2 {
	margin: 1em 0 0.7em 0;
	padding: 0 0 0.7em 0;
}

#cold .intro h3 {
	margin: 0 0 0.3em 0;
	padding: 1.3em 0 0.9em 0;
}

#cold .intro h4 {
	margin: 0;
	padding: 0;
}

#cold .intro ul {
	padding: 0 0 0 1.4em;
	margin: 0.6em 0 0.7em 0;
}




#cold .intro_img {
	float: left;
	width: 230px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}


#cold .corps {
	clear: both;
	margin: 0;
	padding: 0;
}

#cold .corps p {
	margin-right: 5em;
}

#cold .corps ul {
	padding: 0 0 0 1.4em;
	margin: 0.7em 0 1em 0;
}

#cold .corps h2 {
	margin: 3em 7em 0.7em 0;
	padding: 0 0 0.7em 0;
}

#cold .corps h3 {
	margin: 0 6em 0.3em 0;
	padding: 1.3em 0 0.9em 0;
}

#cold .corps h4 {
	margin: 0 5em 0 0;
	padding: 0;
}



/* //// MENU //// */


#cold .menu_img {
	float: left;
	width: 100px;
	text-align: center;
	margin: 0 10px 20px 0;
	padding: 0;
}

#cold .menu_texte {
	float: left;
	width: 370px;
	margin: 0 0 20px 10px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ff6600;
}

#cold .menu_texte h2 {
	font-size: 1.2em;
	margin: 0 4em 0.5em 0;
	padding: 0;
	background-position: left -300px;
	background-image: url(images/commun/h2_fond.gif);
	background-repeat: no-repeat;
}

#cold .menu_texte h2 a:link, #cold .menu_texte h2 a:visited {
	color: #ff6600;
	text-decoration: none;	
}

#cold .menu_texte h2 a:hover {
	color: #0f298f;
}

#cold .menu_texte ul {
	padding: 0 0 0 1.4em;
	margin: 0.6em 0 0.7em 0;
}

#cold .menu_separe {
	clear: both;
	margin: 0;
	padding: 1em 0 1em 0;
}







/* colonne droite */
#bas {
	clear: both;
	height: 40px;
	margin: 0;
	padding: 10px 0 0 0;
	background-position: right bottom;
	background-image: url(images/commun/bas_fond.gif);
	background-repeat: no-repeat;
}
