body {
	margin: 0px;
	background-color: #dfdfdf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#frameBKG{
	width: 808px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bkg_frame.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
#frameBKGBottom{
	width: 808px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bkg_frameBottom.gif);
	background-repeat: repeat-x;
	height: 32px;
	/*clear: left;*/
}
#frameHeaderIndex{
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	vertical-align: top;
	height: 215px;
}
#frameMainIndex{
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	vertical-align: top;
	height: 300px;
}


/*INTÉRIEUR*/
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #7c0000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:12px;
	color: #7B0000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #7c0000;

}
li {
	margin-bottom:3px;
}
.titre2 {
	color: #7b0000;
	font-weight: bold;
}
.notespec{
	color: #7b0000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.date-limite {
	font-size: 14px;
	color: #7b0000;
	font-weight: bold;
	text-align:center;
}
#frameHeader{
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	max-height: 91px;
	background-color: #FFFFFF;
}
#navigationTop{
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/bkg_navigationTop.gif);
	height: 18px;
}
.intitulerNavigationTop{
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 30px;
	width: auto;
}
.intitulerNavigationTop a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.intitulerNavigationTop a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.intitulerNavigationTop a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.intitulerNavigationTop a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.accesParticipant{
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 370px;
}
#frameMain{
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	height: auto;
}
#menuPrincipal{
	width: 170px;
	height: 450px;
	background-image: url(../images/menu/bkg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 25px;
	padding-right: 10px;
	vertical-align: top;
	text-align: justify;
}
#menuPrincipal p {
	margin: 10px;
}
#menuPrincipal a:link {
	text-decoration: none;
	color: #000000;
}
#menuPrincipal a:hover {
	color: #000000;
	text-decoration: underline;
}
#menuPrincipal a:active {
	text-decoration: none;
	color: #0000;
}
#menuPrincipal a:visited {
	text-decoration: none;
	color: #000000;
}
.dotMenu {
	vertical-align: middle;
}
.menuOn {
	color: #7b0000;
	font-weight: bold;
}
#mainPrincipal{
	width: 540px;
	padding-left: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	vertical-align: top;
}
a:link {
	color: #7C0000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}

@media print {
body {
	background-color: #FFFFFF;
}
#mainPrincipal{
	width: 430px;
}
#frameBKG{
	width: 760px;
	background-image: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:  0px;
}
#frameMain, #navigationTop, #frameHeader, #frameMainIndex, #frameHeaderIndex{
	width: 760px;
	border:none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
}
.copyright {
	text-align: left;
	margin-bottom: 10px;
	font-size: 9px;
	color: #999999;
	margin-left: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-right: 30px;
	padding-right: 33px;
	margin-top: 0px;
	padding-top: 5px;
}
.nav-top-actif {
	font-weight: bold;
	color: #CCCCCC;
}
