@charset "UTF-8";
/* CSS Document */

/* Couleurs : Vert : CCCB11, Rouge : FF1A1A, Bleu : 45D3F4, Rose : F411B4, Orange : FCB606 */
*,html{
	margin:0;
	padding:0;
}
body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:80%;
	line-height:130%;
	color:#333333;
}
img{
	border:0;
}

/* TEXTE */
h1{
	font-family:georgia, "times new roman", sans-serif;
	font-style:italic;
	font-size:2.5em;
	margin-bottom:20px;
}
h2{
	font-family:georgia, "times new roman", sans-serif;
	font-style:italic;
	font-size:1.5em;
	line-height:130%;
	margin-bottom:20px;
}
h3{
	font-size:1.2em;
	font-weight:bold;
	line-height:130%;
}
p{
	margin-bottom:20px;
}

/* LIENS */
a, a:hover, a:active, a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* POSITION */
#conteneur{
	width:901px;
	margin:0 auto;
}
.clear{
	clear:both;
}

/* HEADER */
#header{
	width:901px;
	height:294px;
	margin:30px 0 0 0;
}
#header_gauche{
	float:left;
}
#header_droite{
	float:right;
}
#intro{
	width:450px;
	height:214px;
	background:url(../images/darwins_04.jpg) no-repeat;
}
.into{
	padding:20px;
}
#intro .into h1{
	margin-top:40px;
}
#intro .into h1, #intro .into p{
	color:#333333;
}
#pics {  
    height:  294px;  
    width:   451px;  
    padding: 0;  
    margin: 0; 
}

/* CONTENU */
#contenu{
	width:901px;
	background:url(../images/cont_bckgd.jpg) repeat-y;
	margin:0 0 20px 0;
}
#contenu_into{
	width:901px;
	background:url(../images/cont_into_bckgd.jpg) no-repeat;
	overflow:auto;
}
#cont_left, #cont_right{
	width:450px;
	margin:20px 0 0 0;
}
#cont_left{
	float:left;
}
#cont_right{
	float:right;
}
#cont_left .into, #cont_right .into{
	padding:0 20px 0 20px;
}

/* BLOCS */
#blocs{
	width:901px;
	overflow:auto;
}
.blocs_cadre{
	width:210px;
	height:260px;
	float:left;
	margin:0 20px 0 0;
}
.bloc4{
	width:210px;
	height:260px;
	float:left;
	margin:0;
}
.blocs_into{
	padding:10px 15px 10px 10px;
	background:#EFEFEF;
	border:1px solid #D8D8D8;
	height:200px;
}
.blocs_into p{
	margin-bottom:10px;
}
.blocs_titre_rouge, .blocs_titre_bleu, .blocs_titre_rose, .blocs_titre_orange{
	display:block;
	height:35px;
}
.blocs_titre_rouge{
	background:#FF1A1A;
	border:1px solid #DD1919;
}
.blocs_titre_bleu{
	background:#45D3F4;
	border:1px solid #00BEDD;
}
.blocs_titre_rose{
	background:#F411B4;
	border:1px solid #DD0AAC;
}
.blocs_titre_orange{
	background:#FCB606;
	border:1px solid #E8A205;
}
.blocs_titre_rouge h3, .blocs_titre_bleu h3, .blocs_titre_rose h3, .blocs_titre_orange h3{
	padding:10px 20px;
}
.blocs_titre_rouge h3 a, .blocs_titre_bleu h3 a, .blocs_titre_rose h3 a, .blocs_titre_orange h3 a{
	color:#FFFFFF;
}
p.blocs_liens{
	text-align:right;
	font-weight:bold;
}

/* FOOTER */
#footer{
	text-align:center;
	color:#CCCB11;
	margin:20px 0 20px 0;
}
#footer a{
	color:#CCCB11;
	font-weight:bold;
}
