* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #fff;
	color: #275082;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}


h1 {
	font-size:18px;
}


img {
	border: none;
}


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

a:hover {
	text-decoration: underline;
}

#page {
	background-color: #E2F3C1;
	margin: 0 auto;
	width: 880px;
}

#top {
	background-color: #fff;
}

/* accueil */
.grande-bulle, .petite-bulle {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
}

.grande-bulle {
	background: transparent url(../images/bulle-grande.png) no-repeat left top;
	height: 58px;
	padding-top: 35px;
	text-align: center;
	width: 194px;
}

.petite-bulle {
	background: transparent url(../images/bulle-petite.png) no-repeat left top;
	height: 37px;
	padding-left: 35px;
	padding-top: 20px;
	width: 157px;
}

/* sidebar */
#menu {
	background: #e2f3c1 none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	min-height: 100%;
	margin-bottom: -4em;
	/*padding-bottom: 195px;*/
	width: 180px;
}

#logo {
	text-align: center;
	margin: 15px auto 25px auto;
}

#menu ul {
	margin-left:0;
}

#menu li {
	background: transparent url(../images/fond-li-menu.png) repeat-x top;
	list-style: none;
	margin: 15px 0;
	padding: 5px;
}

#menu li a {
	background: transparent url(../images/puce-orange.png) no-repeat 0% 50%;
	padding-left: 7px;
}


#menu li ul {
	margin-left:10px;
}

#menu li li {
	background: transparent none;
	padding: 0;
}

#menu li li a {
	background: transparent url(../images/puce-bleue.png) no-repeat 0% 50%;
}

/* contenu */
#contenu {
	background: #D7C6EB url(../images/fond-contenu-haut.png) no-repeat scroll left top;
	float: right;
	font-size: 18px;
	padding: 0 0 0 4px;
	width: 671px;
}

#bottomcontenu {
	background: #D7C6EB url(../images/fond-contenu-bas.png) no-repeat scroll left top;
	height: 82px;
	margin-left: -4px;
	width: 675px;
}

#texte {
	background: #fff url(../images/fond-contenu-haut-texte.png) no-repeat scroll left top;
	margin:0;
	padding: 0 10px 10px 10px;
	text-align:justify;
}

#texte a:link, #texte a:visited {
	text-decoration: underline;
}

#texte a:hover {
	text-decoration: none;
}

#texte ul {
	padding-left: 25px;
}

#texte p {
	margin: 17px 0;
}

#texte .encadre {
	background: transparent url(../images/encadre.png) no-repeat left top;
	height: 203px;
	font-size: 16px;
	font-weight: bold;
	margin: 30px auto;
	text-align: center;
	width: 381px;
}

#texte .encadre p {
	padding-top: 10px;		
}

.smallcaps-16 {
	font-size:18px;
	font-variant:small-caps;
}

.small {
	font-size: 10px;
}

#footer {
	background-color: #FFF;
	clear: both;
}
