/*************************************************************/
/*SwitcHome stylesheet - Feuille de style de SwitcHome - 2007*/
/*************************************************************/

body{
	background: #e4e4e4 url(images/background.gif) repeat-x top left;
	margin: 0px; 
	padding: 0px;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 90%;
}

/* Head - En-tête */
/****************/

#head{
	position: relative;
	background: #e4e4e4 url(images/head_empty.gif) no-repeat top left;
	width: 900px;
	height: 117px;
	padding: 0;
	margin: 0 auto;
}

#easy-access{
	display: none
}

#head h1{
	position: absolute;
	top: 50px;
	left: 150px;
	font-size: 2em;
	color: #F0EBE7;
	padding:0;
	margin: 0;
}

/* top menu - Menu haut */
/************************/

#menu {
	display: none;
}



/*background page style - style de l'arrière-plan de la page*/
/************************************************************/

#body_wrapper{
	background: url(images/body_cont.jpg) repeat-y top left;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	display: block;
}


#body{
	background: url(images/body_top.jpg) no-repeat top left;
	float: left;
	padding: 10px 20px 0px 20px;
	min-height: 343px;
	display: block;
}

#end_body{
	background: url(images/footer.jpg) no-repeat top left;
	margin: 0px auto;
	width: 900px;
	height: 90px;
	display: block;
}

/* Side menu - Menu latéral */
/****************************/

#smenu{
	display: none;
}

#language{
	display: none;
}


/* Main part - Partie principale */
/*********************************/

#content{
	width: 690px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(images/left_middle.gif) repeat-y top left;
}

#content p.userID{
	display: none;
}

.article{
	margin:10px;
}

#content .top{
	background: url(images/left_top.gif) no-repeat top left;
	width: 690px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#content .bottom{
	background: url(images/left_bottom.gif) no-repeat bottom left;
	width: 690px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

.clearer{
	clear: both;
	height: 1px;
	visibility: hidden;
}

/*Footer - Pied de page*/
/***********************/

#footer{
	margin: 0 auto; 
	width: 900px;
	text-align: center;
	color: #B05128;
	font-weight: bold;
}

#footer a.external{
	padding-right: 20px;
	color: #B05128;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
	background : transparent url(images/externalpage.gif) no-repeat right top;
}

/*  Headers - titres  */
/**********************/
#content h2 
{
	padding-left: 10px;
	margin: 5px 0 0 0;
	color: #BE6440;
	background: transparent url(images/h2.png) no-repeat top left;
	height: 30px;
	line-height: 30px;
	font-size: 1.3em;
	font-weight: bold;
}
#content h3 
{
	padding: 0;
	margin: 5px 3px 0 3px;
	color: #76B7D7;
	background-color: transparent;
	font-size: 1.2em;
	font-weight: bold;
}
#content h4 {
	color: #9ad5f3;
	background-color: transparent;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 5px 0 5px;
	padding: 0;
}

#content h5 {
	padding: 0px;
	margin: 5px 7px 0 7px;
	color: #D96B11;
	font-size: 1.1em;
	font-weight: normal;
}

#content h6 {
	padding: 0px;
	margin: 5px 10px 0 10px;
	color: #d99055;
	font-size: 1.1em;
	font-weight: normal;
}
/*  lists and paragraphs  */
/**************************/

#content ul{
	margin: 0;
	padding: 5px 35px;
}

#content li{
	list-style: url(images/li.png);
	list-style-position: outside;
}

#content p {
	margin: 0 5px;
}

#content p.author{
	padding-left: 10px;
	color: #000;
	font-size: 0.8em;
}

#content .right{
	float: right;
	margin: 0;
	padding: 0;
}

#content .left{
	float: left;
	margin: 0;
	padding: 0;
}

#content .center{
	text-align: center;
	margin: 0;
	padding: 0;
}

#content .informations{
	border-top: #C7B8A4 1px solid;
	border-left: #C7B8A4 1px solid;
	border-right: #C7B8A4 3px solid;
	border-bottom: #C7B8A4 3px solid;
	-moz-border-radius: 15px;
	margin: 10px;
	padding: 0;
}

#content .results{
	border-top: #C7B8A4 1px solid;
	border-left: #C7B8A4 1px solid;
	border-right: #C7B8A4 3px solid;
	border-bottom: #C7B8A4 3px solid;
	-moz-border-radius: 15px;
	margin: 20px;
	padding: 5px;
}

#content .description, #content .comments {
	padding: 5px;
	margin-bottom: 5px;
	border-top: #BE6440 1px solid;
	border-bottom: #BE6440 3px solid;
	border-right: #BE6440 3px solid;
	border-left: #BE6440 1px solid;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	background: #C7B8A4;
	color: #FFF;
}
/* HTML Tags */

code{
	margin: 5px;
	padding: 5px;
	color: #ad4c21;
	border: 1px dashed;
	background: #f0ebe7;
	font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
}

a{
	color: #AD4C21;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
}

a:hover{
	color: #000;
}

form{
	margin: 0px;
	padding: 0px;
}

form .item{
	clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label{
	float: left;
	clear: left;
	width: 150px;
}

input, textarea, select{
	color: #AD4C21;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}

blockquote {
	margin: 5px;
	background: transparent url(images/quotes.gif) left top no-repeat;
	padding-left: 37px;
}

blockquote[cite]:after {
	content: "Citation de : " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

del {
	color: #800;
	text-decoration: line-through;
}

dt{
	font-weight: bold;
	font-size: 1.05em;
	color: #ad4c21;
}

dd {
	margin-left: 15px;
}


