/* ---------------------------------------------------------------------------
* CSS Handheld (smartphone, PDA, Mobile phone, Iphone...) pour Sopyrec.com
* version 1.0 - Juillet 2007
* Auteur : Erwann Ser
------------------------------------------------------------------------------
*/

body {
  background: #C6CBDE none;
  font: 100% sans-serif;
}

* {
  position: static !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  background-image: none !important;
}

#container {
	margin: 0 auto;
	border: 1px solid #566;
	padding: 0 2%;
	background: #FFF;
	width: auto;
	max-width: 480px;
}
#content, #header {padding: 0 1%}

strong {color:#835000;}
a img {border: none;}
img {
	max-width: 95%; 
	height: auto;
	}
table, tbody, tr, td, th {display: block;}
ul {padding-left: 8% !important;}
#content li {margin-bottom: .5em !important;}

h2 {	
	font-size: 1.4em;
	color: #353FB8;
	border-bottom: 1px solid #CCC;
	}
h3 {color: #333; background:#EFEFEF; padding: 2px 1% !important;}

a:link {background-color: transparent; color:#0D238A}
a:visited {color:#7B7D8A}
#content a:link:hover, #content a:visited:hover {text-decoration: none}
#content a:link:focus, #content a:visited:focus, #content a:link:active, 
#content a:visited:active {
	background-color: #343D9E; 
	color:#FFF; 
	text-decoration: none;
	}
#equipe #content img {margin-right: 3%;}
