/*<group=General Styles>*/
html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: none #f0f0f0;
	color: #666666;
	text-align: center;
	/* To Make Content Centered */
	font-size: 13px;
	margin-left: 20px margin-right: 20px;
}

p
{
	font-size: 14px;
	font-family: Times New Roman, Palatino, Times, serif;
	color: #666666;
	text-align: justify;
}

li { text-align: justify; }

b, strong
{
	color: #666666;
	font-family: Times New Roman, Palatino, Times, serif;
	font-size: 13x;
	font-weight: bold;
}

a:link
{
	text-decoration: none;
	color: #0080ff;
}

a:visited
{
	text-decoration: none;
	color: #0080ff;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #0080ff;
}

.image-left
{
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right
{
	margin: 3px;
	padding: 3px;
	float: right;
}

/*</group>*/
/*<group=Layout>*/
#container
{
	background-color: #FFFFFF;
	/* This Is The BG Color Of The Main Div */
	width: 800px;
	margin: 0px auto;
	/* Right And Left Margin Widths To Auto */
	text-align: left;
	/* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	background: url(images/sidebar.png) repeat-y;
}

#pageHeader
{
	background: repeat-x url(images/header_background.jpg);
	border-bottom: 1px solid #aeaeae;
	height: 71px;
}

#pageHeader img
{
	float: right;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

#pageHeader h1
{
	color: #ffffff;
	text-shadow: 0px 1px 2px #003f7d;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageHeader h2
{
	color: #ffffff;
	text-shadow: 0px 1px 2px #003f7d;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent { margin: 0px; }

#mainContent #sidebar
{
	float: left;
	width: 150px;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#mainContent #content
{
	float: left;
	padding: 0px 0px 0px 0px;
	background: #FCFCFC, #FFFFFF;
	margin: 0x 0px 0px 0px;
	width: 650px;
}

#footer
{
	/* This Is The BG Color Of The Main Div */
	width: 800px;
	margin: 10px auto;
	/* Right And Left Margin Widths To Auto */
	/* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #ffffff;
}

#sidecontainer { margin: 5px; }

/*</group>*/
/*<group=Bread-crumb>*/
#breadcrumbcontainer
{
	background: url(images/sub_header.png) repeat-x;
	height: 26px;
	padding-right: 10px;
	text-align: right;
}

#breadcrumbcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #d4d4d4;
	padding-top: 5px;
	padding-left: 5px;
}

#breadcrumbcontainer li
{
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumbcontainer a
{
	color: #d4d4d4;
	text-decoration: none;
}

#breadcrumbcontainer a:hover
{
	text-decoration: none;
	color: #0080ff;
}

/*</group>*/
/*<group=Toolbar>*/
/* Toolbar Styles */
#navcontainer
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer #current
{
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.png) repeat-x;
}

/* Parent - Level 0 */
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li
{
	margin: 0 0 0 0;
	padding: 0px;
	width: 150px;
}

#navcontainer a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 0px;
	background: repeat-x url(images/button_normal.png);
	border-bottom: 1px solid #aeaeae;
	padding: 5px 5px 5px 5px;
}

#navcontainer a:hover
{
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.png) repeat-x;
}

/* Child - Level 1 */
#navcontainer ul ul li { margin: 0 0 0 0; }

#navcontainer ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 20px;
	background: #ebebeb;
}

#navcontainer ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/* Child - Level 2 */
#navcontainer ul ul ul li { margin: 0 0 0 0; }

#navcontainer ul ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 40px;
	background: #ebebeb;
}

#navcontainer ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/* Child Level 3 */
#navcontainer ul ul ul ul li { margin: 0 0 0 0; }

#navcontainer ul ul ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 60px;
	background: #ebebeb;
}

#navcontainer ul ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/* Child Level 4 */
#navcontainer ul ul ul ul ul li { margin: 0 0 0 0; }

#navcontainer ul ul ul ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 100px;
	background: #ebebeb;
}

