/*********************************************************************/
/* = Site : http://patrickjoly.free.fr/ */
/* = Version : 1.0 */
/* = Date de la version : 01/04/2012 */
/* = Auteur : Patrick Joly */
/* = Contact : patrickjoly@free.fr */
/*********************************************************************/

/* général */
* {
  margin: 0px;
  padding: 0px;
}

body {
  	background-color: #7f7270;
	color: #ffffff;
	font-family: Georgia;
	font-size: 1em;
	line-height: 1.5;
	margin: 20px auto;
	overflow: scroll;
	padding: 0;
	text-align: justify;
	width: 700px;
} 

#main {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

/* nav */
nav {
	float: left;
	margin: 0;
	width: 200px;
}

.rubrique {
	background: #ffa193;
}

.rubrique ul {
	background: #ffffff;
	height: 0px;
	list-style-type: none;
	overflow: hidden;
	padding: 0px;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	transition: height 1s;
}

.rubrique ul a {
	background: transparent;
	margin-left: 20px;
	text-decoration: none;
	color: #7f7270;
}

.rubrique:hover ul {
	height: 103px;
}

.rubrique li {
	border-bottom: 1px dotted #7f7270;
}

.rubrique li a {
	background: transparent;
	color: #ffa193;
}

.rubrique ul li a:hover{
	background: transparent;
	color: #7f7270;
}

/* fil */
#fil {
	border-bottom: 2px dotted #ffa193;
	border-top: 2px dotted #ffa193;
	font-size: 0.8em;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
}

/* footer */
#contenu {
	float: right;
	margin: 0;
	padding: 0;
	width: 480px;
}

/* footer */
footer {
	border-top: 2px dotted #ffa193;
	font-size: 0.8em;
	margin-top: 20px;
	text-align: right;
}

/* titres */
h1 {
	background: transparent;
	color: #ffa193;
	font-size: 3em;
	margin: 0;
	padding: 0;
}

h2 {
	background: transparent;
	color: #ffa193;
	font-size: 1.5em;
	margin: 5px 0 20px 0;
	padding: 0;
}

h3 {
	background: transparent;
	border-bottom: 1px solid #7f7270;
	color: #ffffff;
	font-size: 1em;
	padding: 10px;
 }

h3 a {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}

/* liens généraux */
a {
	background: transparent;
	color: #ffa193;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}