/* CSS Document */
/** couleurs : 
 *    fond : #efe6dc
 *    textSidebar : #efebe7
 *    bleu : #4f83c4
 *    bleu fonce : #246bc4
 *    
 *
 */
head
{
    margin  : 0px;
    padding : 0px;
    position : absolute;
    height : 0px;
}

body
{
    margin : 0px;
    padding : 0px;
    background-color: white;
    font-family: Verdana;
    font-size: 10pt;
    color: #404040;
    text-align: left;
}

#page
{
    position: relative;
    background-color: white;
    border: 1px solid black;

    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0px;
    width: 781px;
	height : 520px;
}

#header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width : auto;
	height : auto;
	top: 0px;
}

#sidebarLeft
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(pics/7.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 340px;
	top: 127px; 
	left: 0px;
	color: #ffffff;
}

#sidebarLeft a
{
    text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#sidebarLeft a:hover
{
    text-decoration: none;
	font-weight: bold;
	color: #246bc4;
}

#sidebarLeft a.tiny
{
    color: #ffffff;
	font-style:italic;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}



#sidebarLeft h2
{
    /*border-bottom: 1px dashed #efebe7;*/
	color: #ffffff;
    font-family: Georgia, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 5px;
}

#box_left
{
    position: relative;
	padding: 5px;
	margin: 5px;
	margin-right : 10px;
	margin-top : 18px;
	border: 1px dashed #efebe7;
	height: 95px;
}

#box_right
{
    position: relative;
	padding: 5px;
	margin: 5px;
	margin-top : 0px;
	margin-left : 10px;
	border: 1px dashed #efebe7;
	height: 100px;
}


#sidebarRight
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(pics/9.png);
	background-repeat: no-repeat;
	width: 153px;
	height: 340px;
	top: 127px; 
	left: 628px;
	color: #ffffff;
}
#sidebarRight a
{
    text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#sidebarRight a:hover
{
    text-decoration: none;
	font-weight: bold;
	color: #246bc4;
}

#sidebarRight h2
{
    color: #ffffff;
    font-family: Georgia, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
    margin-right: 0px;
    margin-top: 25px;
    padding-right: 5px;
}

#content
{
    position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(pics/8.png);
	background-repeat: no-repeat;
	width: 488px;
	height: 340px;
	top: 127px; 
	left: 140px;
	/*border: 1px solid red;*/
}

#corps
{
    position: relative;
	margin-top: 22px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: 19px;
	padding: 0px;
	padding-left: 0px;
	background-color: #efe6dc;
	width: 450px;
	height: 284px;
	overflow:auto;
	color: #246bc4;
	/*border: 1px solid red;*/
}



#footer
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 781px;
	height: 53px;
	top: 467px; 
	left: 0px;
}

a.menu
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
	text-decoration: none;
}

a.menu:hover
{
    color: #246bc4;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
	text-decoration: none;
}

#lien1
{
	position: absolute;
	top : 159px;
	left: 11px;
	width: 62px;
	height: 26px;
	text-align: left;
	margin-right: 0px;
	margin-top: 4px;
	padding-left: 5px;
}

#lien2
{
	position: absolute;
	top : 41px;
	left: 16px;
	width: 110px;
	height: 25px;
	text-align: left;
    margin-right: 0px;
    margin-top: 4px;
    padding-left: 5px;
}

#lien3
{
	position: absolute;
	top : 232px;
	left: -2px;
	width: 110px;
	height: 25px;
	text-align: left;
    margin-right: 0px;
    margin-top: 4px;
    padding-left: 5px;
}

#lien4
{
	position: absolute;
	top : 190px;
	left: 16px;
	width: 110px;
	height: 25px;
	text-align: right;
	margin-top: 4px;
	padding-right: 5px;
	padding-left: 0px;
}
#lien6
{
	position: absolute;
	top : 136px;
	left: 16px;
	width: 110px;
	height: 25px;
	text-align: right;
	margin-top: 4px;
	padding-right: 5px;
	padding-left: 0px;
}
#lien5
{
	position: absolute;
	top : 272px;
	left: 1px;
	width: 110px;
	height: 25px;
	text-align: right;
	margin-top: 4px;
	padding-right: 5px;
	padding-left: 0px;
}

.left
{
	float : left;
}


.right
{
	float : right;
}

.center
{
	float : both;
	margin: 0px;
	padding: 0px;
}

input
{
    background-color : #efe6dc;
	border : 1px solid #efebe7;
	color : #246bc4; 
}

input.button
{
    font-size: 10px;
	background-color : #4f83c4;
	border : 1px solid #efebe7;
	color : #efebe7; 
}

select
{
	width: 108px;
    background-color : #efe6dc;
	border : 1px solid #efebe7;
	color : #246bc4; 
}

