
/*  ----------\
	-----------------------------------------------
	Title 		: Students Challenge Morocco
	Author 		: Francis Hogue
	Edition 	: Blank
	Version 	: 1.0
	Created 	: 17-09-2007
	Updated 	: 
	Contact 	: francishogue@francishogue.com
	Copyright 	: Students Challenge Morocco (c) 2007
	-----------------------------------------------
	----------/
*/

/* --------------------------------------
	
	=reset
	
-------------------------------------- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}

/* --------------------------------------
	
	=layout, structure
	
-------------------------------------- */

body { 
	background: #fff;
	color: #303030; 
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	left: 50%;
	margin-left: -480px; /* half the container width */
	position: absolute;
	text-align: left;
	width: 960px;
}

#masthead {
	background: url(../img/bg-masthead.jpg) no-repeat 100% 0;
	border-bottom: 1px solid #e3e3e3;
	height: 120px;
	width: 100%;
}

#img-banner {
	overflow: hidden;
	width: 100%;
}
img.imgCadre {
	border: 3px solid #e3e3e3;
	display: inline;
	float: left;
	margin: 30px 0 20px 0;
	position: relative;
}

img#imgLeft {
	margin: 30px 15px 0 0;
}

#content {
	background: url(../img/bg-content.gif) no-repeat 0 100%;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	width: 100%;
}

#footer {
	clear: both;
}
/* --------------------------------------
	
	=nav
	
-------------------------------------- */

#menu {
	left: 0;
	position: absolute;
	top: 128px;
	width: 100%; /* correction pour Opera */
	z-index: 100;
}

#menu ul {
	background: #fff;
	border: 1px solid #8ac08f;
	border-top: 1px solid #fff;
	margin: 0;
	width: 13em;
}

#menu dl {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	width: auto;
}

#menu dl.first {
	margin: 0 0 0 10px;
}

#menu dt {
	cursor: pointer;
}
#menu dd {
	/*display: none;*/
	position: absolute;
}


#menu dt a {
	font-size: 90%;
	font-weight: bold;
	letter-spacing: -1px;
}

#menu dt a.active {
	color: #ffbd5e;
}

.menuactive{color: #ffbd5e;}

#menu li {
	padding: 3px 0 3px 3px;
}

#menu li a {
	color: #8ac08f;
	display: block;
	font-size: 90%;
	font-weight: bold;
	width: 100%;
}

a.custombtn {
	display:block;
	width:239px;
	margin:0 0 10px 0;
	background-repeat:no-repeat;
	opacity:1.0;
	FILTER: alpha(opacity = 100);
}

a.custombtn:hover
{
	opacity:0.6;
	FILTER: alpha(opacity = 60);
}

a.infobtn {
	display:block;
	width:239px;
	height:48px;
	margin:0 0 10px 0;
	background-position:top left;
	background-repeat:no-repeat;
}

a.infobtn:hover {
	background-position:bottom left;
}


#menu li a:hover, #menu li a:focus {
	/* background: #f6e7fc; */
	color: #ffbd5e;
}


#footer ul {
	margin: 0 0 0 10px;
	
}

#footer ul li {
	display: inline;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 27px;
	padding-left: 13px;
}
#footer ul li.first {
	padding-left: 0;
}

h1#logo { 
	display: inline;
	margin: 10px 0 0 8px; 
	overflow:hidden;
}

h1#logo, h1#logo a {
 	background: url(../img/logo.jpg) no-repeat;
	float: left;
	height: 105px;
	width: 220px;
}

h1#logo a {
 	display: block;
 	text-indent: -9999px;
}

p#catchphrase {
	display: block;
	float: left;
	height: 66px;
	margin: 39px 0 0 277px;
	text-indent: -9999px;
	width: 204px;
}


dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin-bottom: 1.0em;
}

#content p {
	font-size: 100%;
	line-height: 140%;
}

#content p.note { font-size: 85%; }

#mainContent ul {
	font-size: 90%;
	line-height: 140%;
	list-style-position: inside;
	list-style-type: square;
	padding-left: 20px;
}

#footer p {
	color: #737373;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 10px;
}

a {
	color: #6b2a91;
}

a:hover {
	color: #ffbd5e;
}

ul#topNav {
	float: right;
	font-size: 85%;
	font-weight: bold;
	margin-top: 5px;
}

ul#topNav li {
	display: inline;
	margin:0 5px;
}

div.clearer {clear:both; line-height:0.0; height:0;}
div.clear {clear:both; line-height:0.0; height:0; padding:0; margin:0;}


/* self-clearing floats*/
#whatever-goes-here:after
{
content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/************************************
/
/************************************/

#imageContainer {
	position:relative;
	width:304px;
	height:200px;
	overflow:hidden;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

