/* CSS Karakoum.com */

/* ------------------------------- Général ------------------------------- */

/* Infos sur les couleurs :

	- texte :	#4e4e4e
	- fond :	#454545
	- coloré :	#e24628

*/

* { margin: 0; padding: 0; border: 0; }


body {
	font-family:"Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	font-size:0.7em;

	background-color:#FFFFFF;				color:#000000;
	padding:0;								margin:0;

	text-align:justify;
	line-height: 1.5em; 
}

* html body{
	font-size:11px;
	line-height: 1.5em;
}

/* ------------------------------- Liens ------------------------------- */
a {
	color:#000000; 							text-decoration:none;					font-size:1em;
}

a:hover {
	color:#4e4e4e;
}

img {
	border: none;
}

#content a {
	text-decoration:underline;
}



/* ------------------------------- Menu ------------------------------- */
#menu {
	width:795px;								text-align:left;
	margin:20px auto 5px auto;					padding:5px 0 0 0;
	height:120px;
	font-size:small;	
						
	background:url(../gfx/ckarakoum.jpg) right no-repeat;
	border-bottom:1px solid #BABABA;
}


html>body #menu {
	height:auto;
	min-height:120px;
}

#menu ul, #menu li {
	padding:0;								margin:0;
}



/* ------------------------------- Listes ------------------------------- */
ul {
	list-style:none;							padding:0;							margin:0;
}

#content ul, #content ol {
	padding:10px 0 10px 20px;
}

li {
	padding:2px 0 2px 0;						margin:0;
}

/* ------------------------------- Corps ------------------------------- */
h1, h2, h3, h4, h5, h6 {
	text-align:left;
}

h1 {
	font-size:1.5em;
	margin-bottom: 2px;
}
h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
}


html>body  {
	height:auto;
	min-height:355px;
}

#content {
	width:795px; /* 795 - padding-right - padding-left */
	margin:10px auto 0 auto;
	padding:5px 0px 5px 0px; /* padding-left = largeur image + 10px; */
	height:360px;
}

.content-left, .content-left-index {
	float: left;
	background-color: #FFFFFF;
	width: 270px; 
}
.content-left-index {
	width: 640px;
}

.content-right, .content-right-index {
	float: left;
	height:auto;
	min-height:370px;
	background-color: #E7E6E4;
	width: 505px; /* 795 - image block width - padding-right - padding-left */
	padding:5px 5px 0px 10px;
}
.content-right-index {
	width: 135px;
}

html>body #content {
	height: auto;
	min-height:370px;
}

.content li:before{
	content:"> ";
}


/* ------------------------------- Footer ------------------------------- */
#footer {
	width:795px;							
	margin:5px auto 0 auto;
	padding:0;
	clear: left;
	height:29px;
	background:url(../gfx/karakoum.jpg) top left no-repeat;
}


html>body #footer {
	height:auto;
	min-height:29px;
}

#footer h1, #footer p {
	display:none;
}

#footer p.seen {
	text-align:right;
	padding-top:10px;
	display:block;						
}

