body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color : #F3F3F3;
	font-size: 12px;
	color: #000000;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-face-color: #AF1529;
	scrollbar-track-color: #AF1529;
} 

td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px;
}

.input_register {
	width: 140px;
	height: 16px;
	border: 1px dashed #8D9FA3;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;	
	color: #E18A4E;
	font-weight: bold;
}

.textarea_register {
	border: 1px dashed #8D9FA3;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;	
	color: #E18A4E;
	font-weight: bold;
}

.select_register {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;	
	color: #E18A4E;
	font-weight: bold;
}

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

a:hover {
	color: #FEFEFE;
	text-decoration: none;
}

a.lien2:link {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.lien2:active {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.lien2:visited {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.lien2:hover {
	color: #ff6600;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.lien3:link {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.lien3:active {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.lien3:visited {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.lien3:hover {
	color: #ff6600;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.lien4:link {
	color: blue;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.lien4:active {
	color: blue;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.lien4:visited {
	color: blue;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.lien4:hover {
	color: #ff6600;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.lien5:link {
	color: blue;
	font-family:  Verdana, Arial, Helvetica;
	font-size: 14px;
	text-decoration: underline;
}

a.lien5:active {
	color: blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
}

a.lien5:visited {
	color: blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
}

a.lien5:hover {
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
}

a.lien6:link {
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
}

a.lien6:active {
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
}

a.lien6:visited {
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
}

a.lien6:hover {
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
}

input.bouton {
	border: 2px outset white;
	background-color: #3366CC;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	color: white;
}
input.bouton:hover {
	background-color: #6495ED;
	color: white;
}

@media print {
	.noprt { display: none; }
}
@media screen {
	.noscr { display: none; }
}

.table01 {
     width: 740px;
}

.table02 {
     width: 780px;
}

.mks_sd_btn {
    background: #3366CC;
    font-size: 12px;
    color: red;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

.mks_sd_annee {
    background: #3366CC;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

.mks_sd_semaine {
    background: #6495ED;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

.mks_sd_today {
    background: red;
    font-size: 9px;
    color: black;
    font-weight: bold;
    width: 20px;
    border: 0px;
}

.mks_sd_selected {
    background: green;
    font-size: 9px;
    color: black;
    font-weight: bold;
    width: 20px;
    border: 0px;
}

.mks_sd_dayofmonth{
    background: #FFFFFF;
    font-size: 9px;
    color: black;
    width: 20px;
    border: 0px;
}

.mks_sd_dayoutmonth {
    background: #CCCCCC;
    font-size: 9px;
    color: #666666;
    width: 20px;
    border: 0px;
}

.mks_sd_weekend {
    background: #FFFFFF;
    font: 9px;
    color: red;
    width: 20px;
    border: 0px;
}

.news_header {
	background: #CCCCCC;
	width: 100%;
	text-align: left;
	padding: 2px;
	color: #000000;
}

.news_header a:link, .news_header a:active, .news_header a:visited, .news_header a:hover {
	text-decoration: underline;
}

.news_content {
	color: #4C6169;
	padding: 5px;
	width: 100%;
}

.news_box {
	padding-right: 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}