html {
	font-size: 100%;	
}


body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-position: left top;
}



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

/* // lien par defaut // */

a:link, a:visited {
	color: #0067C6;
	text-decoration: none;
}

a:hover {
	color: #0067C6;
	text-decoration: underline;
}

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: 110px;
	background-color: #ffffff;
	background-position: left top;
	/*background-image: url(images/commun/haut_fond.jpg);
	background-repeat: no-repeat;*/
}

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

#search {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 810px;
	height:30px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #0067C6;
	text-align: right;
	vertical-align:middle;
	*vertical-align:middle;
	background-color:#CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	*padding-top:5px;
	*padding-bottom:5px;
}

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

#search a:hover {
	color: #0067C6;
}

#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: 90px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	color: #0067C6;
	vertical-align: middle;
	margin: 0 3px 0 0;
	padding: 0 0 1px 4px;
	background-color: #ffffff;
	border: 1px solid #4b77a7;
}

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

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

/* menu niveau 1 */
#spacem {
	text-align:left;
	width:330px;
	height:25px;
	*height:23px;
	/*vertical-align:middle;
	*height:25px;*/
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 0px;
	font-size: 1em;
	background-color: #F2F2F2;
	padding-left:1em;
}
#spacem2 {
	text-align:left;
	width:330px;
	height:49px;
	*height: 48px;
	/*vertical-align:middle;
	height:25px;
	*height:25px;*/
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 0px;
	font-size: 1em;
	background-color: #F2F2F2;
	padding-left:1em;
}
#navtitre, #navtitre ul {
	list-style: none;
	line-height: 1em;
	font-family: arial, lucida grande, verdana, helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0 0 1em 0;
    font-weight: bold;
	padding: 0;
}
#navtitre a {
	display: block;
	color: #0067C6;
	text-decoration: none;
}
#navtitre li {
	float: left;
	padding: 0;
}
#navtitre li a {
	color: #0067C6;
	padding: 0.5em 0.9em 0.5em 0;
	margin: 0 0.9em 0 0;
}
#navtitre li a:hover {
	color: #666666;
	padding: 0.5em 0.9em 0.5em 0;
	margin: 0 0.9em 0 0;
}
#navtitre li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
}
#navigation {
	width:610px;
	/*height:25px;
	*height:25px;*/
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 200px;
	font-size: 1em;
	background-color: #F2F2F2;
}

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

#nav a {
	display: block;
	color: #0067C6;
	text-decoration: none;
}

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

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

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


#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: #0067C6;
	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: #0067C6;
	background: #cccccc;
}



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

#index {}

#flash {
	z-index: 1;
	position: absolute;
	top: 85px;
	left: 225px;
}

#index #colg {
	float: left;
	width: 230px;
	font-size: 1em;
	color: #0067C6;
	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: arial, lucida grande, verdana, helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 13px 0 13px 20px;
    border-bottom:1px solid #CCCCCC; 
    border-top:1px solid #CCCCCC; 	
}

#index #colg ul {
	width: 130px;
	color: #0067C6;
	padding: 0 0 5px 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: #0067C6;
	text-decoration: none;
}

#index #colg li a:hover {
	color: #0067C6;
	text-decoration:underline;
}

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



#index #cold {
	float: left;
	width: 570px;
	margin: 230px 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 #0067C6;
}


#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: #0067C6;
	text-decoration: none;	
}

#index #cold .info1_texte a:hover {
	color: #0067C6;
	text-decoration: underline;
}

#index #cold .info1_texte h2 {
	font-size: 1em;
	color: #0067C6;
	margin: 0 1.5em 0.5em 0;
	padding: 0;
	background-position:left -300px;
}

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

#index #cold .info1_texte h2 a:hover {
	color: #0067C6;
	text-decoration: underline;
}

#index #cold .info1_texte .lien {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #0067C6;;
	margin: 5px 230px 0 0;
	padding: 0 10px 0 0;
	background-position: right 3px;
}

#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: 1em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 0.25em 0 0.25em 0.5em;
	background-position: left -300px;
	background-color: #0067C6;
}

#index #cold .info2 p a:link, #cold .info2 p a:visited {
	display: block;
	color: #0067C6;
	text-decoration: none;
	margin: 0;
	padding: 0 20px 0 0;
	background-position: right bottom;
}

#index #cold .info2 p a:hover {
	color: #0067C6;
	text-decoration:underline;
}

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


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

/* colonne droite */
#index #bas {
	clear: both;
	height: 40px;
	margin: 0;
	padding: 10px 0 0 0;
	background-position: right bottom;
	color:#CCCCCC;
}


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

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

p {
	margin-top: 0.5em;
}


h1 {
	font-family: arial, lucida grande, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.9em;
	color: #0067C6;
	margin: 0;
	padding: 0 0 10px 220px;/**/
	background-position: left top;
}

h2 {
	/*font-size: 1.5em;
	color: #0067C6;
	background-position:left 125% ;*/
	font-size: 1em;
	color: #0067C6;
	margin: 0 1.5em 0.5em 0;
	padding: 0;
	background-position:left -300px;
}

h3 {
	font-size: 1.3em;
	/*text-transform: uppercase;*/
	color: #0067C6;
	background-position: left bottom;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom: 5px;
}

h4 {
	font-size: 1em;
	color: #0067C6;
	font-weight:bold;
}

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

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


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

li {
	margin-bottom: 0.2em;
}



/* colonne gauche */

#colg {
	float: left;
	width: 220px;
	height: 550px;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background-position: left top;
}

#colg .titre {
	color: #0067C6;
	width: 150px;
	font-family: arial, lucida grande, verdana, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-position: left bottom;
    border-bottom:1px solid #CCCCCC; 
    border-top:1px solid #CCCCCC;
	margin: 0 0 6px 0;
	padding: 13px 0 13px 20px;	
}
#colg ul {
	color: #0067C6;
	width: 140px;
	list-style-image: url(images/commun/colg_li_puce1.gif);
	padding: 0 0 5px 25px;
	margin: 0.6em 0 1.5em 0;
    border-bottom:1px solid #CCCCCC;
}

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

#colg li a {
	color: #0067C6;
	text-decoration: none;
}
#colg li a:hover {
	color: #0067C6;
	text-decoration:underline;
}

#colg li ul {
	color: #0067C6;
	width: 130px;
	list-style-image: url(images/commun/colg_li_puce2.gif);
	padding: 0 0 5px 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: #0067C6;
}

#cold .intro {
	float: left;
	width: 310px;
	margin: 0 20px 20px 0;
	padding: 0;
}
#cold .intro p {
	margin-top: 0.5em;
	color: #000000;
}
#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 #0067C6;
}

#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: #0067C6;
	text-decoration: none;	
}

#cold .menu_texte h2 a:hover {
	color:#0067C6;
	text-decoration:underline;
}

#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;
}


#cold .contenu_contact_us {
	/* float: left;
	width: 250px; */
	margin: 0 0 20px 10px;
	padding: 0 0 0 15px;
	border-left: 1px solid #0067C6;
}

#cold .contenu_contact_us 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 .contenu_contact_us h2 a:link, #cold .menu_texte h2 a:visited {
	color: #0067C6;
	text-decoration: none;	
}

#cold .contenu_contact_us h2 a:hover {
	color: #0067C6;
}

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



/* colonne droite */
#bas {
	clear: both;
	height: 5px;
	margin: 0;
	padding: 10px 0 0 0;
	border-top:#cccccc solid 1px;
	color:#CCCCCC;
}
