body
{
background-color: rgba(121,186,242,1);
}

a
{
color: #A61E10;
text-decoration: underline;
}

#content {	float: left;	background-image: url("../layout/bg_repeat.png");	background-repeat: repeat-y;	width: 780px;	padding: 10px 10px;}
#cleft, #cright, #hommes, #femmes {	float: left;}
#cleft {	width: 197px;	padding: 0 0 0 7px;	font-size: 16px;	font-weight: bold;	color: #ffffff;}
#cleft ul {	list-style: none;}
#cleft a:link, #cleft a:visited {	color: #ffffff;	text-decoration: none;}
#cleft a:active {	color: #623c63;	text-decoration: none;}
#hommes, #femmes {	width: 177px;	height: 128px;	background-repeat: no-repeat;	padding: 40px 0 0 20px;}
#cright {	width: 556px;	margin-left: 10px;	padding-right: 10px;}
#hommes {	background-image:url("hommes.jpg");}
#femmes {	background-image:url("femmes.jpg");}

.introduction 
{
float:left;
padding-right: 8px;
}

#bloc_page
{
width: 1340px;
margin: auto;
}

header
{
width: 1240px;
height: 220px;
vertical-align: top;
background-color: rgba(121,186,242,1);
border-radius: 5px 5px 5px 5px;
padding: 10px;
color: #000000;
margin-right: 15px;
text-align: justify;
word-wrap: break-word;
}

nav
{
display: inline-block;
width: 1200px;
text-align: right;
}

nav ul
{
list-style-type: none;
}

nav li
{
display: inline-block;
margin-right: 15px;
}

nav a
{
font-size: 1.3em;
color: #181818;
padding-bottom: 3px;
text-decoration: none;
border-bottom: 3px solid #000000;
}

nav a:hover
{
color: #760001;
border-bottom: 3px solid #760001;
}

article, aside
{
display: inline-block;
vertical-align: top;
text-align: justify;
}

article
{
width: 875px;
background-color: rgba(121,186,242,0.6);
border-radius: 5px;
padding: 10px;
color: #000000;
font-family: Verdana;
font-size: 28px;
margin-right: 15px;
margin-left: 5px;
word-wrap: break-word;
}

aside
{
position: relative;
width: 385px;
background-color: rgba(1,133,225,0.6);
border-radius: 10px;
padding: 10px;
color: #000000;
font-family: Verdana;
font-size: 16px;
}

h1
{
display: inline-block;
margin-bottom: 0px;
margin-top: 0px;
}

footer
{
width: 1305px;
height: 25px;
vertical-align: top;
background-color: rgba(121,186,242,0.6);
padding: 10px;
color: #000000;
margin-right: 15px;
text-align: justify;
word-wrap: break-word;
font-size: 14px;
font-family: Verdana;
}