img {
border: 0px;
}

body {
	background-image: url(../_images/sem/fond.gif);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
}
	 
#content {
	margin-right: 20em;
	margin-left: 40px;
	background-color: #fff;
	padding: 0.5em;
	margin-top: 120px;
}

#header, #header2 {
	position: absolute;
	top: 20px;
	left: 0px;
	width:90%;
	margin: 0;
	height: 150px;
	
	padding-left: 45px;
	
	font-family: Georgia;
	font-weight: normal;
	font-size: 3em;
}
#header {
	background-image: url(../_images/sem/image.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#header2 {
	background-image: url(../_images/sem/image2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

/* Content & menu
   -------------------------------------------- */

#menu {
	width: 14em;
	position: absolute;
	float: right;
	top: 150px;
	right: 5em;
	
	font-size: 90%;
}
* html #menu { /* make IE put it in the right place */
	right: 5em;
}


#menu ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;	

	color: #B54141;
	/*text-indent: 1000em;*/

}

#menu a:link, #menu a:visited {
	color: black;
	border: none;
}	

/* Basic typography
   -------------------------------------------- */

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
}

p, li {
	font-size: 1em;
	line-height: 1.65em;
}

div.box ul { margin:.5em 0 1em; padding:0; }
div.box ul li { margin: 0 0 7px 12px; padding: 0 0 0px 12px; line-height:1.5em; list-style:none;
background:url("../_images/li_vert.gif") no-repeat 0 .5em; }

a:link, a:visited {
	text-decoration: none;
	color: #B54141;
	border: 1px solid white;
}
a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}


/*Boites */
div.box { margin-top: 15px; margin-bottom: 20px; background: #fbfbfb; border: 1px dashed #ddd; padding: 10px;}

div.boxtitre {background-color: #fff; font-size: 14px; letter-spacing: .05em; font-weight: bold; color: #B54141; text-align: center; 
margin-right: 0px; padding: 0.125em 0; border: 1px solid #666; border-width: 1px 10px 1px 0;}

div.boxdate {text-align: right; margin-right: 0px; padding-right: 5px;
font-size: 15px; font-family: Georgia; font-weight: bold; color: #999; font-style: italic;
border-right: 10px solid #ccc; padding-top: 0.25em;}

#nav {
	position: absolute;
	top: 70px;
	margin: 0;
	padding: 0 0 0 45px;
	background-color: #fff;
	height: 30px;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 4px 10px 0 10px;
	padding-bottom: 2px;
	text-decoration: none;
	border: none;
	color: #666;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	border-bottom: 4px solid #B54141;
	padding-bottom: 2px;
	}

.actifred {
	font-weight: bold; color: #B54141; border-bottom: 1px dotted #B54141; padding-left: 15px;
}

.alter1 { background-color: #eee; }
.alter2 { background-color: #F9F9F9; }
.alter1, .alter2 { padding: 4px; margin-bottom: 6px; border: 1px solid #ccc; }
#content ul, #content ol {
	list-style: none;
	margin: 1em 0 0 0;
	padding-left: 10px;
	}
#content li {
	padding: 0 0 6px 17px;
	background: url(../_images/icones/bull.gif) no-repeat 0 5px;
	}

.champ {
	border: 1px dashed #999;
	padding: 0 6px 0 6px;
	margin: 0 12px 0 12px;
}

input:focus, textarea:focus { border: 2px solid #000; }

.button { color: #fff; background-color: #900; padding: 4px; cursor: pointer; font-weight: bold; }

form dl, dl.labels {
	margin:0em;
	font-size:100%;
	margin-top:0.5em
}
form div.nofloat dl, div.nofloat dl.labels {
	margin:0;
	padding: 0;
}

form dt, dl.labels dt {
	float:left;
	clear:left;
	width:300px;
	margin-bottom:0.8em;
	margin-right:0.8em;
	text-align:right;
	font-weight:normal;
	font-family:Verdana;
	position:relative /*IEWin hack*/
}
form dt.nofloat, dl.labels dt.nofloat {
	float: none;
	clear: none;
	text-align:left;
	margin:0;
	padding: 0;
}

form dd, dl.labels dd {
	clear:right;
	margin-left:12em;
	margin-bottom:1em;
	font-size:100%;
	font-style:normal;
	padding-left:0.5em
}
form dd.nofloat, dl.labels dd.nofloat  {
	clear: none;
	margin-left:0.5em;
	margin:0;
	padding:0;
}
form dd.submit, dl.labels dd.submit	{
	margin-top:2em
}

form select {
	font-size: 12px;
}

.formhelp { color: #063; font-size:90% }
.legende { font-size:90%; padding: 0; margin: 0; text-align: right; }


.reqd	{ color:#c00; font-weight:bold }
.help	{ cursor:help }