@charset "UTF-8" ;
/* CSS inforweb.ch - copyright 2009 */
* {
	margin:0;
	padding:0;
	background-color: #FFF;
}
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif; /* 75% pour que 1em soit �quivalent � 12px sur les navigateurs en taille moyenne */
	font-style: normal;
	text-align: left;
	color:#000066;
	list-style-type: disc;/*list-style-position: inside; This caused the bug of non aligment of submenu in IE !!*/
	background-color: #F0F0F0;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
    } 

a img {
	border:none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}


/* MAIN */
#container {
	width: 760px;
	margin: 15px auto;
	border: solid #666666 2px;
	overflow: hidden;
	background-color: #F5F5F5;
}
/* TOP */
#header {
	width: 100%;
	text-align: right;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
}
	#header h2 {
	padding: 0px  12px 0px 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	color: #F00;
	}
	  #topBar {
	float: left;
	width: 760px;
	line-height: 20px;
	padding:3px 0;
	background-color:#fff;
	border-top: 1px solid #999999;
	font-size: 1em;
	color: #ffffff;
	text-align: left;
    }
    #topBar ul {
        list-style-type: none;
        list-style-image: none;
        width: 100%;
    }
    #topBar ul li {
       
		display: block;
        float: right;
		padding-right: 10px;
    }
    #topBar ul li.languages {
        
		margin: 0 0 0 15px;
    }
    #topBar ul li.icones {
        
		margin: 0 0 0 10px;
		padding-right: 10px;
    }
    #topBar ul li.menu {
        
		margin: 0 0 0 15px;
    }
    #topBar ul li.search {
        float: right;
        margin: 0 18px 0 0;
    }
	
	#category title {
		padding-left: 7px;
	}
/* NAV */

/*#sidebar {
	float: left;
	width: 170px;
}

#navDiv {
	float: center;
	position: relative;
	margin-top: 40px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	left: 10px;
}*/
/* CONTENT */
#content {
	float: left;
	display: inline;
	width: 740px;
	padding-left: 2px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#f2f1f1;
	top: 20px;
	border-left: 3px solid #CCCCCC;
	border-right: 10px solid #CCCCCC;
	overflow: hidden;
}
/* FOOTER */
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #CCC;
	background-image: url(images/bannieres/foot8.jpg);
	background-repeat: no-repeat;
}
#footer h2 {
	padding: 10px 17px 2px 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #999;
}

/* --The CSS sidebar  */

/* CONTENT ADD STYLES */
#content a img {
	border:none;
}
#content a {
	color: #000033;
	text-decoration:underline;
	background-color: #F3F3F3;
}
#content a:link {
	color: #000033;
	text-decoration:none;
}
#content a:visited {
	color: #000033;
	text-decoration:none;
}
#content a:hover {
	color: #FF0000;
	text-decoration:none;
}

#content ul {
	margin: 0 0 0 15px;
}

/* Additional styles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	color: #442200
}
h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	color: #442200
}
h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	color: #ffffff
}
h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
	color: #442200
}
h5 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	color: #442200
}
h6 {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: #442200;
	/*valign: top;  /*peut �tre �gal � "middle" pour centrer le text verticalement */
	margin:auto;  /*rajouter pour pouvoir bien positionner le texte dans IE */
}
p {
	margin: 5px 0;
	padding-right: 3px;
	padding-left: 5px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}

