/********** Propriétés par défaut **********/

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*background: #ffffff url(../images/background_repeat.gif) center repeat-y;*/
}


/* Titres */

h1 {
	font-size: 24px;
	/*border-bottom: 1px solid #666666;*/
	margin: 5px 0px 20px 0px;
	font-weight: normal;
	color: #7ec012;
}

h2 {
	font-size: 18px;
	margin: 10px 0px 5px 10px;
}

h3 {
	font-size: 14px;
	margin: 10px 0px 5px 10px;
	color: #000000;
}


/* Liens */

a {
	color: #589104;
}

a:hover {
	color: #e37f1c;
}

a img {
	border: none;
}

a.lien_sans_style {
	text-decoration: none;
	color: #000000;
}

a.lien_sans_style:hover {
	text-decoration: underline;
}


/* Listes */

ul, ol {
	margin-left: 15px;
}

ul li {
	
}

ol li {
	margin-left: 15px;
}


/* Tableaux */

table {
	
}

table tr {
	
}

table tr th {
	
}

table tr td {
	
}


/* Formulaires */


form {
	
}

form fieldset {
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}

form fieldset legend {
	padding: 0 5px;
	font-weight: bold;
}

form input.champ_texte {
	border: none;
	width: 149px;
	background: url(../images/champ_petit_bg.png) no-repeat;
	height: 18px;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
}

form input.erreur_champ {
	background: url(../images/champ_petit_erreur.png) no-repeat;
}




form textarea {
	font: normal small Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: transparent;
	border: none;
	/*overflow: visible;*/
}

form div.textarea_grand_top {
	background: url(../images/textarea_grand_top_bg.png) no-repeat;
	width: 430px;
	height: 7px;
}

form div.textarea_grand_content {
	background: url(../images/textarea_grand_content_bg.png) repeat-y;
	width: 430px;
	/*overflow-y: visible;*/
}

form div.textarea_grand_content textarea {
	width: 420px;
	padding: 0px 5px 0px 5px;
}

form div.textarea_grand_bottom {
	background: url(../images/textarea_grand_bottom_bg.png) no-repeat;
	width: 430px;
	height: 7px;
}


form div.textarea_top {
	background: url(../images/textarea_petit_top_bg.png) no-repeat;
	width: 159px;
	height: 7px;
}

form div.textarea_content {
	background: url(../images/textarea_petit_content_bg.png) repeat-y;
	width: 159px;
}

form div.textarea_content textarea {
	width: 149px;
	padding: 0px 5px 0px 5px;
}

form div.textarea_bottom {
	background: url(../images/textarea_petit_bottom_bg.png) no-repeat;
	width: 159px;
	height: 7px;
}

form div.erreur_textarea_top {
	background: url(../images/textarea_erreur_petit_top_bg.png) no-repeat;
}

form div.erreur_textarea_content {
	background: url(../images/textarea_erreur_petit_content_bg.png) repeat-y;
}

form div.erreur_textarea_bottom {
	background: url(../images/textarea_erreur_petit_bottom_bg.png) no-repeat;
}




form input.valider {
	background: url(../images/bouton_moyen_bg.png) bottom no-repeat;
	border: none;
	font-size: 13px;
	font-weight: bold;
	width: 146px;
	height: 37px;
	padding: 0 0 6px 0;
	cursor: pointer;
}

form input.valider_grand {
	background: url(../images/bouton_valider_grand.png) bottom no-repeat;
	border: none;
	font-size: 13px;
	font-weight: bold;
	width: 240px;
	height: 37px;
	padding: 0 0 6px 0;
	cursor: pointer;
}

form input.valider_petit {
	background: url(../images/bouton_valider_petit.png) no-repeat;
	border: none;
	font-size: 13px;
	font-weight: bold;
	width: 70px;
	height: 24px;
	padding: 2px 0 6px 0;
	cursor: pointer;
}

label.label {
	font-size: 13px;
}

form select option {
	padding: 0 12px 0 2px;
}

form select optgroup option {
	padding-left: 10px;
}

form select optgroup.pays option {
	padding-left: 20px;
}

form select optgroup.compet {
	padding-left: 20px;
}

form select optgroup.compet option {
	padding-left: 20px;
}


/* Autres balises */

hr {
	margin: 5px 0 5px 0;
	border-top: 1px solid #B3B3B3;
	height: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}