/* Start of CMSMS style sheet 'andre' */
html, body, div, span, applet, object, iframe,
			h1, h2, h3, h4, h5, h6, p, blockquote, pre,
			a, abbr, acronym, address, big, cite, code,
			del, dfn, em, font, img, ins, kbd, q, s, samp,
			small, strike, strong, sub, tt, var,
			dl, dt, dd, ol, li, li,
			fieldset, form, label, legend,
			table, caption, tbody, tfoot, thead, tr, th, td, ul {
				margin: 0;
				padding: 0;
				border: 0;
				outline: 0;
				font-weight: inherit;
				font-style: inherit;
				font-size: 100%;
				font-family: inherit;
				vertical-align: baseline;
				text-align: justify;
			}
			
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
h1 {
  color: #005088;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 15px;
  text-align: center;
}
			ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
a {
  color: #005088;
}
img {
    border: none;
}
			#conteneur {
				background: #fff;
				width: 960px;
				margin: auto;
			}
			#header {
				height: 185px;
				padding-left: 10px;
			}
#drapeaux {
  float: right;
  margin: 10px 10px 0 0;
}
#drapeaux img {
  margin-right: 10px;
}
			#contenu {
				min-height: 400px;
			}
			
			#menu {
float: left;
        width: 200px;
        margin: 10px;
        }

#menu li a {
        height: 32px;
          height: 24px;
        text-decoration: none;
        }

#menu li a:link, #menu li a:visited {
        color: #005088;
        display: block;
        background:  url(_images/fond_menu.gif);
        padding: 8px 0 0 10px;
        }

#menu li a:hover, #menu li #current {
        color: #005088;
        background:  url(_images/fond_menu.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }
#contenuCentral {
  padding: 10px;
  margin-left: 210px;
}
#footer {
  margin-top: 10px;
  font-size: 80%;
  text-align: right;
  color: #005088;
}
#footer a {
  color: #005088;
}
/* End of 'andre' */

