/*** BODY ***/

body {
  margin: 0;
  background: #FFF;
  font-size: 11px;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
}

/*** LINKS ***/

a {
  text-decoration: none;
  /*color: #909090;*/
  color: #E40E92;
}

a:hover {
  /*color: #909090;*/
  color: #E40E92;
  text-decoration: underline;
}

/*** FORM ELEMENTS ***/

input, button, select, textarea {
  font-size: 11px;
  border: 1px solid #909090;
}

.noBorder {
  border: none;
}

fieldset {
    border: 1px solid #C0C0C0;
    padding: 10px;
}

fieldset.signup {
    border:1px solid #CF3269;
    width: 650px;
    padding: 10px;
    margin-top: 10px;
}

fieldset.signup legend {
    font-weight: bold;
}

/*** GENERAL ELEMENT ***/
.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #451F48;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  color: #FF9933;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #FF9933;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  color: #606060;
}


/*** GENERAL CLASS ***/

.noborder {
	border: none;
}

.error {
    color: #FF0000;
}

.error p {
	display: inline;
	margin-left: 10px;
}

/*** TOP ***/


#Top {
	width: 100%;
	background: #670056;
	height: 35px;
	padding-top: 4px;
	border-top: 2px solid #ffa0c8;
	border-bottom: 2px solid #ffa0c8;
	color: #FFF;
}

#Top div select
{
	height: 17px;
}
#Top div input.input_text 
{
	height: 14px;
}
#Top div input.input_button
{
	height: 17px;
}

#Top div {
    width: 830px;
    margin: 0 auto;
    position: relative;
}

#Top div p.TopLeft {
	display: block;
	float: left;
	/* width: 300px; */
	margin: 0;
}

#Top div p.TopRight {
    display: block;
    float: right;
    width: 300px;
    text-align: right;
    margin: 0;
    position: absolute;
    right: 0; top: 0;
}

#Top div p.TopSearch {
    display: block;
    #float: left;
    width: 300px;
    text-align: right;
    margin: 0;
    right: 0; top: 0;
}


#Top div p a {
	color: #FFF;
	font-weight: bold;
}

/*** HEADER ***/

#Header {
    width: 100%;
    background: #e40e92 bottom repeat-x;
    height: 120px;
    padding-top: 10px;
}

#Header #HeaderConteneur{
    width: 850px;
    margin: 0 auto;
    background: url(/logo_alar_beta_prehom_ok.png) top center no-repeat;
    height: 130px;
    position: relative;
}

/*** MAIN ***/

#Main {
    width: 850px;
    margin: 0 auto;
	text-align: center;
}

#Main #ChoixCom{
	font-size: 20px;
	text-align: center;
	border-style: solid;
	border-color: #e40e92;
	border-width: 1px;
	padding: 2px;
}

#Main #ChoixCom #ChoixTitle{
	font-size: 22px;
	font-weight: bold;
	color: #f777a8;
	margin-bottom: 2px;
}

/*** FOOTER ***/

#Footer {
	clear: both;
	width: 100%;
	background: #f35c89 url(/media/img/bg_footer.jpg) top repeat-x;
	margin: 0;
	padding: 20px 0;
}

#Footer p {
	color: #FFF;
	text-align: center;
	margin: 0;
}

#Footer #tblFooter {
	width: 800px;
	margin: 0 auto;
}

#Footer #tblFooter th {
	font-size: 12px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}

#Footer #tblFooter td {
	width: 200px;
	font-size: 10px;
	text-align: left;
	color: #FFF;
}

#Footer #tblFooter td a {
	color: #c61d58;
}

#Footer #tblFooter td a:hover {
	color: #FFF;
}

