﻿@charset "utf-8";
/* CSS Document */
body {
	font-size: 13px;
	font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	margin: 0;
	background: #ffffff;
	width: 580px;
	color: #432e2e;
	behavior: url("csshover3.htc");
}
a img, img {
	border: 0;
}
a:link, a:visited, a:hover, span, b {
	color: #b40838;
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
cite {
	font-size: 11px;
}
hr {
	height: 80%;
	background-color: #999;
	margin-bottom: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
h1 {
	margin: 0;
	display: block;
	font-size: 22px;
	color: #b20e10;
	text-align: left;
}
h2 {
	color: #b40838;
	display: block;
	font-size: 18px;
	text-align: left;
	margin: 15px 0 0 0;
}
h2 a {
	text-decoration: none;
	color: #00afe9;
}
h3 {
	background: url(../images/fleche_rouge.png) center left no-repeat;
	padding-left: 15px;
	font-style: italic;
	margin: 5px 0 0 0;
	text-align: left;
}
h5 {
	margin: 0;
}


/*general content*/
#content {
	height: auto;
	position: relative;
	float: left;
}

/*main*/
#pad {
	padding: 14px 0 14px 0;
	float: left;
}
#middle_text .ariane, #middle_text_large .ariane {
	margin-bottom: 15px;
}
#middle_text .ariane a, #middle_text_large .ariane a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
#middle_text .ariane span, #middle_text_large .ariane span {
	font-size: 10px;
	color: #b40838;
}
#middle_text .ariane ul, #middle_text_large .ariane ul {
	list-style: none;
	margin: 0;
}
#middle_text .ariane li, #middle_text_large .ariane li {
	display: inline-block;
	float: left;
	padding-right: 5px;
	margin-bottom: 10px;
}
#middle_text .ariane .under, #middle_text_large .ariane .under {
	text-decoration: underline;
}
 #middle_text_large .pad {
	padding: 0 10px 10px 10px;
	position: relative;
}
#middle_text_large {
	width: 580px;
	height: auto;
	float: left;
	padding: 0 10px 0 10px;
	text-align: justify;
}
#middle_text_large ul {
	margin-left: 10px;
}
#middle_text_large ul ul a {
	color: #432e2e;
}



.doc .title a {text-decoration:none; color:white; font-weight:bold; font-size:17px; margin-bottom:25px;}
.doc .pad {padding:10px 0 0 20px;}
.doc {background:url(../images/download_doc.png) top left no-repeat;float:left; width:220px; height:170px;  z-index:0; margin-bottom:10px; position:relative;}
.doc .title {padding-left:10px; margin-bottom:15px;width:135px;} 
.doc .pdf {background:url(../images/doc.png) top left no-repeat; width:157px; height:193px; position:relative; top:-10px; left:15px;}

.doc .msdn {background:url(../images/msdn.png) top left no-repeat; width:157px; height:193px; position:relative; top:-10px; left:15px;}


#middle_text_large ul {
	margin: 0 0 15px 25px;
	list-style: outside url(../images/puce.png);
}


/*Download PDF*/
#PDF ul {
	margin: 0 0 15px 25px;
	list-style: outside url(../images/puce-pdf.png);
}

#PDF li {
	margin-bottom: 20px;
}

