/* Document CSS de Syntax Web Interactions Site .info Gen 3
Copyright © 1995-2006 Syntax Web Interactions
Tous droits réservés
Reproduction et utilisation interdite sans autorisation.
 */
 
 /* Page générale + arrière plan */
 
body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#FFFFFF;
	color:#000000;
	font-size:0.8em;
	font-family:Tahoma, Verdana, Sans, sans-serif;
	font-weight:normal;
	font-style:normal;
}
h1, h2, h3 {
	font-family:"Times New Roman", serif;
	color:#374781;
	background-color:inherit;
}

/* Conteneurs */

div#site {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	border:none;
}

div#maincon {

}

div#contenu {
	float:left;
	margin:0 0 0 0;
	padding:10px 10px 10px 10px;
	width:60%;
}

div#side {
	float:right;
	margin:0 0 0 0;
	padding:0 10px 0 10px;
	width:33%;
	border-left:1px dotted #000000;
}

/* En-têtes */

div#logo {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url(swi3.gif);
	background-repeat:no-repeat;
	background-color:inherit;
	color:#000000;
	width:400px;
	height:100px;
}
div#haut {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url(fond.jpg);
	background-position:left;
	background-repeat:repeat;
	width:100%;
	height:100px;
}
div#haut h1 {
	visibility:hidden;
	font-size:0px;
}

div#bar {
	margin:0 0 0 0;
	padding:1px 1px 1px 5px;
	background-image:url(bar.png);
	background-repeat:repeat-y;
	background-color:#AEB3CC;
	color:#66FFFF;
	font-family:"Courier New", Courier, monospace;
	border-top-style:solid;
	border-top-color:#000F5E;
	border-top-width:1.2px;
	border-bottom-style:solid;
	border-bottom-color:#000F5E;
	border-bottom-width:1.2px;
}
div#bar a { color:#66FFFF; background-color:transparent; }
div#bar a:hover { color:#FFFF66; background-color:transparent; }

/* Icons */

div#icon {
	position:absolute;
	margin:50px 50px 0 600px;
	padding:0 0 0 0;
	border:3px dashed #000F5E;
	width:200px;
	height:120px;
	background-repeat:no-repeat;
}

/* Menu principal */

div#menu {
	margin:0 0 0 0
	padding:0 0 0 0;
	background-color:#FF6600;
	color:#000000;
}
div#menu ul {
	margin:0 0 0 0;
	padding:2px 2px 2px 2px;
}
div#menu li {
	margin:0 0 0 0;
	padding:2px 2px 2px 2px;
	background-color:#FFCC00;
	color:#000000;
	border-bottom:1px dotted #000000;
	list-style-type:none;
}

/* Liste des sites */

div#liste-sites {
	margin:0 auto 0 auto;
	padding:5px 5px 5px 5px;
}

div.bloc-site, div.bloc-site-actif {
	padding:5px 5px 5px 5px;
	border:1px dotted #000000;
}
div.bloc-site {
	width:128px;
	height:87px;
}
div.bloc-site-actif, div.bloc-site:hover, div.bloc-site:hover img {
	width:170px;
	height:116px;
}

div#swnet {
	margin:0 0 0 10px;	
}

div#wt, div#dnwt {
	margin:-10px 0 0 74px;	
}
div#lolu {
	margin:-10px 0 0 138px;	
}
div#fleck {
	margin:-10px 0 0 10px;	
}

/*div.bloc-site h3 {
	margin:10px 0 0 75px;
	padding:0 0 0 0;
	font-size:1.2em;
	font-weight:bold;
}*/

div.bloc-site img {
	/*float:left;
	margin:-45px 25px 0 -20px;
	padding: 0 0 0 0;*/
	border:1px solid #BBBBBB;
	/*background-color:#FFFFFF;
	color:#000000;
	width:90px;
	height:65px;*/
}*/

/* Texte et images */

div#contenu p {
	margin:20px 20px 20px 20px;
	padding:10px 10px 10px 10px;
	border-left:2px dotted #000000;
}

img.present-site {
	float:left;
	margin:0 20px 20px 0;
	border:1px solid #000000;
	width:341px;
	height:233px;
}

/* Footers */

div#newfooters {
	clear:both;
	margin:10px 0 10px 0;
	background-image:url(img/footbar-fond.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Sans, sans-serif;
	height:25px;
	width:100%;
}
div#newfooters p {
	margin:0 0 0 60px;
	padding:5px 5px 5px 0;
	background-color:inherit;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
}
div#newfooters img { float:left; }
div#newfooters a { color:#FFFFFF; background-color:inherit; text-decoration:none; }
div#newfooters a:hover { color:#FFFFFF; background-color:inherit; text-decoration:underline; }

