/* CSS Document */


* {padding:0; margin:0}

body {
background:#2e1e1f url(bg-repeat_CAH.jpg) repeat-x top;

	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
}

img {border: none}


#global {
width: 780px;
margin: 0 auto;
margin-top: 6px;

border: 7px solid #2e1e1f;
	}


#entete{
height: 560px;}




/* Navigation */
#navigation {
	height: 80px;
	margin-top: 12px;
		/*padding: 12px 15px;*/

}
#navigation img {
	float:left;
	padding-right: 0
}

/* Menu de navigation */

#navigation ul {
	margin-left: 210px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 10px;
			padding-top: 7px;
	list-style: none;
	text-align: center;

	}
#navigation ul li {
	float: left;
}

#navigation li{}

#navigation a {
position: relative;
color: silver;
	padding: 6px;
	line-height: 1.5;
	font-size: 1.1em;
	text-decoration: none;
	border-bottom: 0px}

#navigation a:hover {
font-size:1.2em;
	color: #C0C0C0;
	font-style: italic;
	font-weight:bold;
	border-bottom: 2px solid #e5025b;}




#contenu{
	color: white;
	background: #140808;

	letter-spacing: 1px;	
	text-align:justify;
	
	
	height: 460px;
	border-right: 1px solid #2e1e1f;
	border-bottom: 1px solid #e5025b ;
		border-top: 1px solid #e5025b ;
	border-left: 1px solid #2e1e1f;
	}
	
	#contenu  {	
	padding: 24px;}

#pied{
height:80px;
}

/*  mise en forme des zones de présentation réalisations*/

.rea {
	 height:85px;
	 width:530px;
}
.rea img {
	float:left;
	padding-right:10px;
	width: 75px;
	height: 75px;
}
.rea p {
	font-size:12px;
	text-align: justify;
	padding-left : 1em;
	padding-bottom: 1em;
}

img {
	border: 0px;
}
	.toto {
		display: inline-block;
		width: 160px;
		text-align: center;
		padding:4px;
	}
	.toto img {
		background-color: silver;
		padding: 2px;
	}
	.toto img:hover {
		background-color: white;
	}

/* --------------- mise en forme des polices ------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em 0; /* -> 6 */
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; /* -> 7 */
}
h1 {
	font-size: 3em; /* -> 8 */
	font-style: italic;
	color: #990033
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;  margin: .8em 0 .8em 0}
h4 {color: #990033; /*#e3005a; */ font-family:Georgia, "Bitstream Vera Serif", Norasi, serif; 
font-size: 1.4em; font-style: italic; 	text-decoration: underline;  font-weight: normal;
 margin: .4em 0 .7em 0}
 
 #pied p{color:#C0C0C0; text-align:center}
 #pied a { border-bottom:1px dotted #990033; text-decoration:none}


/* mise ne forme des liens */
a{color: white;  text-decoration: underline}
a:hover{color: #e5025b; text-decoration: none; }

