/*
	Project		: ACTIBOX
	Author		: Julien LERCH
	Revision	: idem
	Description	: feuille de styles globale pour l'écran : définition des balises
	Copyright	: ACTIMAGE 2008

		Styles génériques des balises
		- générales
		- titres
		- liens
		- listes
		- forms
		- tableaux
		Styles des balises Ã  prévoir pour FCK, utilisées lors du formatage des contenus (indentation, gras, barré etc.)

*/

*{
	padding		: 0;
	margin		: 0;
	border		: 0px solid;
}

body{
	font-size			: 75%;
	color				: #074C69;
	background-color 	: #70AADA;
	font-family			: Arial, sans-serif;
}

h1{
	clear					: both;
	margin					: 0 0 2px 0;
	padding-top				: 5px;
	font-size				: 2.5em;
	font-weight				: bold;
}
h2{
	font-size				: 1.5em;
	font-weight				: bold;
	color					: #79B0DC;
	margin-bottom			: 10px;
}


legend, h3 {
	color			: #FF7C00;
	font-weight		: bold;
	margin			: 5px 0pt 5px;
}
a {
	text-decoration	: none;
}
	a:link {
		color		: #002462;
	}
	a:visited {
		color		: #002462;
	}
	#aggregator_main a:link {
		color		: #F88822;
	}
	#aggregator_main a:visited {
		color		: #F88822;
	}
	a:hover{
		text-decoration	: underline;
	}
ol {
	margin	: 10px 15px;
}
li {
	margin-left		: 5px;
	margin-bottom	: 3px;
}
	ul li {
		list-style	: url(../interface/public/li.gif) outside;
	}
	#aggregator_main ul li {
		list-style	: url(../images/puce1.gif) outside;
	}
	ol li {
		list-style	: decimal outside;
	}
dt {
	font-weight		: bold;
	margin			: 20px 0pt 5px;
}
dd {
	padding-left	: 30px;
}

label{
	font-weight	: bold;
	text-align	: right;
	width		: 230px;
	display		: inline;
	line-height	: 2.3ex;
}
input + label {
	width		: auto;
	float		: none;
	display		: inline;
}

fieldset{
	border		: 0;
	margin		: 10px 0 15px;
}

input[type=text], input[type=password], textarea {
	line-height		: 2.3ex;
	border			: 1px solid #ddd;
	font-size		: 110%;
}
input[type=submit] {
	border			: 1px solid #ddd;
	padding			: 2px 2px 2px 2px;
	cursor			: pointer;
	font-size		: 110%;
	font-weight		: bold;
}
input[readonly] {
	background-color: #EEE;
	border-color	: #ccc;
	color			: #999;
}
textarea {
	padding			: 3px;
	font-size		: 120%;
}
table {
	table-layout	: fixed;
	border-collapse	: collapse;
	border-color	: #666;
	border-style	: solid;
	width			: 100%;
}
	table[border="1"], table[border="1"] td, table[border="1"] th{
		border-width : 1px;
	}
	table[border="0"], table[border="0"] td, table[border="0"]th {
		border-width : 0;
	}
	td, th {
		padding			: 2px;
		border-color	: #666;
		border-style	: solid;
	}
	th {
		font-weight	: bold;
		color		: #FFA500;
	}

iframe {
	border	: 0;
}
/* balises utilisées par FCK */
del, strike {
	text-decoration: line-through;
}
strong, b{
	font-weight		: bold;
}
u {
	text-decoration	: underline;
}

em, i {
	font-style		: italic;
}
blockquote {
	margin-left		: 20px;
}

img{
	border 			: 0px;
}

