﻿/* Gilbert SANZ, le 01/03/2008 */
/*	Design des parties dynamiques du site "Les Cours Du Triangle" */

/*	Styles pour DocPreview.aspx */
/*	Cette page affiche les infos du document (titre, description, tarif, matière) ainsi
	que le cartouche AlloPass	*/

/*	Container general */
#container
{
	width: 100%;
	margin: 10px auto;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid gray;
	/*line-height: 130%;*/
}

/*	Hyperliens de la gridview*/
a.gridViewLink: visited
{
	color:#0000ee;
	font-weight:bold;
	text-decoration:none ;
}

a.gridViewLink: active
{
	color:#0000ee;
	font-weight:bold;
	text-decoration:none ;
}

a.gridViewLink
{
	color:#0000ee;
	font-weight:bold;
	text-decoration:none ;
}

a.gridViewLink: hover
{
	color:#0000ee;
	font-weight:bold;
	text-decoration:none ;
}

/*	Titre du document - Container */
#top
{
	padding: .5em;
	background-color: #cccccc;
	border-bottom: 1px solid gray;
}

/*	Titre du document - Texte */
#top h1
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 20px;
}

/*	Cartouche AlloPass*/
#leftnav
{
	/*float: left;
	width: 0px;
	height:auto;
	margin: 0;
	padding: 10px;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	display:none;*/
	display:none;
	width: 0px;
}

/*	Description, matière, tarif et explications	*/
#content
{
	margin-left: 0px;
	/*border-left: 1px solid gray;*/
	/*height:320px;*/
	height:auto;
	padding: 1em;
	max-width: 100%;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}

/*	Tarif	*/
.price
{
	color: #ff0000;
	font-weight:bold;
}

/*	Chapitre dans cartouche AlloPass optionnel	*/
#leftnav p
{
	margin: 0 0 1em 0;
}

/*	Sous-Titre Description du document	*/
#content h2
{
	margin: 0 0 .5em 0;
}

/*	Sous-Titre Bloc Gauche	*/
#leftnav h2
{
	margin: 0 0 .5em 0;
}

/*	Champs de saisie de recherche de texte libre	*/
#leftnav input
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 10px;	
	width:146px;
	float:right ;
}

#leftnav label
{
	float:left ;
}

#leftnav span
{
	float:left ;
}

#leftnav select
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 10px;
	width:150px;
	float:right ;
}
