
html { background: #808080;}
body { background: #FFFFFF; margin-left: auto; margin-right: auto; width: 1000px;  position: relative;
	 color:#000000; font-family: Verdana, Arial, sans-serif; font-size: 100%;}
.page { min-height:1200px;}

#pageheader { border: none; height: 190px;}
#pageheader a img { width: 1000px; border: none;}
#pageheader h1 { display: none;}
#pageheader h2 { display: none;}

#home { position: absolute; top: 150px; width:50px; }
#home img { border: none}

#monsalon { position: absolute; left: 760px; top: 5px;
		background: url('/wsm/skins/sds2010/images/sds-stamp-empty.jpg') top left no-repeat; height: 130px; 
		text-align: center;
		padding-top: 40px;
		width: 128px;}
#monsalon #ms-text{ font-family: Georgia, Arial, sans-serif; font-size: 1.3em; font-weight: bold; color: #0F3268; line-height:90%}
#monsalon #ms-login {font-family: Arial, sans-serif; font-size: 0.8em; padding-left: 20px; padding-right: 20px; }
#monsalon #ms-text a, #monsalon #ms-text a:visited { text-decoration: none; color: #0F3268;}
#monsalon #ms-text a:hover { color: red;}

#languages { position: absolute; left: 850px; top: 160px; width: 130px;text-align: center;}
#languages img  { border: none; width: 20px }

#contents h1 { color:#0F3268; font-family: Georgia, Arial, sans-serif; font-size: 1.5em; }
#contents h2 { color:#0F3268; font-family: Georgia, Arial, sans-serif; font-size: 1.3em; }
#contents h3 { color:#0F3268; font-family: Georgia, Arial, sans-serif; font-size: 1em; font-weight: bold; }
#contents h4 { color:#0F3268; font-family: Georgia, Arial, sans-serif; font-size: 0.9em; }
#contents p, #contents li, #contents td { color:#000000; text-align: justify; font-size: 0.8em;}
#contents a { color: #000000; font-family: Georgia, Arial, sans-serif;  text-decoration: none; border-bottom: dotted 1px #0F3268;}
#contents a:hover {border-bottom: solid 1px #0F3268; color: #0F3268;}
#pagecontents { min-height: 570px;}
#contents input { font-size: 0.75em; font-family: monospace;}

.error { border: 2px solid red;  padding: 20px; color: red; background-color: yellow;}
.success { border: 2px solid green; padding: 20px; color: black; }
.msgcenter { text-align: center; margin-top: 60px; margin-left: 50px; margin-right: 50px;}
.wsmFormFieldError { background-color: yellow; color: red;}
.formhint { color: #111111; display: block; font-size: 0.75em; font-weight: normal;}
.formtable { margin-left: auto; margin-right: auto; margin-bottom: 30px; }
#contents .formtable .ftitle td { font-size: 0.8em; text-align: center; background-color: #0F3268; color: #FFFFFF;}
.formtable td { border: 1px solid lightgrey; margin: 2px;}
#isc_send {  display: block; padding-left: 40px; padding-right: 40px;padding-top: 10px; padding-bottom: 10px; font-weight: bold;
margin-left:auto; margin-right: auto; }
.formtable td { font-weight: bold;}
.enabledinput { border: 1px solid blue;}
.currentline { background-color: lightblue;}


.wikimtable td { vertical-align: top; padding-right: 20px; width: 50%;}
.wikimtable .wt00 {padding-left: 20px;}

#titre_barre_menu {
	position: absolute;
	top: 164px;
	color: #FFFFFF;
	font-size: 0.95em;
	text-align: justify;
	margin-right: 130px;
	margin-left: 64px;
} 
.formtable {
	margin-top: 32px;
}
.cadre_formtable {
	width: 860px;
	margin: auto;
	margin-top: 32px;
}

/**********/
/* CADRES */
/**********/

.cadre {
    margin-bottom: 15px;
	height:100%;
}
.cadre .titre_cadre {
    background: #808080 url("../images/cadre/titre_cadre_fond.png") repeat-x;
	color: #FFFFFF;
    font-size: 1.2em;
    height: 24px;
    padding: 4px 0px 0px 14px;
	
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
	
    display: block;
    border: none;
}
.cadre .contenu_cadre {
	font-size: 1.3em;

	background: #F6F6F6 url("../images/cadre/degrade_fond_cadre.png") repeat-y;
	border-left: 4px solid #BBBBBB;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
	
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	
	padding: 1px 12px 12px 12px;
	overflow: auto;
}

/**************/
/* FIN CADRES */
/**************/