#navcontainer ul ul ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/*</group>*/
/*<group=Global Classes>*/
.standout
{
	font-family: Courier New, Courier, mono;
	border: 1px dotted #004f9e;
	background: #ddedff;
	color: #004f9e;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1
{
	font-family: Times New Roman, Palatino, Times, serif;
	color: #0080ff;
	margin: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	font-family: Times New Roman, Palatino, Times, serif;
	color: #0080ff;
	margin: 0px;
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
}

h3
{
	font-family: Times New Roman, Palatino, Times, serif;
	color: #0080ff;
	margin: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.imageStyle
{
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}

/*</group>*/
/*<group=Blog>*/
/*<group=Archive Page>*/
.blog-archive-background
{
	color: #000000;
	text-align: center;
	/* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper
{
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper
{
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month
{
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
}

.blog-archive-link { }

/*</group>*/
.blog-entry
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.blog-entry-title
{
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
}

.blog-entry-date
{
	text-align: justify;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
	padding-bottom: 5px;
}

.blog-entry-body
{
	text-align: justify;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/*</group>*/
/*<group=File Sharing>*/
.filesharing-description
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item-title
{
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	text-transform: uppercase;
}

.filesharing-item-description
{
	text-align: justify;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
}

/*</group>*/
/*<group=Photo Album>*/
/*<group=Index Page (Thumbnail view)>*/
.album-title { padding: 5px; }
.album-description { padding: 5px; }

.thumbnail-frame
{
	padding: 1px;
	border: 1px solid #d4d4d4;
}

.thumbnail-frame a { }
.thumbnail-frame a:hover { }
.thumbnail-frame img { border: none; }

.thumbnail-caption
{
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/*</group>*/
/*<group=Single Page (Photo view)>*/
.photo-background
{
	background: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.photo-navigation
{
	border: 1px solid #555555;
	margin: 6px;
	background: #eeeeee;
	color: #5b5b5b;
	text-align: left;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.photo-navigation a { text-decoration: none; }
.photo-navigation a:hover { text-decoration: underline; }

.photo-frame
{
	padding: 4px;
	border: 1px solid #555555;
	margin: 6px;
	background: white;
}

.photo-links { padding: 0px; }

.photo-title
{
	padding: 0px;
	font-weight: bold;
}

.photo-caption { padding: 0px; }

/*</group>*/
/*</group>*/
/*<group=Quicktime Page>*/
.movie-description
{
	text-align: center;
	margin: 5px;
}

/*</group>*/
/*<group=Quicktime Album>*/
/*<group=Index Page (Movie Thumbnail view)>*/
.movie-page-title
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
}

.movie-page-description { margin-bottom: 20px; }

.movie-thumbnail-frame
{
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-right: 10px;
}

.movie-thumbnail-caption
{
	text-align: center;
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

/*</group>*/
/*<group=Single Page (Movie View)>*/
.movie-background
{
	background: #ffffff;
	margin-top: 5px;
}

.movie-title
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	text-align: center;
}

.movie-frame
{
	text-align: center;
	margin-bottom: 10px;
}

/*</group>*/
/*</group>*/
.level1
{
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/table_blue.png) repeat-x;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
}

.level2
{
	background: url(images/table_grey.png) repeat-x;
	text-align: center;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	border: 1px solid #666666;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

.produit
{
	text-align: left;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

.reference
{
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.price
{
	text-align: right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#mybackground { background: #333333; }

#myH2
{
	color: #0080ff;
	margin: 0px;
	text-align: center;
	text-shadow: 0px 1px 1px #003f7d;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

#myH3
{
	color: #0080ff;
	margin: 0px;
	text-align: justify;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

#mylist
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px text-align: justify;
}

div.valid
{ 
	color: #666666; 
}

div.invalid
{
color: #FF0000;
}

.guilabel
{
	font-family: lucida;
	font-size: 12px;
	font-weight: bold;
	valign: top;
}

pre.programlisting , pre.screen
{
	text-align: left;
	font-size 10px: ;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

li.niveau_save { list-style-type: disc; }

#bouton
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
	margin-top: 10px;
	margin-left: 575px auto;
	text-align: center;
	border: 1px solid black;
}

a.bouton
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 0px;
	background: repeat-x url(images/button_normal.png);
	border-bottom: 1px solid #aeaeae;
	padding: 5px 5px 5px 5px;
}

a.bouton:hover
{
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.png) repeat-x;
}
