*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#6d6c6c; font-size:8pt}
a:hover{text-decoration:underline; color:#7b1111;}

body {
	width: 887px;
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#6d6c6c;
	background: #ededed; 
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	float:left;
	width:900px;
	background:#ededed url(../images/fondcontenu.png) repeat-y left top;
}

/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {
	width:900px;
	height:301px;
	font-weight:bold;
	text-transform:uppercase;
	background:#ededed url(../images/header.png) no-repeat left top; 
}

/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/
#menu {
	float:left;
	display:inline;
	width:177px;
	text-align:left;
	margin:0 0 0 50px;
}
#menu h2 {
	width:177px;
	height:30px;
	line-height:30px;
	font-size:10pt;
	font-style:bold;
	font-variant:small-caps;
	margin:0;
	padding:0 0 0 10px;
	color:#6d6c6c;
	background: url(../images/rubrique.png) no-repeat left top;
}
#menu ul {

	margin:0 0 10px 0;
	width:162px;
	font-size:10pt;
	list-style:none;
}

#menu ul li {
	width:177px;
}

#menu_une_ligne ul li a {
	display:block;
	margin:0px;
	padding:0 0 0 10px;
	width:170px;
	height:29px;
	line-height:30px;
	text-decoration:none;
	color:#7b1111;
	background: url(../images/lien.png) no-repeat left top;
}

#menu ul li a {
	display:block;
	margin:0px;
	padding:0 0 0 10px;
	width:177px;
	height:29px;
	/*line-height:30px;*/
	text-decoration:none;
	color:#7b1111;
	background: url(../images/lien.png) no-repeat left top;
}

#menu ul li a:hover {
	text-decoration:underline;
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
	margin:0 40px 0 225px;
	padding:30px;
}

.floatl {
	float:left;
	padding-right:1em;
	margin:0;
}


#corps h1 {
	color:#7b1111;
	margin:0 10px 10px;
	padding:0 5px;
	font: bold 10pt Tahoma,Verdana,sans-serif, Arial;
}
#corps p {
	color:#6d6c6c;
	text-indent:15px;
	margin:5px 5px 5px 0;
}
#corps p a {
	color:#7b1111;
}

#corps p.right {
	margin-right:15px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:1px;
	color:#6d6c6c;
}

/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
	clear:both;
	width:900px;
	height:98px;
	padding-top:30px;
	font-size:9px;
	text-align:center;
	color:#6d6c6c;
	background:#ededed url(../images/footer.png) no-repeat left top;
}

p#footer a{
color:#7b1111;
}

select										{font: 11px verdana; border-style: solid; border-width: 1px; border-color:#666666}
textarea									{font: 11px verdana; border-style: solid; border-width: 1px; border-color:#666666}
input[type="text"]				{font: 11px verdana; border-style: solid; border-width: 1px; padding: 1px 1px 1px 1px; border-color:#666666}
input[type="password"]		{font: 11px verdana; border-style: solid; border-width: 1px; padding: 1px 1px 1px 1px; border-color:#666666}
input[type="file"]				{font: 11px verdana; border-style: solid; border-width: 1px; padding: 1px 1px 1px 1px; border-color:#666666}
input[type="button"]			{font: 11px verdana; border-style: solid; border-width: 1px; height: 24px; border-color:#666666}
input[type="submit"]			{font: 11px verdana; border-style: solid; border-width: 1px; height: 24px; border-color:#666666}
input[type="text"]:focus					{border-color:#000099; color:#0000ff; background-color:#ffefc0}
input[type="password"]:focus			{border-color:#000099; color:#0000ff; background-color:#ffefc0}
input[type="file"]:focus					{border-color:#000099; color:#0000ff; background-color:#ffefc0}
input[type="button"]:focus				{border-color:#000099; color:#0000ff}
input[type="submit"]:focus				{border-color:#000099; color:#0000ff}
