/* -------------------- */
/* = Site : http://patrickjoly.free.fr/ */
/* = Version : 1.0 */
/* = Date de la version : 29/11/2011 */
/* = Auteur : Patrick Joly */
/* = Contact : patrickjoly@free.fr */
/* -------------------- */

/* général */
body {
  	background-color: #ae4a90; 
	color: #ffffff;
	font-family: Georgia;
	font-size: 1em;
	margin: 50px auto;
	padding: 0;
	width: 700px;
	padding: 0;
} 

header, nav, footer {
  display: block;
}

/* header */
header {	
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* content */
#content  {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: justify;
}

/* fil */
#fil {
	background: transparent;
	color: #ffffff;
	font-size: 0.9em;
	margin-top: 15px;
	padding: 0;
}

/* nav */
nav {
	margin: 0;
	margin-bottom: 170px;
	padding : 0;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	border-bottom: 1px solid #ffffff;
	float: left;
	line-height: 30px;
	min-height: 30px;
	list-style: none;
	vertical-align: middle;
	width: 50%;
}

nav li a {
	background: transparent;
	color: #7ced00;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

nav li a:hover {
	padding-left: 50px;
}

/* footer */
footer {	
	border: 1px solid #ffffff;
	margin: 0;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* titres */
h1 { 
	background: transparent;
	color: #ae4a90;
	font-size: 3em;
	margin: 0;
	padding: 10px;
	text-align: center;
}

h2 { 
	background: transparent;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	font-size: 1.5em;
	margin: 0;
	margin-top: 10px;
	padding: 0
} 

/* liens */
a {
	background: transparent;
	color: #7ced00;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

a:hover {
	background: transparent;
	color: #ffffff;
}

/* feuille de style > mobile */

@media screen and (max-width:1024px)  {
html {
	background: #ae4a90;
}
}

@media only screen and (max-width:640px) {
html {
	background-image: none;
	padding: 5px;
}
    
body {
	padding: 0 5px;
	width: auto!important;
}
 	
nav {
	margin-bottom: 10px;
}
	
nav li {
	float: none !important;
	width: auto! important;
}

footer {	
	margin-top: 20px;
}
}

@media only screen and (max-device-width:640px) and (orientation:landscape)  {
body {
	-webkit-text-size-adjust: 70% !important;
}
}