﻿body
{
	background: #E4E3E3 url(images/background.png) repeat-x;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#container
{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#toph
{
	width: 1000px;
	height: 40px;
	background-image: url(images/toph.png);
	background-repeat: no-repeat;
	background-position: right;
}

#topb
{
	width: 1000px;
	height: 100px;
	background-image: url(images/topb.png);
	background-position: right;
	background-repeat:no-repeat;
}

#menu
{
	height: 30px;
}

#content
{
	width: 990px;
	padding: 15px 5px 20px 5px;
	background-color: White;
}

#BottomHome
{
	width: 990px;
	height: 157px;
}

#BottomHome ul
{
	position: relative;
	padding-left: 0;
	margin-left: 0;
}

#BottomHome li
{
	list-style-type: none;
	display: inline;
	padding: 0 0px 0 5px;
}

#toph #smallmenucontainer
{
	padding-top: 20px;
}

#smallmenucontainer 
{
	margin-left: 10px;
	overflow: hidden;
}
ul.smallmenu
{
	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.smallmenu li
{
	border-left: 1px solid #757575;
	float: left;
	margin : 0 6px 0 -6px;
	padding : 0 6px 0 6px;
}

ul.smallmenu li a
{
	color: #757575;
	text-decoration: none;
}

ul.smallmenu li a:hover
{
	text-decoration: underline;
}

#cnxpanel
{
	float: left;
	width: 190px;
	height: 197px;
	background-image: url(images/cnxpanel.png);
	color: #582493;
}

#cnxpanel #bienvenue 
{
	padding-left: 7px;
	padding-top: 40px;	
	font-size: 16px;
}
#cnxpanel #deconnexion
{
	padding-top: 10px;
	padding-left: 7px;
}
#cnxpanel #deconnexion a
{
	color: #A8A7A7;
}

#cnxpanel #deja
{
	padding-top: 30px;
	padding-left: 7px;
	font-size: 16px;
	font-weight: bold;
}

#cnxpanel #utilisateur
{
	padding-left: 7px;
	padding-top: 5px;
}

#cnxpanel input
{
	width: 100px;
	height: 13px;
	border: solid 1px #939191;
	font-size: 11px;
}

#cnxpanel #password
{
	position: relative;
	padding-left: 7px;
	padding-top: 5px;
	
}

#cnxpanel #password #ok 
{
	position: absolute;
	top: 15px;
	right: 50px;
}

#cnxpanel #lost
{
	padding-top: 10px;
	padding-left: 7px;
}
#cnxpanel #lost a
{
	color: #A8A7A7;
}

#cnxpanel #pasencore
{
	padding-left: 7px;
	padding-top: 10px;
}

#cnxpanel #pasencore a 
{
	color: #582493;	
}

#searchpanel
{
	position: relative;
	float: right;
	width: 795px;
	height: 197px;
	background-image: url(images/searchpanel.png);
}
#searchpanel #searchdiv
{
	padding-left: 233px;
	padding-top: 55px;
}
#searchpanel #generallinks
{
	padding-left: 248px;
	padding-top: 24px;
}
#searchpanel #generallinks a
{
	font-size: 13px;
	text-decoration: none;
	color: Black;
	font-weight: bold;
}
#searchpanel #generallinks a:hover
{
	text-decoration: underline;
}

#bottom #smallmenu
{
	float: left;
	padding-top: 10px;
}
#bottom #abrakaba
{
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	color: #757575;
}
#bottom #abrakaba a
{
	color: #757575;
}




