/*----- AJOUT D'UN SITE DANS L'ANNUAIRE */
/* style du message d'introduction */
#addsite_intro {
	font-size: 0.85em;
}

/* style des messages d'alerte */
.warning, .warning_error {
	padding: 35px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
	background: #EAEAEA url(./warning.gif) center 10px no-repeat;
	border: 1px dashed #6580BE;
}
.warning {
	color: #3960AA;
}
.warning_error, #addsite_formcontent label.required, .required_message {
	font-weight: bold;
	color: #FF0000;
}
.required_message {
	padding: 20px;
	text-align: center;
}

h2 {
	margin: 30px 0 5px 0;
	font-size: 1.1em;
	text-align: center;
}

/* style du formulaire */
#addsite_formcontent {
	padding-bottom: 15px;
	background: #EAEAEA;
	border: 1px solid #6580BE;
}
#addsite_submit {
	padding: 10px;
	text-align: center;
}
#addsite_formcontent label, #addsite_formcontent .addsite_message {
	padding: 5px;
	font-weight: bold;
	color: #3960AA;
}
#addsite_formcontent label {
	display: block;
	text-align: right;
}
#addsite_formcontent .addsite_message {
	padding-top: 25px;
}
#addsite_formcontent input, #addsite_formcontent select, #addsite_formcontent textarea {
	font-size: 10px;
}

/* style du paragraphe sur le bandeau */
#addsite_bandeau_intro {
	padding: 5px;
	color: #3960AA;
	background: #EAEAEA;
	border: 1px solid #6580BE;
}
#addsite_bandeau_intro li {
	padding: 3px 15px;
	background: url(./flechetrans.gif) left 5px no-repeat;
}
.addsite_point {
	padding: 3px 15px;
	background: url(./puce_carre.gif) left 5px no-repeat;
}
.addsite_rappel {
	color: #3960AA;
	font-weight: bold;
}

/* style aperçu du code de la bannière */
#divcodebanniere ul, #addsite_createlink ul {
	background: #EAEAEA;
	border: 1px solid #6580BE;
}
#divcodebanniere li, #addsite_createlink li {
	margin: 3px;
	padding: 5px 15px;
	background: url(./puce_carre.gif) left 8px no-repeat;
}
#addsite_createlink table td {
	padding: 3px 10px;
}
#idbanniere {
	width: 80%;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	background: #FFFFFF;
	border: 1px #000000 solid;
}
#divcodebanniere .warning_error {
	border: 0;
}

/* style de la popup d'exemples */
#addsite_popup {
	text-align: left;
}
#addsite_popup h1 {
	font-size: 1.15em;
	text-align: left;
	margin: 10px;
	padding-left: 15px;
	color: #000000;
	background: url(./puce_carre.gif) left 5px no-repeat;
}

.arial14normalblack {
	font-family:arial;
	font-size: 14px;
}