/* MISE EN FORME */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight:bold;*/
	color:#666666;
}

body {
	margin: 0;
	padding: 0;
}

#header {
	height: 120px;
	width:340px;
	background-image:url(../imgs/default/thumb.logo_sveg.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#container {
	position: absolute;
	width: 100%;
	height:100%;
}

#center {
	margin-left: 200px;
	margin-right: 170px;
	padding-top: 3em;
	padding-right:4em;
	text-align:justify;
}

#topForm {
	position:absolute;
	right:0em;
	top:0em;
	font-size:x-small;
}

#topForm span{
	position:relative;
	top:-0.2em;
}

#top {
	position:absolute;
	right:40%;
	top:0.2em;
	font-size:x-small;
}

#left {
	position: absolute;
	left:0;
	width: 200px;
	padding-top: 10px;
}

#left  p{
	position: absolute;
	left:0;
	top: 150px;
	width: 200px;
	padding-top: 10px;
	text-align:center;
}

#right {
	position: absolute;
	right:0;
	margin-top:-4em;
	width: 170px;
	height: 400px;
	padding-right: 2em;
	font-size:x-small;
	font-weight:100;
	border-left:2px dashed #666666;
}

#right p {
	background-image:url(../imgs/default/header_small.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	margin-left : 2em;
	height:23px;
	padding-top:9px;
	padding-left:30%;
}

#sveg {
	background-image:url(../imgs/default/puce.gif);
	background-repeat:no-repeat;
}

/* MENU */
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 11em;
	margin-top: -1.4em;
	width: 14em;
	background: #A9BFCB;
	border: 1px solid gray;
}

#menu {
	position: absolute;
	top: 2em;
	left: 0;
	width: 12em;
}

#menu dt {
	cursor: pointer;
	background: #A9BFCB;
	height: 1.8em;
	line-height: 1.8em;
	margin: 2px 0;
	border: 1px solid gray;
	text-align: center;
	font-weight: bold;
}

#menu dt a:hover{
	background-color: #FEC424;
	text-decoration:none;
}

#menu li a:hover{
	background-color: #FEC424;
	text-decoration:none;
}

#menu ul {
	padding: 0px;
}
#menu li {
	text-align: center;
	font-size: 85%;
	height: 100%;
	line-height: 18px;
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}

#logoalt {
	position: absolute;
	z-index: 99;
	background-image:url(../imgs/default/menu.logo_svegtel.gif);
	background-repeat:no-repeat;
	top: 11em;
	width: 120px;
	height: 42px;
	cursor:pointer;
}

/* NEWS */
#news dt {
	border-bottom: 1px dotted #666666;
	margin-bottom:1em;	
	font-weight:bold;
	color:#A9BFCB;
}

#news dd {
	margin-bottom:2em;
}

/* LISTE DES CONTACTS */
#contactList {
	margin-left:2.5em;
}

#contactList dt {
	padding-left:13px;
	border-bottom:1px solid #FEC424;
}

#contactList dd {
	margin-left:2.2em;
	margin-bottom:2em;
}

#contactList a {
	font-weight:100;
	text-decoration:none;
	color:#666666;
}

#contactList a:hover {
	font-weight:100;
	text-decoration:none;
	color:#FEC424;
}

.phone {
	background-image:url(../imgs/default/phone.gif);
	background-repeat:no-repeat;
}

.mail {
	background-image:url(../imgs/default/mail.gif);
	background-repeat:no-repeat;
}

.email {
	background-image:url(../imgs/default/email.gif);
	background-repeat:no-repeat;
}

#meteo {
	float:right;
}
/* ADMIN */
#admin dt {
	border-bottom: 1px dotted #666666;
	margin-bottom:1em;	
	font-weight:bold;
	color:#A9BFCB;
	background-image:url(../imgs/default/arrow-bottom.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#admin dd {
	margin-bottom:2em;
}

#admin dd ul {
	list-style-type:circle;
}

#admin dd ul a {
	font-weight:normal;
	color:#666666;
}

#admin dd ul a:hover {
	font-weight:normal;
	color:#FEC424;
}

#admin ul li.seperator {
	margin-bottom:1em;
}
/* Job Offer */
#jobList li{
	padding-bottom:1em;
}

.CDI {
	list-style-image:url(../imgs/default/cdi.gif);
}

.CDD {
	list-style-image:url(../imgs/default/cdd.gif);
}

.stage {
	list-style-image:url(../imgs/default/stage.gif);
}

/* Plan du site */
#plan li {
	margin-bottom: 2em;
}

#plan ul {
	list-style-image:url(../imgs/default/arrow.gif);
}

#plan a {
	font-weight:normal;
	color:#A9BFCB;
}

#plan a:hover {
	font-weight:normal;
	color:#FEC424;
}

/* Listes de documents */
#docs li {
	margin-bottom: 2em;
	list-style-type:none;
}

#docs ul {
	position: relative;
	top: -2em;
}

#docs a {
	font-weight:normal;
	color:#A9BFCB;
}

#docs a:hover {
	font-weight:normal;
	color:#FEC424;
}

/* Formulaires */
input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: bold;
	border:1px solid #9D9D9D;
	margin:1px;
}

.submit {
	background-color:#A9BFCB;
}

textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	border:1px solid #000000;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	border-color:#000000;
	color:#000000;
	border-width:1px;
}


/* Deco divers */
#lettrine {
	float: left;
	margin-right:10px;
	color: #FEC424;
	font-size: 600%;
	font-family: Times New Roman, Times, serif;
}

.minor {
	font-size:10px;
	font-style:italic;
}

h1 {
	color:#999999;
	font-size:16px;
	text-align:right;
}

cite {
	border: 1px dashed #666666;
	border-left: 3px solid #666666;
	padding:2px;
}

a {
	font-weight:bold;
	color:#A9BFCB;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#FEC424;
	text-decoration:none;
}