/**
 * Style sheet aja
 */

/**
 * Bandeau
 */
#bandeau
{
	height:30px;
	background-image:url("tl_files/images/bandeau.png");
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
}


/**
 * Eléments graphiques
 */
#tete_rubrique_infos
{
	height:60px;
	background-image:url("tl_files/images/aja_tete_rubrique_infos.png");
	background-repeat:no-repeat;
}

#tete_rubrique_videos
{
	height:60px;
	margin-left:15px;
	background-image:url("tl_files/images/aja_tete_rubrique_videos.png");
	background-repeat:no-repeat;
}


/**
 * Flux RSS
 */
#titre_rss
{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	background-color:#008bc4;
}

#titre_rss a
{
	color:#ffffff;
}

.description
{
	padding-left:3px;
	background-color:#ffffff;
	color:#000000;
}

.source_rss
{
	padding-left:3px;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Verdana, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
th,
textarea,
ul
{
	font-size:11px;
	color:#666966;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size:12px;
	color:#666966;
}


/**
 * Header
 */
#logo
{
	width:214px;
	background-image:url("tl_files/images/logo.png");
	background-repeat:no-repeat;
}

#pubh
{
	width:730px;
}

#logo_club
{
	background-image:url("tl_files/images/logos_clubs/FranceL1/logo_aja.png");
	background-position:right;
	background-repeat:no-repeat;
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}


/**
 * Menu
 */
.menuv_titre_haut
{
	width:200px;
	height:48px;
	text-align:center;
	background-image:url("tl_files/images/menuv_titre_haut.png");
	background-repeat:no-repeat;
	color:#314252;
}

.menuv_titre
{
	height:37px;
	text-align:center;
	background-image:url("tl_files/images/menuv_titre.png");
	background-repeat:no-repeat;
	color:#314252;
}

.menuv_texte,
.menuv_texte a
{
	height:29px;
	text-align:center;
	background-image:url("tl_files/images/menuv_texte.png");
	background-repeat:no-repeat;
	color:#ffffff;
}

.menuv_fin
{
	height:48px;
	text-align:center;
	background-image:url("tl_files/images/menuv_titre_bas.png");
	background-repeat:no-repeat;
	color:#314252;
}

#menuv
{
	float:right;
}

#pubv
{
	width:150px;
	float:left;
}


/**
 * Style sheet xBasic
 */
.toggler
{
	cursor:pointer;
}

