/* CSS Document */
/*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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/
body {
	margin: 0;
	margin-left: 40px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

#global {
	position: relative;
	width: 1024px;
	background-color: #fff;
}

#conteneur {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	margin: 0;
	padding: 0;
	float:left;
}


/* ---------------------------------------------------- CONTENU ---------------------------------------------------- */

#contenu {
	position: relative;
	float: left;
	top: 0;
	left: -1px;
	width: 1024px;
	margin: 0;
	padding: 0;
}


/* ---------------------------------------------------- HAUT ---------------------------------------------------- */

#haut {
	/*position: relative;*/
	width: 1024px;
}

#entete {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#entete .logo {
	position: relative;
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#entete .international {
	position: relative;
	float: right;
	width: 400px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 0;
	color: #617979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
#entete .international a {
	color: #617979;
	text-decoration: none;
}
#entete .international a:hover {
	text-decoration: underline;
}

#bandeau {
	/*position: relative;*/
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 280px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #CAC9CA;	
}

#barre {
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 62px;
	margin: 0;
	margin-top: 6px;
	padding: 0;
}


/* ---------------------------------------------------- NAVIGATION ---------------------------------------------------- */

#navigation {
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 10px;
	color: gray;
	clear:both;
}
#navigation a, #navigation a:link, #navigation a:active, #navigation a:hover, #navigation a:visited {
	font-size: 10px;
	color: gray;
}


/* ---------------------------------------------------- BAS ---------------------------------------------------- */

#pied {
/*	position: relative;
	float: left;
	top: 0px;
	left: 0px;*/
	width: 1024px;
	height: 58px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	background-color: #fff;
	text-align: center;
	clear:both;
}

#pied p {
	margin-left: 25px;
	margin-right: 25px;
	color: #3e444e;
	font-size: 11px;
	text-align: center;
}

#pied p a {
	color: #0c3960;
}



/* ---------------------------------------------------- LIENS RAPIDES ---------------------------------------------------- */

.naviglist {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 10px;
}

.naviglist a {
	color: #898b8c;
	font-size: 13px;
	text-decoration: none;
}

.naviglist a:hover {
	color: #898b8c;
	text-decoration: none;
}

/*-------------------------------------------------------- MENU DEROULANT  ----------------------------------------------*/


ul.categories {
    font-family: 'Oswald', serif;
	z-index: 99;
	padding-left:0;
	margin:0px;
}

ul.categories > li {
	text-align:center;
	width:180px;
	font-size: 20px;
	font-weight: bold; 
	float:left;    
	z-index:99;
	height:45px;
}

li.familles {
	background: transparent url(../images/menu/menu_famille.jpg) left top no-repeat;	  
}

ul.s_familles {
	background: transparent url(../images/menu/smenu_famille.gif) left top no-repeat;
	width: 180px;
	font-size: 14px;
    font-weight: normal;
	z-index:99;
}

li.ecoles {
	background: transparent url(../images/menu/menu_ecole.jpg) left top no-repeat;
	margin-left:31px;
}

ul.s_ecoles {
	background: transparent url(../images/menu/smenu_ecole.gif) left top no-repeat;
	width: 180px;
	font-size: 14px;
    font-weight: normal;
}

li.fai {
	background: transparent url(../images/menu/menu_fai.jpg) left top no-repeat;
	margin-left:31px;	
}

ul.s_fai {
	background: transparent url(../images/menu/smenu_fai.gif) left top no-repeat;
	width: 180px;
	font-size: 14px;
    font-weight: normal;

}

li.pme {
	background: transparent url(../images/menu/menu_pme.jpg) left top no-repeat;
	margin-left:31px;	
}

ul.s_pme {
	background: transparent url(../images/menu/smenu_pme.gif) left top no-repeat;
	width: 180px;
	font-size: 14px;
    font-weight: normal;

}

li.integrateur {
	background: transparent url(../images/menu/menu_integrateur.jpg) left top no-repeat;
	margin-left:31px;	
}

ul.s_integrateur {
	background: transparent url(../images/menu/smenu_integrateur.gif) left top no-repeat;
	width: 180px;
	font-size: 14px;
    font-weight: normal;
}

li.sub {
	background: transparent url(../images/menu/menu_puce_off.png) 12px 0 no-repeat;
	line-height: 16px;
	padding: 5px 28px;
	margin:0;
}

li.sub_on {
	background: transparent url(../images/menu/menu_puce_on.png) 12px 0 no-repeat;
		line-height: 16px;
	padding: 5px 28px;
	margin:0;
}

li.sub_off {
	background: transparent url(../images/menu/menu_puce_off.png) 12px 0 no-repeat;
		line-height: 16px;
	padding: 5px 28px;
	margin:0;
}

