@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #FFFFFF;
}

.GreyLink {
    color:#999999;
}
a.GreyLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}
a.GreyLink:visited {
	color: #CCCCCC;
}
a.GreyLink:hover {
	color: #6699CC;
}
a.GreyLink:active {
	color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
.padding_logo {
    padding-left:10px;
}
.bg_contenu {
    background-image:url(http://www.structuresoutaouais.com/_images/bg_x.jpg);
    background-repeat:repeat-x;
}
.border_pointille {
    border-top-width:1px;
	border-top-color:#999999;
	border-top-style:dotted;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
}
.border_point_droit {
    border-right-color:#999999;
	border-right-style:dotted;
	border-right-width: 1px;
}
.txt12pt {
    font-size:12px;
	color:#FFFFFF;
}