/* 	Projet Akiwee - ISC MBA 2009
	@author : 	Cedric RITTIE
	Promotion :	MBA CMT 09-10
*/

/*
-----------------------------------------------------------
	Fonctions de reset (inspiré par Eric Meyer)
-----------------------------------------------------------
*/
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content: '';
	content: none;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*
-----------------------------------------------------------
	Global
-----------------------------------------------------------
*/

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6c6460;
	background:#ffffff url(../images/bg_grid.jpg);
	background-repeat:repeat;
}

#global
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

span, #shortcuts 
{
	display:none;
	font-style:normal;
}


/*
-----------------------------------------------------------
	Header
-----------------------------------------------------------
*/

#logo 
{
	position:relative;
}

#logo a
{
	display:block;
	width:245px;
	height:193px;
	background:url(../images/logo_akiwee.png) no-repeat 0 0;
}

.photoMakingOff
{
	margin-top:30px;
}

/*
-----------------------------------------------------------
	Accueil
-----------------------------------------------------------
*/

#introduction
{
	margin-top:15px;
	color:#322328;
}

.titre
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
}

.description
{
	margin-top:15px;
	font-size:18px;
	line-height:28px;
	text-align:justify;
	word-spacing:8px;
}

.description a
{
	color:#5c7f99;
	text-decoration:none;
}

.description a:hover
{
	background-color:#5c7f99;
	color:#ffffff;
}

#presentation
{
	margin-top:25px;
	color:#322328;
}

#slideshare
{
	margin-top:35px;
	text-align:center;
}

.descriptionAkiwee
{
	font-size:14px;
	margin-top:15px;
	line-height:25px;
	text-align:justify;
	word-spacing:3px;
	background-color:#FFFFFF;
	padding:15px;
}

.descriptionAkiwee a
{
	color:#5c7f99;
	text-decoration:none;
	font-weight:bold;
}

.descriptionAkiwee a:hover
{
	background-color:#5c7f99;
	color:#ffffff;
}

#schema
{
	text-align:center;
	margin-top:25px;
}

.download
{
	display:block;
	background-color:#FFFFFF;
	margin-bottom:15px;
	text-decoration:none;
	color:#666666;
	font-size:16px;
	height:65px;
}

.download strong
{
	
}

.download:hover
{
	display:block;
	background-color:#DFE5EA;
}

#biblio
{
	margin-top:25px;
}

/*
-----------------------------------------------------------
	Menu
-----------------------------------------------------------
*/

#menu
{
	position:relative;
}

#mainmenu {position:absolute; top:60px; left:285px; width:700px; height:34px; display: inline; list-style-type: none;}
#mainmenu a {height:34px; display:block; float:left; background-color:#003366;}
#mainmenu li {list-style: none; display: inline;}
#mainmenu .m1 a {background:url(../images/navigation/m1.png) no-repeat 0 0; margin-left:20px; width:99px;}
#mainmenu .m1_cible a {background:url(../images/navigation/m1.png) no-repeat 0 100%; margin-left:20px; width:99px;}
#mainmenu .m2 a {background:url(../images/navigation/m2.png) no-repeat 0 0; margin-left:20px; width:99px;}
#mainmenu .m2_cible a {background:url(../images/navigation/m2.png) no-repeat 0 100%; margin-left:20px; width:99px;}
#mainmenu .m3 a {background:url(../images/navigation/m3.png) no-repeat 0 0; margin-left:20px; width:169px;}
#mainmenu .m3_cible a {background:url(../images/navigation/m3.png) no-repeat 0 100%; margin-left:20px; width:169px;}
#mainmenu .m4 a {background:url(../images/navigation/m4.png) no-repeat 0 0; margin-left:20px; width:99px;}
#mainmenu .m4_cible a {background:url(../images/navigation/m4.png) no-repeat 0 100%; margin-left:20px; width:99px;}
#mainmenu .m5 a {background:url(../images/navigation/m5.png) no-repeat 0 0; margin-left:20px; width:99px;}
#mainmenu .m5_cible a {background:url(../images/navigation/m5.png) no-repeat 0 100%; margin-left:20px; width:99px;}
#mainmenu a:hover {background-position:0 100%;}
