body {
	padding:0;
	margin:0;
	height:100%;
}
#haut{
	position:relative;
        /* background: #6699FF url(/syracuse/s2/img/bandeau-std.jpg); */
        background: url(/syracuse/s2/img/bg-syracuse-site.png) left bottom;
	height:50px;
	/* background-repeat:no-repeat; */
	background-repeat: no-repeat;
	/* text-align:right; */
	padding: 0px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menu {
	/* background:#EFEFEF; */ 
	color:inherit;
	margin:0% 82% 0% 0%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:1%;
}
#contenu{
  	float:right;
	width: 79%;
	margin: 5px 0 0 0;
	padding: 0% 2% 0% 0%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#pied {
	clear:both;
	/* background: #6699FF; */
        background: url(/syracuse/s2/img/bg-syracuse-site.png) left top;
        background-repeat: no-repeat;
	color:white;
	width:100%;
	height:auto;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
}
/* Style du haut */
div.webtitre {
	background: url(/syracuse/s2/img/syracuse-site.png) left bottom;
	background-repeat: no-repeat;
	text-align:right;
	height:40px;
	padding-right: 2%;
	margin-left: 2%;
	font-size: 1.3em;
}
div.navigation{
	position:absolute;
	bottom:6px;
	left:0;
	font-size:0.8em;
	width:98%;
	text-align:right;
	color: #555566;
}
div.navigation a{
	background: inherit;
	color:#666688;
	font-weight:bolder;
}
div.navigation a:hover{
	background: inherit;
	color:#336699;
}


/* Style du menu */
#menu p {
	margin:2px 1px;
	/* border-bottom:1px solid #999; */
	background: url(/syracuse/s2/img/p-bg.png) right center;
	background-repeat:no-repeat;
	padding-right:15px;
	font-weight:bolder;
	font-size:1em;
	/* color:#885500; */
	text-align:right;
}
#menu a {
	display:block;
	padding:2px 5px;
	text-align:right;
	text-decoration:none;
	background:inherit;
	color:#333; 
	margin-bottom:1px;
}
#menu a:hover {
	/* background:#EEBB55;*/
	color: inherit;
	/* font-weight:bolder; */
	text-decoration: underline;
}
#menu img {
	display:block;
	padding:3px;
	margin:15px auto;
}

/* Style du contenu */
#contenu h2 {
    /* border:1px solid #CCC; */
    background: url(/syracuse/s2/img/h2-bg.png) left center;
    background-repeat:no-repeat;
    padding-left:24px;
    /* background:#EEEEEE; */
    color:#666;
    /* font-size:1.3em; */
}
#contenu a {
    text-decoration: none;
}

/* Styles particuliers */
li.court {
    list-style-type: none;
    background-image: url(/syracuse/s2/img/puce.png);
    background-repeat: no-repeat;
    background-position: 0% 65%;
    padding-left: 15px;
}

li.long {
    list-style-type: square;
}

.source {
    background:inherit;
    color:black;
}

.balise {
    background: inherit;
    color: #455689;
}

/* Les descriptions ------------------------------------------------- */
dt {
    font-weight:bolder;
    background:inherit;
    color:#22A;
    padding-left:1em;
}

/* Divisions au style particulier ----------------------------------- */
div.sous_menu {
    width:100%;
    background:inherit;
    text-align:left;
    color:red;
    font-size: 80%;
    font-weight:bolder;
}

/* Paragraphes au style particulier --------------------------------- */
p.shell {
    background:#FFC;
    color:inherit;
    padding: 5px;
    font-family:monospace;
    border:1px dashed #55B;
}


p.code {
    background:#E8E4CE;
    color:inherit;
    padding: 5px;
    font-family:monospace;
    border:1px solid #5B5;
}

pre.code {
    background:#E8E4CE;
    color:inherit;
    padding: 5px;
    border:1px solid #5B5;
}

p.note {
    background: #CCF;
    color:inherit;
    padding: 5px;
    border: 1px solid #944;
    border:2px solid #722;
}

p.nouveau {
    background:#FDCC86;
    color:inherit;
    padding: 5px;
    border-top:2px solid #fc8;
    border-left:2px solid #fc8;
    border-right:2px solid #962;
    border-bottom:2px solid #962;
    text-align:justify;
}


a.telechargement {
    background:#EEE;
    padding:4px;
    font-size:smaller;
}

a.lien_archive {
    background-image: url(/syracuse/s2/img/gz.png);
    background-repeat: no-repeat;
    padding-left:18px;
    height:18px;
}

a.lien_archive_zip {		/* JMS - 01/05/2007 */
    background-image: url(/syracuse/s2/img/zip.png);
    background-repeat: no-repeat;
    padding-left:18px;
    height:18px;
}


#tdm {
    width:200px;
    float:right;
    margin-left:10px;
    margin-right:5px;
    padding:5px;
    background: #FFE;
    border: 2px solid #AA6;
    font-size: 80%;
    opacity: 0.8;
}
#tdm .tdm1 {
    margin:1px;
    padding-left:2px;
}
#tdm .tdm2 {
    margin:1px;
    padding-left:10px;
    font-style:italic;
}

#tdm a {
    color: #33A;
}

#contenu .top {
  font-size: 90%;
  font-style: italic;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-top:5px;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
  color: #858223;
}

#contenu a {
/*    font-weight: bolder; */
    color: #100080;
}

#contenu a.syr {
    color: #008080;
/*    font-weight: bolder; */
}

#contenu a.base {
    color: #808000;
    font-size: 14px;
/*    font-weight:bolder; */
}

#contenu a.wik {
    color: #800000;
/*    font-weight: bolder; */
}

a.syr:before {
    content:url(/syracuse/s2/img/indsyr.png);
    padding-right:2px;
    vertical-align:middle;
}

a.wik:before {
    content:url(/syracuse/s2/img/indwik.png);
    padding-right:2px;
    vertical-align:middle;
}

a.base:before {
    content:url(/syracuse/s2/img/indbase.png);
    padding-right:2px;
    vertical-align:middle;
}

