/************************

         EMDF.org        
 par Anthony Skrzypczyk

************************/



/* -----------------
   éléments HTML.
----------------- */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background-color: #D7D7D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* -----------------
   Dispositions.
----------------- */

#page {
	width: 790px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 12px;
}

#logo {
	height: 154px;
	width: 205px;
	float: left;
}

#main {
	float: right;
	width: 601px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu {
	clear: both;
	float: left;
	width: 178px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu a {
	height: 25px;
	width: 120px;
	margin-top: 5px;
	display: block;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	background-image: url(images/menu_hover.jpg);
	background-repeat: no-repeat;
}

#foot {
	padding-top: 10px;
	padding-bottom: 15px;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}


/* ----------------------
   Blocs pré-définis.   
---------------------- */

.bloc_header1 {

background-image: url(images/bloc_complet.jpg);
	float: right;
	width: 178px;
	height: 165px;
	margin-left: 10px;
}

.stylebloc_content1 {
font : Comic Sans MS;
	width: 150px;
	color: #000099;
	padding-left: 15px;
	padding-top: 20px;
	font-size: 12px;
	overflow:auto;
}

.bloc_header2 {

background-image: url(images/timbre.png);
	float: right;
	width: 178px;
	height: 165px;
	margin-left: 10px;
}

.stylebloc_content2 {
font : Comic Sans MS;
	width: 130px;
	Height: 120px;
	color: #000099;
	padding-left: 28px;
	padding-top: 17px;
	font-size: 12px;

}


.bloc_header {
	float: right;
	width: 178px;
	height: 155px;
	margin-left: 10px;
}
.stylebloc_head {
	background-image: url(images/bloc_head.jpg);
	height: 25px;
	text-align: center;
	line-height: 1.9em;
}

.stylebloc_content {
	background-color: #EAEAEA;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 12px;
	overflow:auto;
}

.main_head {
	height: 40px;
}

.main_content {
	background-color: #EAEAEA;
	padding-left: 5px;
}
.cnx_bloc1 {
	width: 100px;
	height: 20px;
	text-align: right;
}

.cnx_bloc2 {
	width: 150px;
	padding-left: 10px;
}
