/** Réinitialisation **/
/**
* RESET
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/** Balises générales **/
body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin:0;
	
}

img { border: none; }
a {
	color: #36C;
}
a:hover {
	color: #06F;
}

hr {
	color: darkblue;
	background-color: darkblue;
	height: 1px;
	border: 0;
}

em {
	font-weight:bold;
}


/** Cadre général **/

#wrap {
width: 950px;
margin: 10px auto;
}

/** En tête **/
#header {
height: 115px;
background: #fff url(images/logo.png) no-repeat;
}
#slogan {
	position: relative;
	top: 80px;
	left: 465px;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	color:#968AB6;
}

/** Haut & menu **/

#top {
background: #fff url(images/top.gif) no-repeat;
padding: 5px 0;
}

#menu {
height: 50px;
line-height: 50px;
background: #33BFEB url(images/menu.gif) no-repeat;
font-size: 12px;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px 5px;
text-decoration: none;
font-weight: bold;
}
#menu ul li a:hover {
text-decoration: underline;
}

/** Contenu **/

#content {
padding: 10px 10px;
background: #fff url(images/content.gif) repeat-y;
}
.right {
float: right;
width: 700px;
text-align: justify;
padding: 0 20px 10px 10px;
}
.right h2 {
color: #1B6C92;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding: 10px 0 15px 20px;
background-image:url(images/fleche.gif);
background-repeat:no-repeat;
background-position:0% 50%;

}

.right p , .right ul {
	font-size: 1.2em;
	padding-bottom: 0.8em;
}

.right p {
	padding-top: 0.8em;
}

.right li {
	list-style: square;
	margin-left:2em;
}

.right p , .right ul {
	font-size: 1.2em;
	padding-bottom: 0.2em;
}

.niveau2 li {
	list-style-type:disc;
	font-size: 14px;
}

.niveau3 ul {
	font-size: 1.2em;
	margin:0px;padding:0px;
}
.niveau3 li {
	list-style-type:circle;
	font-size: 14px;
}

.encadre {
	font-size:14px;font-family: Arial, Helvetica, sans-serif;border:1px dotted #ccc;font-style:italic;color:darkred;font-weight:bold;
	text-align:center;
}

/** Navigation secondaire **/

.left {
float: left;
width: 170px;
padding: 10px;
border-right: 1px solid #aaa;
font-size: 10px;
height:900px;
}
.left h3 {
font-size: 11px;
color: #970000;
font-weight:bold;
}
.left h2 {
font-size: 13px;
color: #333;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 5px;
}
.left ul li {
padding: 2px 20px;
background: transparent url(images/apple.gif) no-repeat;
}

.left ul li a {
display: block;
color: #444;
}
.left ul li a:hover {
color: #33BFEB;
}

/** Pied de page **/
#bottom {
background: #fff url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #666;
font-size: 11px;
padding-left:10px;
}
#footer  a { color: #666; }

/** Menu deroulant **/
#ssmenu {
	display:none;
	position: absolute;
	z-index: 1;
	top: 172px;
	left: 464px;
	color: #000;
	background-color: #95B3D7;
	padding: 0px;
	border: 1px solid darkblue; 
}

#ssmenu a {
	color: white;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	background-color: #95B3D7;
	display: block;
}

#ssmenu a:hover {
	background-color:#17365D;
}
