@charset "utf-8";
/* CSS Document */
/*
GENERAL INFORMATIONS
	Template: Exp31-mobile v2.0	
	Author: Jean-Pierre Mateo
	Copyright: experience31.fr (http://www.experience31.fr) - All right reserved
	Date: 01/12/2008
	Website: http://mobile.experience31.fr
	Struture:
		Header
			|-- title (p)
		Content
			|-- index_logo (div)
			|-- index_menu
			|-- index_general_menu (div)
					|-- title_link (ol>li>a)
					|-- date_update (div)
			|-- index_partenaire
			|-- index_general_partenaire
					|-- title_link
					|-- logo_link
			|-- subone_index
				|-- subone_title (h1)
				|-- subone_ariane -- subone_key (span)
				|-- subone_description (span)
			|-- subtwo_index
				|-- subtwo_text
		Footer
			|-- title
			
*/

/* Body */
body {
	margin:0;
	padding:0;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Header */
#header {
	height:1.43em;
	background-color:#369;
	border-bottom:solid 4px #CCC;
}

#header p {
	text-align:left;
	margin:0px 0px 6px 10px;
	color:#FFF;
	font-size:0.68em;
	letter-spacing:0.07em;
}

/* Content */
#content div.index_logo {
	height:5.36em;
	background:url(image_mobile/logo_exp31mobile.jpg) center no-repeat;
}

#content div.index_menu {
	margin-left:12px;
	color:#369;
	font-size:0.68em;
	text-transform:uppercase;
}

#content div.index_general_menu {
	clear:both;
	margin:1px 10px 15px 10px;
	padding:4px;
	border:solid 2px #69C;
}

#content div.index_partenaire{
	margin-left:12px;
	color:#9C0;
	font-size:0.68em;
}

#content div.index_general_partenaire {
	clear:both;
	margin:1px 10px 20px 10px;
	padding:4px;
	border:solid 1px #9C0;
	background:url(image_mobile/logo_googlemobilewiki.jpg) right no-repeat        ;
}

#content ol {
	font-size:0.68em;
	list-style-type:decimal;
	list-style-position:outside;
	color:#333;
	height:auto;
	padding-left:25px;
}

#content li {
	line-height:1.43em;
}

#content ul {
	margin:auto;
}

#content li.news {
	line-height:normal;
	font-size:0.64em;
	font-weight:normal;
	color:#000;
}

#content li.coulisse {
	margin-bottom:8px;
}

#content div.news_rss p {
	margin-top:3px;
}

#content a {
	font-size:0.68em;
	text-decoration:none;
	color:#369;
}

#content a:hover {
	text-decoration:underline;
}

#content a:visited {
	color:#9CF;
}

#content div.date_update {
	margin:5px 1px 1px 1px;
	border-top:solid 1px #9CF;
	font-size:0.64em;
	text-align:right;
	color:#999;
}

#content h1.subone_title {
	margin:6px 5px 4px 5px;
	font-size:0.86em;
	color:#F93;
}


#content p {
	margin:2px 2px 2px 2px;
	font-size:0.68em;
	font-weight:normal;
	color:#000;
}

#content p.gras {
	margin-top:4px;
	font-size:0.64em;
	font-weight:bold;
}

#content p.paragraphe {
	font-size:0.68em;
	font-weight:bold;
	margin-top:6px;
	color:#9C0;
}

#content p.subone_ariane {
	line-height:1.29em;
	border-top:solid 1px #9C0;
	border-bottom:solid 1px #9C0;
	padding:4px 2px 4px 4px;
	font-size:0.68em;
	font-weight:bold;
	color:#369;
}

#content span.subone_key {
	font-size:0.68em;
	font-weight:bold;
	color:#333;
}

#content p.subone_description {
	margin:0px 2px 4px 4px;
	font-size:0.64em;
	font-weight:bold;
	color:#999;
}

#content form.formulaire {
	font-size:0.68em;
	padding: 2px 2px 2px 4px;
}

/* Footer */
#footer {
	height:1.43em;
	background-color:#369;
	border-top:solid 4px #CCC;
}

#footer p {
	text-align:left;
	margin:3px 1px 3px 10px;
	color:#FFF;
	font-size:0.68em;
	letter-spacing:0.07em;
}	
	
	

